diff options
author | 2018-06-14 23:41:21 -0500 | |
---|---|---|
committer | 2018-06-14 23:42:20 -0500 | |
commit | 6d9fc64ae023874e50e9feed87a797120515d95a (patch) | |
tree | 1ccfafe85a0b96ecb8dc5228867cdbbc722597cc /app-emulation/qemu/qemu-2.12.0-r2.ebuild | |
parent | net-misc/omnisync: Add new snapshot release (diff) | |
download | gentoo-6d9fc64ae023874e50e9feed87a797120515d95a.tar.gz gentoo-6d9fc64ae023874e50e9feed87a797120515d95a.tar.bz2 gentoo-6d9fc64ae023874e50e9feed87a797120515d95a.zip |
app-emulation/qemu: fix compilation with python2
Package-Manager: Portage-2.3.40, Repoman-2.3.9
Diffstat (limited to 'app-emulation/qemu/qemu-2.12.0-r2.ebuild')
-rw-r--r-- | app-emulation/qemu/qemu-2.12.0-r2.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app-emulation/qemu/qemu-2.12.0-r2.ebuild b/app-emulation/qemu/qemu-2.12.0-r2.ebuild index 59000aaa999c..0aa4e9242b2a 100644 --- a/app-emulation/qemu/qemu-2.12.0-r2.ebuild +++ b/app-emulation/qemu/qemu-2.12.0-r2.ebuild @@ -22,7 +22,7 @@ else KEYWORDS="~amd64 ~arm64 ~ppc ~ppc64 ~x86 ~x86-fbsd" # Gentoo specific patchsets: - SRC_URI+=" https://dev.gentoo.org/~tamiko/distfiles/${P}-patches-r2.tar.xz" + SRC_URI+=" https://dev.gentoo.org/~tamiko/distfiles/${P}-patches-r3.tar.xz" fi DESCRIPTION="QEMU + Kernel-based Virtual Machine userland tools" |