From 4e55a111bc0a084dac49292dc761c56adadd7777 Mon Sep 17 00:00:00 2001 From: Sven Wegener Date: Wed, 31 May 2017 22:16:59 +0000 Subject: [PATCH] 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 --- 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 354467b5023d..82112860e772 100644 --- a/profiles/arch/amd64/use.mask +++ b/profiles/arch/amd64/use.mask @@ -6,6 +6,10 @@ # SECTION: Unmask +# Sven Wegener (31 May 2017) +# libvirt is supported on amd64 +-libvirt + # Andreas K. Hüttel (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 eea2704552f5..d66e45f2ca43 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 605e7459dbad..2dd5fec2d318 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 f8048c887f4d..1a4a39cefc13 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 (31 May 2017) +# libvirt is only supported on specific architectures +libvirt + # Michael Orlitzky (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 693adee604cd..0cb552970b95 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 cf6a9193363c..77b2580000fa 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 (17 apr 2012) -# masking libvirt for cfengine (bug #412253) -net-misc/cfengine libvirt - # Maciej Mrozowski (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 3482904266ab..91dda10d0408 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 02aea9c43af1..be19f2f7ed54 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 a973a33dfdd7..1b984e59b5a2 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 (31 May 2017) +# libvirt is supported on x86 +-libvirt + # Andreas K. Hüttel (26 May 2017) # dev-db/firebird is keyworded ~x86 -firebird -- 2.26.2