commit: 2321fde379b872c083b03a90e90e0df8597ba51f Author: Ian Delaney <idella4 <AT> gentoo <DOT> org> AuthorDate: Fri Dec 4 04:21:08 2015 +0000 Commit: Ian Delaney <idella4 <AT> gentoo <DOT> org> CommitDate: Fri Dec 4 04:21:08 2015 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2321fde3
profiles/arch/x86/package.use.mask: correction to entry to package.use.mask for packages libvirt, nova, ganeti; use IUSE xen Noted by floppym profiles/arch/x86/package.use.mask | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/profiles/arch/x86/package.use.mask b/profiles/arch/x86/package.use.mask index b564989..ceaf244 100644 --- a/profiles/arch/x86/package.use.mask +++ b/profiles/arch/x86/package.use.mask @@ -6,10 +6,9 @@ # Ian Delaney <[email protected]> (02 Dec 2015) # mask revdeps of xen that emply a hypervisor in arch x86 -app-emulation/xen-pvgrub -abi_x86_32 -app-emulation/libvirt -abi_x86_32 -sys-cluster/nova -abi_x86_32 -app-emulation/ganeti -abi_x86_32 +app-emulation/libvirt xen +sys-cluster/nova xen +app-emulation/ganeti xen # Nathan Phillip Brink <[email protected]> (26 Sep 2015) # git useflag requires dev-libs/libgit2 which few arches support
