Gentoo Archives: gentoo-commits

From: Sven Wegener <swegener@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: profiles/arch/base/, profiles/arch/sparc/, profiles/arch/arm64/, ...
Date: Wed, 31 May 2017 22:37:06
Message-Id: 1496270215.4e55a111bc0a084dac49292dc761c56adadd7777.swegener@gentoo
1 commit: 4e55a111bc0a084dac49292dc761c56adadd7777
2 Author: Sven Wegener <swegener <AT> gentoo <DOT> org>
3 AuthorDate: Wed May 31 22:16:59 2017 +0000
4 Commit: Sven Wegener <swegener <AT> gentoo <DOT> org>
5 CommitDate: Wed May 31 22:36:55 2017 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4e55a111
7
8 profiles: libvirt is only supported on amd64 and x86
9
10 This moves the masking of the libvirt USE flag from several architecture
11 profiles to the base architecture profile and unmasks it on amd64 and
12 x86, which are the only architectures currently supported by libvirt.
13
14 Signed-off-by: Sven Wegener <swegener <AT> gentoo.org>
15
16 profiles/arch/amd64/use.mask | 4 ++++
17 profiles/arch/arm/use.mask | 1 -
18 profiles/arch/arm64/use.mask | 1 -
19 profiles/arch/base/use.mask | 4 ++++
20 profiles/arch/nios2/use.mask | 1 -
21 profiles/arch/powerpc/ppc32/package.use.mask | 4 ----
22 profiles/arch/s390/use.mask | 1 -
23 profiles/arch/sparc/use.mask | 1 -
24 profiles/arch/x86/use.mask | 4 ++++
25 9 files changed, 12 insertions(+), 9 deletions(-)
26
27 diff --git a/profiles/arch/amd64/use.mask b/profiles/arch/amd64/use.mask
28 index 354467b5023..82112860e77 100644
29 --- a/profiles/arch/amd64/use.mask
30 +++ b/profiles/arch/amd64/use.mask
31 @@ -6,6 +6,10 @@
32
33 # SECTION: Unmask
34
35 +# Sven Wegener <swegener@g.o> (31 May 2017)
36 +# libvirt is supported on amd64
37 +-libvirt
38 +
39 # Andreas K. Hüttel <dilfridge@g.o> (26 May 2017)
40 # dev-db/firebird is keyworded ~amd64
41 -firebird
42
43 diff --git a/profiles/arch/arm/use.mask b/profiles/arch/arm/use.mask
44 index eea2704552f..d66e45f2ca4 100644
45 --- a/profiles/arch/arm/use.mask
46 +++ b/profiles/arch/arm/use.mask
47 @@ -62,7 +62,6 @@ xindy
48 lyx
49 lasi
50 hardened
51 -libvirt
52 pdfannotextractor
53 prelude
54 mssql
55
56 diff --git a/profiles/arch/arm64/use.mask b/profiles/arch/arm64/use.mask
57 index 605e7459dba..2dd5fec2d31 100644
58 --- a/profiles/arch/arm64/use.mask
59 +++ b/profiles/arch/arm64/use.mask
60 @@ -119,7 +119,6 @@ lasi
61 schroedinger
62 hardened
63 frei0r
64 -libvirt
65 pdfannotextractor
66 prelude
67 mssql
68
69 diff --git a/profiles/arch/base/use.mask b/profiles/arch/base/use.mask
70 index f8048c887f4..1a4a39cefc1 100644
71 --- a/profiles/arch/base/use.mask
72 +++ b/profiles/arch/base/use.mask
73 @@ -1,6 +1,10 @@
74 # Copyright 1999-2017 Gentoo Foundation
75 # Distributed under the terms of the GNU General Public License v2
76
77 +# Sven Wegener <swegener@g.o> (31 May 2017)
78 +# libvirt is only supported on specific architectures
79 +libvirt
80 +
81 # Michael Orlitzky <mjo@g.o> (7 Jan 2017)
82 # The dev-db/firebird and dev-db/oracle-instantclient* packages
83 # only support amd64 and x86.
84
85 diff --git a/profiles/arch/nios2/use.mask b/profiles/arch/nios2/use.mask
86 index 693adee604c..0cb552970b9 100644
87 --- a/profiles/arch/nios2/use.mask
88 +++ b/profiles/arch/nios2/use.mask
89 @@ -57,7 +57,6 @@ lasi
90 schroedinger
91 hardened
92 frei0r
93 -libvirt
94 pdfannotextractor
95 prelude
96 mssql
97
98 diff --git a/profiles/arch/powerpc/ppc32/package.use.mask b/profiles/arch/powerpc/ppc32/package.use.mask
99 index cf6a9193363..77b2580000f 100644
100 --- a/profiles/arch/powerpc/ppc32/package.use.mask
101 +++ b/profiles/arch/powerpc/ppc32/package.use.mask
102 @@ -109,10 +109,6 @@ games-fps/lsdldoom shareware
103 # FIXME: app-arch/innoextract not available under ppc yet
104 games-fps/duke3d-data gog
105
106 -# ranger <ranger@g.o> (17 apr 2012)
107 -# masking libvirt for cfengine (bug #412253)
108 -net-misc/cfengine libvirt
109 -
110 # Maciej Mrozowski <reavertm@g.o> (26 Jun 2010)
111 # Needs media-libs/simage keyworded, bug 325623
112 media-libs/coin simage
113
114 diff --git a/profiles/arch/s390/use.mask b/profiles/arch/s390/use.mask
115 index 3482904266a..91dda10d040 100644
116 --- a/profiles/arch/s390/use.mask
117 +++ b/profiles/arch/s390/use.mask
118 @@ -17,7 +17,6 @@ fuse
119 autotrace
120 lqr
121 libproxy
122 -libvirt
123 tokyocabinet
124 lpsol
125 openexr
126
127 diff --git a/profiles/arch/sparc/use.mask b/profiles/arch/sparc/use.mask
128 index 02aea9c43af..be19f2f7ed5 100644
129 --- a/profiles/arch/sparc/use.mask
130 +++ b/profiles/arch/sparc/use.mask
131 @@ -150,7 +150,6 @@ gps
132 schroedinger
133 ots
134 frei0r
135 -libvirt
136 prelude
137 redis
138
139
140 diff --git a/profiles/arch/x86/use.mask b/profiles/arch/x86/use.mask
141 index a973a33dfdd..1b984e59b5a 100644
142 --- a/profiles/arch/x86/use.mask
143 +++ b/profiles/arch/x86/use.mask
144 @@ -4,6 +4,10 @@
145 # Unmask the flag which corresponds to ARCH.
146 -x86
147
148 +# Sven Wegener <swegener@g.o> (31 May 2017)
149 +# libvirt is supported on x86
150 +-libvirt
151 +
152 # Andreas K. Hüttel <dilfridge@g.o> (26 May 2017)
153 # dev-db/firebird is keyworded ~x86
154 -firebird