commit:     4e55a111bc0a084dac49292dc761c56adadd7777
Author:     Sven Wegener <swegener <AT> gentoo <DOT> org>
AuthorDate: Wed May 31 22:16:59 2017 +0000
Commit:     Sven Wegener <swegener <AT> gentoo <DOT> org>
CommitDate: Wed May 31 22:36:55 2017 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4e55a111

profiles: libvirt is only supported on amd64 and x86

This moves the masking of the libvirt USE flag from several architecture
profiles to the base architecture profile and unmasks it on amd64 and
x86, which are the only architectures currently supported by libvirt.

Signed-off-by: Sven Wegener <swegener <AT> gentoo.org>

 profiles/arch/amd64/use.mask                 | 4 ++++
 profiles/arch/arm/use.mask                   | 1 -
 profiles/arch/arm64/use.mask                 | 1 -
 profiles/arch/base/use.mask                  | 4 ++++
 profiles/arch/nios2/use.mask                 | 1 -
 profiles/arch/powerpc/ppc32/package.use.mask | 4 ----
 profiles/arch/s390/use.mask                  | 1 -
 profiles/arch/sparc/use.mask                 | 1 -
 profiles/arch/x86/use.mask                   | 4 ++++
 9 files changed, 12 insertions(+), 9 deletions(-)

diff --git a/profiles/arch/amd64/use.mask b/profiles/arch/amd64/use.mask
index 354467b5023..82112860e77 100644
--- a/profiles/arch/amd64/use.mask
+++ b/profiles/arch/amd64/use.mask
@@ -6,6 +6,10 @@
 
 # SECTION: Unmask
 
+# Sven Wegener <swege...@gentoo.org> (31 May 2017)
+# libvirt is supported on amd64
+-libvirt
+
 # Andreas K. Hüttel <dilfri...@gentoo.org> (26 May 2017)
 # dev-db/firebird is keyworded ~amd64
 -firebird

diff --git a/profiles/arch/arm/use.mask b/profiles/arch/arm/use.mask
index eea2704552f..d66e45f2ca4 100644
--- a/profiles/arch/arm/use.mask
+++ b/profiles/arch/arm/use.mask
@@ -62,7 +62,6 @@ xindy
 lyx
 lasi
 hardened
-libvirt
 pdfannotextractor
 prelude
 mssql

diff --git a/profiles/arch/arm64/use.mask b/profiles/arch/arm64/use.mask
index 605e7459dba..2dd5fec2d31 100644
--- a/profiles/arch/arm64/use.mask
+++ b/profiles/arch/arm64/use.mask
@@ -119,7 +119,6 @@ lasi
 schroedinger
 hardened
 frei0r
-libvirt
 pdfannotextractor
 prelude
 mssql

diff --git a/profiles/arch/base/use.mask b/profiles/arch/base/use.mask
index f8048c887f4..1a4a39cefc1 100644
--- a/profiles/arch/base/use.mask
+++ b/profiles/arch/base/use.mask
@@ -1,6 +1,10 @@
 # Copyright 1999-2017 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 
+# Sven Wegener <swege...@gentoo.org> (31 May 2017)
+# libvirt is only supported on specific architectures
+libvirt
+
 # Michael Orlitzky <m...@gentoo.org> (7 Jan 2017)
 # The dev-db/firebird and dev-db/oracle-instantclient* packages
 # only support amd64 and x86.

diff --git a/profiles/arch/nios2/use.mask b/profiles/arch/nios2/use.mask
index 693adee604c..0cb552970b9 100644
--- a/profiles/arch/nios2/use.mask
+++ b/profiles/arch/nios2/use.mask
@@ -57,7 +57,6 @@ lasi
 schroedinger
 hardened
 frei0r
-libvirt
 pdfannotextractor
 prelude
 mssql

diff --git a/profiles/arch/powerpc/ppc32/package.use.mask 
b/profiles/arch/powerpc/ppc32/package.use.mask
index cf6a9193363..77b2580000f 100644
--- a/profiles/arch/powerpc/ppc32/package.use.mask
+++ b/profiles/arch/powerpc/ppc32/package.use.mask
@@ -109,10 +109,6 @@ games-fps/lsdldoom shareware
 # FIXME: app-arch/innoextract not available under ppc yet
 games-fps/duke3d-data gog
 
-# ranger <ran...@gentoo.org> (17 apr 2012)
-# masking libvirt for cfengine (bug #412253)
-net-misc/cfengine libvirt
-
 # Maciej Mrozowski <reave...@gentoo.org> (26 Jun 2010)
 # Needs media-libs/simage keyworded, bug 325623
 media-libs/coin simage

diff --git a/profiles/arch/s390/use.mask b/profiles/arch/s390/use.mask
index 3482904266a..91dda10d040 100644
--- a/profiles/arch/s390/use.mask
+++ b/profiles/arch/s390/use.mask
@@ -17,7 +17,6 @@ fuse
 autotrace
 lqr
 libproxy
-libvirt
 tokyocabinet
 lpsol
 openexr

diff --git a/profiles/arch/sparc/use.mask b/profiles/arch/sparc/use.mask
index 02aea9c43af..be19f2f7ed5 100644
--- a/profiles/arch/sparc/use.mask
+++ b/profiles/arch/sparc/use.mask
@@ -150,7 +150,6 @@ gps
 schroedinger
 ots
 frei0r
-libvirt
 prelude
 redis
 

diff --git a/profiles/arch/x86/use.mask b/profiles/arch/x86/use.mask
index a973a33dfdd..1b984e59b5a 100644
--- a/profiles/arch/x86/use.mask
+++ b/profiles/arch/x86/use.mask
@@ -4,6 +4,10 @@
 # Unmask the flag which corresponds to ARCH.
 -x86
 
+# Sven Wegener <swege...@gentoo.org> (31 May 2017)
+# libvirt is supported on x86
+-libvirt
+
 # Andreas K. Hüttel <dilfri...@gentoo.org> (26 May 2017)
 # dev-db/firebird is keyworded ~x86
 -firebird

Reply via email to