diff options
author | Doug Goldstein <cardoe@gentoo.org> | 2012-02-09 16:13:05 +0000 |
---|---|---|
committer | Doug Goldstein <cardoe@gentoo.org> | 2012-02-09 16:13:05 +0000 |
commit | bdd46cd99ca3b5039e633a93386d7bdaae361a56 (patch) | |
tree | 02281cc456d0642409647a59b870f32b835d70f3 /app-emulation | |
parent | Use check on configuration file instead of has_version for EAPI0 ebuilds (diff) | |
download | gentoo-2-bdd46cd99ca3b5039e633a93386d7bdaae361a56.tar.gz gentoo-2-bdd46cd99ca3b5039e633a93386d7bdaae361a56.tar.bz2 gentoo-2-bdd46cd99ca3b5039e633a93386d7bdaae361a56.zip |
Bump up to EAPI=4 so we can use REQUIRED_USE to ensure at least one is enabled.
(Portage version: 2.1.10.45/cvs/Linux x86_64)
Diffstat (limited to 'app-emulation')
-rw-r--r-- | app-emulation/libvirt/ChangeLog | 7 | ||||
-rw-r--r-- | app-emulation/libvirt/libvirt-0.9.8.ebuild | 9 | ||||
-rw-r--r-- | app-emulation/libvirt/libvirt-9999.ebuild | 9 |
3 files changed, 16 insertions, 9 deletions
diff --git a/app-emulation/libvirt/ChangeLog b/app-emulation/libvirt/ChangeLog index a247b9146203..ee99400fc49c 100644 --- a/app-emulation/libvirt/ChangeLog +++ b/app-emulation/libvirt/ChangeLog @@ -1,6 +1,11 @@ # ChangeLog for app-emulation/libvirt # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-emulation/libvirt/ChangeLog,v 1.146 2012/02/09 15:59:56 cardoe Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-emulation/libvirt/ChangeLog,v 1.147 2012/02/09 16:13:05 cardoe Exp $ + + 09 Feb 2012; Doug Goldstein <cardoe@gentoo.org> libvirt-0.9.8.ebuild, + libvirt-9999.ebuild: + Bump up to EAPI=4 so we can use REQUIRED_USE to ensure at least one is + enabled. 09 Feb 2012; Doug Goldstein <cardoe@gentoo.org> -libvirt-0.9.3-r1.ebuild: Drop older version diff --git a/app-emulation/libvirt/libvirt-0.9.8.ebuild b/app-emulation/libvirt/libvirt-0.9.8.ebuild index 9103f3c32b5f..be41fa38a6bb 100644 --- a/app-emulation/libvirt/libvirt-0.9.8.ebuild +++ b/app-emulation/libvirt/libvirt-0.9.8.ebuild @@ -1,11 +1,11 @@ -# Copyright 1999-2011 Gentoo Foundation +# Copyright 1999-2012 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-emulation/libvirt/libvirt-0.9.8.ebuild,v 1.1 2011/12/13 16:29:25 cardoe Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-emulation/libvirt/libvirt-0.9.8.ebuild,v 1.2 2012/02/09 16:13:05 cardoe Exp $ #BACKPORTS=2 #AUTOTOOLIZE=yes -EAPI="3" +EAPI="4" MY_P="${P/_rc/-rc}" @@ -39,9 +39,10 @@ HOMEPAGE="http://www.libvirt.org/" LICENSE="LGPL-2.1" SLOT="0" IUSE="avahi caps debug iscsi +json +libvirtd lvm +lxc macvtap nfs \ - nls numa openvz parted pcap phyp policykit python qemu sasl selinux udev \ + nls numa openvz parted pcap phyp policykit python qemu sasl selinux +udev \ uml virtualbox virt-network xen elibc_glibc" # IUSE=one : bug #293416 & bug #299011 +REQUIRED_USE="|| ( lxc openvz qemu uml virtualbox xen )" # gettext.sh command is used by the libvirt command wrappers, and it's # non-optional, so put it into RDEPEND. diff --git a/app-emulation/libvirt/libvirt-9999.ebuild b/app-emulation/libvirt/libvirt-9999.ebuild index 687033977253..bbaea76fdd0f 100644 --- a/app-emulation/libvirt/libvirt-9999.ebuild +++ b/app-emulation/libvirt/libvirt-9999.ebuild @@ -1,11 +1,11 @@ -# Copyright 1999-2011 Gentoo Foundation +# Copyright 1999-2012 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-emulation/libvirt/libvirt-9999.ebuild,v 1.14 2011/11/15 18:53:20 cardoe Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-emulation/libvirt/libvirt-9999.ebuild,v 1.15 2012/02/09 16:13:05 cardoe Exp $ #BACKPORTS=2 #AUTOTOOLIZE=yes -EAPI="3" +EAPI="4" MY_P="${P/_rc/-rc}" @@ -39,9 +39,10 @@ HOMEPAGE="http://www.libvirt.org/" LICENSE="LGPL-2.1" SLOT="0" IUSE="avahi caps debug iscsi +json +libvirtd lvm +lxc macvtap nfs \ - nls numa openvz parted pcap phyp policykit python qemu sasl selinux udev \ + nls numa openvz parted pcap phyp policykit python qemu sasl selinux +udev \ uml virtualbox virt-network xen elibc_glibc" # IUSE=one : bug #293416 & bug #299011 +REQUIRED_USE="|| ( lxc openvz qemu uml virtualbox xen )" # gettext.sh command is used by the libvirt command wrappers, and it's # non-optional, so put it into RDEPEND. |