summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatthias Maier <tamiko@gentoo.org>2019-01-05 14:06:19 -0600
committerMatthias Maier <tamiko@gentoo.org>2019-01-05 14:07:16 -0600
commitd47d895855bfefa4fb94006ab92f0ce94f3bc887 (patch)
tree65ffa872782244a97005563a62325348056c8854 /app-emulation/qemu
parentx11-misc/synergy: [QA] Correct *SSL dep to use := (diff)
downloadgentoo-d47d895855bfefa4fb94006ab92f0ce94f3bc887.tar.gz
gentoo-d47d895855bfefa4fb94006ab92f0ce94f3bc887.tar.bz2
gentoo-d47d895855bfefa4fb94006ab92f0ce94f3bc887.zip
app-emulation/qemu: fix python dependencies
Closes: https://bugs.gentoo.org/672950 Package-Manager: Portage-2.3.53, Repoman-2.3.12 Signed-off-by: Matthias Maier <tamiko@gentoo.org>
Diffstat (limited to 'app-emulation/qemu')
-rw-r--r--app-emulation/qemu/qemu-2.12.1.ebuild3
-rw-r--r--app-emulation/qemu/qemu-3.1.0.ebuild3
-rw-r--r--app-emulation/qemu/qemu-9999.ebuild3
3 files changed, 3 insertions, 6 deletions
diff --git a/app-emulation/qemu/qemu-2.12.1.ebuild b/app-emulation/qemu/qemu-2.12.1.ebuild
index 55529b0483c4..2059fa0d44f6 100644
--- a/app-emulation/qemu/qemu-2.12.1.ebuild
+++ b/app-emulation/qemu/qemu-2.12.1.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2018 Gentoo Authors
+# Copyright 1999-2019 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI="6"
@@ -196,7 +196,6 @@ CDEPEND="
DEPEND="${CDEPEND}
${PYTHON_DEPS}
dev-lang/perl
- =dev-lang/python-2*
sys-apps/texinfo
virtual/pkgconfig
kernel_linux? ( >=sys-kernel/linux-headers-2.6.35 )
diff --git a/app-emulation/qemu/qemu-3.1.0.ebuild b/app-emulation/qemu/qemu-3.1.0.ebuild
index 0e8b2a654e2a..0d2cd40ccc3b 100644
--- a/app-emulation/qemu/qemu-3.1.0.ebuild
+++ b/app-emulation/qemu/qemu-3.1.0.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2018 Gentoo Authors
+# Copyright 1999-2019 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI="7"
@@ -185,7 +185,6 @@ CDEPEND="
DEPEND="${CDEPEND}
${PYTHON_DEPS}
dev-lang/perl
- =dev-lang/python-2*
sys-apps/texinfo
virtual/pkgconfig
kernel_linux? ( >=sys-kernel/linux-headers-2.6.35 )
diff --git a/app-emulation/qemu/qemu-9999.ebuild b/app-emulation/qemu/qemu-9999.ebuild
index 00f5573703e1..675dc448d69e 100644
--- a/app-emulation/qemu/qemu-9999.ebuild
+++ b/app-emulation/qemu/qemu-9999.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2018 Gentoo Authors
+# Copyright 1999-2019 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI="7"
@@ -182,7 +182,6 @@ CDEPEND="
DEPEND="${CDEPEND}
${PYTHON_DEPS}
dev-lang/perl
- =dev-lang/python-2*
sys-apps/texinfo
virtual/pkgconfig
kernel_linux? ( >=sys-kernel/linux-headers-2.6.35 )