diff options
author | Doug Goldstein <cardoe@gentoo.org> | 2012-03-08 01:16:27 +0000 |
---|---|---|
committer | Doug Goldstein <cardoe@gentoo.org> | 2012-03-08 01:16:27 +0000 |
commit | 2f8fb2a1af828ead7badce6871e26ed0aa649f1d (patch) | |
tree | 976642e1d6c85df62ecc18dda2bda820c536e2e7 /app-emulation | |
parent | Add build fix for xorg-server-1.12. (diff) | |
download | gentoo-2-2f8fb2a1af828ead7badce6871e26ed0aa649f1d.tar.gz gentoo-2-2f8fb2a1af828ead7badce6871e26ed0aa649f1d.tar.bz2 gentoo-2-2f8fb2a1af828ead7badce6871e26ed0aa649f1d.zip |
Switch to EAPI=4 so we don't have to depend on a newer sys-libs/zlib for the USE=static-libs option on sys-libs/zlib.
(Portage version: 2.1.10.44/cvs/Linux x86_64)
Diffstat (limited to 'app-emulation')
-rw-r--r-- | app-emulation/qemu-kvm/ChangeLog | 6 | ||||
-rw-r--r-- | app-emulation/qemu-kvm/qemu-kvm-1.0-r3.ebuild | 6 |
2 files changed, 8 insertions, 4 deletions
diff --git a/app-emulation/qemu-kvm/ChangeLog b/app-emulation/qemu-kvm/ChangeLog index 102670e47030..3b750abca9c2 100644 --- a/app-emulation/qemu-kvm/ChangeLog +++ b/app-emulation/qemu-kvm/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for app-emulation/qemu-kvm # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-emulation/qemu-kvm/ChangeLog,v 1.105 2012/03/06 23:33:42 cardoe Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-emulation/qemu-kvm/ChangeLog,v 1.106 2012/03/08 01:16:27 cardoe Exp $ + + 07 Mar 2012; Doug Goldstein <cardoe@gentoo.org> qemu-kvm-1.0-r3.ebuild: + Switch to EAPI=4 so we don't have to depend on a newer sys-libs/zlib for the + USE=static-libs option on sys-libs/zlib. 06 Mar 2012; Doug Goldstein <cardoe@gentoo.org> qemu-kvm-1.0-r3.ebuild: Add support for Prefix. bug #407193 diff --git a/app-emulation/qemu-kvm/qemu-kvm-1.0-r3.ebuild b/app-emulation/qemu-kvm/qemu-kvm-1.0-r3.ebuild index 815980f27861..1437a43b41c0 100644 --- a/app-emulation/qemu-kvm/qemu-kvm-1.0-r3.ebuild +++ b/app-emulation/qemu-kvm/qemu-kvm-1.0-r3.ebuild @@ -1,10 +1,10 @@ # Copyright 1999-2012 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-emulation/qemu-kvm/qemu-kvm-1.0-r3.ebuild,v 1.6 2012/03/06 23:33:42 cardoe Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-emulation/qemu-kvm/qemu-kvm-1.0-r3.ebuild,v 1.7 2012/03/08 01:16:27 cardoe Exp $ #BACKPORTS=1 -EAPI="3" +EAPI="4" if [[ ${PV} = *9999* ]]; then EGIT_REPO_URI="git://git.kernel.org/pub/scm/virt/kvm/qemu-kvm.git" @@ -82,7 +82,7 @@ RDEPEND=" sasl? ( dev-libs/cyrus-sasl ) sdl? ( static? ( >=media-libs/libsdl-1.2.11[static-libs,X] ) !static? ( >=media-libs/libsdl-1.2.11[X] ) ) - static? ( sys-libs/zlib[static-libs] ) + static? ( sys-libs/zlib[static-libs(+)] ) !static? ( sys-libs/zlib ) smartcard? ( dev-libs/nss ) spice? ( >=app-emulation/spice-0.9.0 |