Gentoo Archives: gentoo-commits

From: Ian Delaney <idella4@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: profiles/arch/x86/
Date: Fri, 04 Dec 2015 04:49:21
Message-Id: 1449202868.2321fde379b872c083b03a90e90e0df8597ba51f.idella4@gentoo
1 commit: 2321fde379b872c083b03a90e90e0df8597ba51f
2 Author: Ian Delaney <idella4 <AT> gentoo <DOT> org>
3 AuthorDate: Fri Dec 4 04:21:08 2015 +0000
4 Commit: Ian Delaney <idella4 <AT> gentoo <DOT> org>
5 CommitDate: Fri Dec 4 04:21:08 2015 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2321fde3
7
8 profiles/arch/x86/package.use.mask: correction to entry to package.use.mask
9
10 for packages libvirt, nova, ganeti; use IUSE xen
11 Noted by floppym
12
13 profiles/arch/x86/package.use.mask | 7 +++----
14 1 file changed, 3 insertions(+), 4 deletions(-)
15
16 diff --git a/profiles/arch/x86/package.use.mask b/profiles/arch/x86/package.use.mask
17 index b564989..ceaf244 100644
18 --- a/profiles/arch/x86/package.use.mask
19 +++ b/profiles/arch/x86/package.use.mask
20 @@ -6,10 +6,9 @@
21
22 # Ian Delaney <idella4@g.o> (02 Dec 2015)
23 # mask revdeps of xen that emply a hypervisor in arch x86
24 -app-emulation/xen-pvgrub -abi_x86_32
25 -app-emulation/libvirt -abi_x86_32
26 -sys-cluster/nova -abi_x86_32
27 -app-emulation/ganeti -abi_x86_32
28 +app-emulation/libvirt xen
29 +sys-cluster/nova xen
30 +app-emulation/ganeti xen
31
32 # Nathan Phillip Brink <binki@g.o> (26 Sep 2015)
33 # git useflag requires dev-libs/libgit2 which few arches support