commit: d47d895855bfefa4fb94006ab92f0ce94f3bc887 Author: Matthias Maier <tamiko <AT> gentoo <DOT> org> AuthorDate: Sat Jan 5 20:06:19 2019 +0000 Commit: Matthias Maier <tamiko <AT> gentoo <DOT> org> CommitDate: Sat Jan 5 20:07:16 2019 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d47d8958
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 <AT> gentoo.org> app-emulation/qemu/qemu-2.12.1.ebuild | 3 +-- app-emulation/qemu/qemu-3.1.0.ebuild | 3 +-- app-emulation/qemu/qemu-9999.ebuild | 3 +-- 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 55529b0483c..2059fa0d44f 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 0e8b2a654e2..0d2cd40ccc3 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 00f5573703e..675dc448d69 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 )
