summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatt Turner <mattst88@gentoo.org>2019-12-05 17:09:02 -0500
committerMatt Turner <mattst88@gentoo.org>2019-12-05 17:30:10 -0500
commitc5a3bcfbd25b0e185169071cd08760ea0d2fcaa7 (patch)
tree8c06aa7c26de910f572cc37f2f59fd5a17e84650 /profiles/arch
parentprofiles: Drop media-libs/libglvnd from package.mask (diff)
downloadgentoo-c5a3bcfbd25b0e185169071cd08760ea0d2fcaa7.tar.gz
gentoo-c5a3bcfbd25b0e185169071cd08760ea0d2fcaa7.tar.bz2
gentoo-c5a3bcfbd25b0e185169071cd08760ea0d2fcaa7.zip
profiles: Move USE=libglvnd to use.stable.mask
... and to profiles for arches without keywords. Bug: https://bugs.gentoo.org/692206 Signed-off-by: Matt Turner <mattst88@gentoo.org>
Diffstat (limited to 'profiles/arch')
-rw-r--r--profiles/arch/alpha/use.mask10
-rw-r--r--profiles/arch/arm/use.mask7
-rw-r--r--profiles/arch/arm64/use.mask7
-rw-r--r--profiles/arch/hppa/use.mask10
-rw-r--r--profiles/arch/ia64/use.mask7
-rw-r--r--profiles/arch/m68k/use.mask4
-rw-r--r--profiles/arch/mips/use.mask4
-rw-r--r--profiles/arch/riscv/use.mask6
-rw-r--r--profiles/arch/s390/use.mask4
-rw-r--r--profiles/arch/sh/use.mask7
-rw-r--r--profiles/arch/sparc/use.mask4
11 files changed, 61 insertions, 9 deletions
diff --git a/profiles/arch/alpha/use.mask b/profiles/arch/alpha/use.mask
index 4ed29713ab45..b53d42b2f4e1 100644
--- a/profiles/arch/alpha/use.mask
+++ b/profiles/arch/alpha/use.mask
@@ -1,6 +1,13 @@
# Copyright 1999-2019 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
+# Unmask the flag which corresponds to ARCH.
+-alpha
+
+# Matt Turner <mattst88@gentoo.org> (2019-12-05)
+# media-libs/libglvnd is not keyworded
+libglvnd
+
# Matt Turner <mattst88@gentoo.org> (2018-12-22)
# net-libs/zeromq is not keyworded
zeromq
@@ -41,9 +48,6 @@ gadu
curl_ssl_libressl
libressl
-# Unmask the flag which corresponds to ARCH.
--alpha
-
# This file masks out USE flags that are simply NOT allowed in the default
# profile for any architecture. This works, for example, if a non-default
# profile (such as the selinux profiles) have a USE flag associated with
diff --git a/profiles/arch/arm/use.mask b/profiles/arch/arm/use.mask
index abc7267ea52b..9e65656492de 100644
--- a/profiles/arch/arm/use.mask
+++ b/profiles/arch/arm/use.mask
@@ -1,6 +1,13 @@
+# Copyright 1999-2019 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
# Unmask the flag which corresponds to ARCH.
-arm
+# Matt Turner <mattst88@gentoo.org> (2019-12-05)
+# media-libs/libglvnd is not keyworded
+libglvnd
+
# Unmask arm arch specific flags
-cpu_flags_arm_iwmmxt
-cpu_flags_arm_iwmmxt2
diff --git a/profiles/arch/arm64/use.mask b/profiles/arch/arm64/use.mask
index 0f8bcd75b7ff..8f25ea517e3e 100644
--- a/profiles/arch/arm64/use.mask
+++ b/profiles/arch/arm64/use.mask
@@ -1,6 +1,13 @@
+# Copyright 1999-2019 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
# Unmask the flag which corresponds to ARCH.
-arm64
+# Matt Turner <mattst88@gentoo.org> (2019-12-05)
+# media-libs/libglvnd is not keyworded
+libglvnd
+
# Unmask arm specific USE flags
-cpu_flags_arm_v4
-cpu_flags_arm_v4
diff --git a/profiles/arch/hppa/use.mask b/profiles/arch/hppa/use.mask
index 9c9ea506f8ec..ad9bf7805b69 100644
--- a/profiles/arch/hppa/use.mask
+++ b/profiles/arch/hppa/use.mask
@@ -1,9 +1,16 @@
# Copyright 1999-2019 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
+# Unmask the flag which corresponds to ARCH.
+-hppa
+
# NOTE: When masking a USE flag due to missing keywords, please file a keyword
# request bug for the hppa arch.
+# Matt Turner <mattst88@gentoo.org> (2019-12-05)
+# media-libs/libglvnd is not keyworded
+libglvnd
+
# Mattéo Rossillol‑‑Laruelle <beatussum@protonmail.com> (2019‑08‑31)
# Dependency not keyworded (dev-libs/libappindicator).
ayatana
@@ -181,9 +188,6 @@ flite
# net-misc/wicd and sys-power/pm-utils are currently not supported (bug #280312)
pm-utils
-# Unmask the flag which corresponds to ARCH.
--hppa
-
# Jeroen Roovers <jer@gentoo.org> (2008-06-07)
# dev-util/valgrind has not been ported to HPPA.
valgrind
diff --git a/profiles/arch/ia64/use.mask b/profiles/arch/ia64/use.mask
index 6a9a1450fd3e..67397596268f 100644
--- a/profiles/arch/ia64/use.mask
+++ b/profiles/arch/ia64/use.mask
@@ -1,7 +1,12 @@
+# Copyright 1999-2019 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
# Unmask the flag which corresponds to ARCH.
-ia64
-# This is a list of USE flags that should not be used on ia64.
+# Matt Turner <mattst88@gentoo.org> (2019-12-05)
+# media-libs/libglvnd is not keyworded
+libglvnd
# Mattéo Rossillol‑‑Laruelle <beatussum@protonmail.com> (2019‑08‑31)
# Dependency not keyworded (dev-libs/libindicate).
diff --git a/profiles/arch/m68k/use.mask b/profiles/arch/m68k/use.mask
index c83a23bed8f5..ace5bc6cf9c9 100644
--- a/profiles/arch/m68k/use.mask
+++ b/profiles/arch/m68k/use.mask
@@ -4,6 +4,10 @@
# Unmask the flag which corresponds to ARCH.
-m68k
+# Matt Turner <mattst88@gentoo.org> (2019-12-05)
+# media-libs/libglvnd is not keyworded
+libglvnd
+
# Mattéo Rossillol‑‑Laruelle <beatussum@protonmail.com> (2019‑08‑31)
# Dependencies not keyworded.
ayatana
diff --git a/profiles/arch/mips/use.mask b/profiles/arch/mips/use.mask
index 32ba177b1fe3..3d4716d741f4 100644
--- a/profiles/arch/mips/use.mask
+++ b/profiles/arch/mips/use.mask
@@ -4,6 +4,10 @@
# Unmask the flag which corresponds to ARCH.
-mips
+# Matt Turner <mattst88@gentoo.org> (2019-12-05)
+# media-libs/libglvnd is not keyworded
+libglvnd
+
# Andreas Sturmlechner <asturm@gentoo.org> (2019-03-31)
# sys-auth/elogind is not yet keyworded here. bug #681200
elogind
diff --git a/profiles/arch/riscv/use.mask b/profiles/arch/riscv/use.mask
index 5bd806ee9a48..621c5b39af2a 100644
--- a/profiles/arch/riscv/use.mask
+++ b/profiles/arch/riscv/use.mask
@@ -4,8 +4,12 @@
# Unmask the flag which corresponds to ARCH.
-riscv
+# Matt Turner <mattst88@gentoo.org> (2019-12-05)
+# media-libs/libglvnd is not keyworded
+libglvnd
+
# Sergei Trofimovich <slyfox@gentoo.org> (2019-11-27)
-# valgrind has no RICSV port.
+# valgrind has no RISCV port.
valgrind
# The required library has not been ported to riscv yet.
diff --git a/profiles/arch/s390/use.mask b/profiles/arch/s390/use.mask
index 96177705207c..bf02b596a3ca 100644
--- a/profiles/arch/s390/use.mask
+++ b/profiles/arch/s390/use.mask
@@ -4,6 +4,10 @@
# Unmask the flag which corresponds to ARCH.
-s390
+# Matt Turner <mattst88@gentoo.org> (2019-12-05)
+# media-libs/libglvnd is not keyworded
+libglvnd
+
# Unmask ABI flags for this arch.
-abi_s390_32
diff --git a/profiles/arch/sh/use.mask b/profiles/arch/sh/use.mask
index 4b2e55f73197..470992348d19 100644
--- a/profiles/arch/sh/use.mask
+++ b/profiles/arch/sh/use.mask
@@ -1,6 +1,13 @@
+# Copyright 1999-2019 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
# Unmask the flag which corresponds to ARCH.
-sh
+# Matt Turner <mattst88@gentoo.org> (2019-12-05)
+# media-libs/libglvnd is not keyworded
+libglvnd
+
# Mattéo Rossillol‑‑Laruelle <beatussum@protonmail.com> (2019‑08‑31)
# Dependencies not keyworded.
ayatana
diff --git a/profiles/arch/sparc/use.mask b/profiles/arch/sparc/use.mask
index cbc5338bebdf..bc533bd72fa7 100644
--- a/profiles/arch/sparc/use.mask
+++ b/profiles/arch/sparc/use.mask
@@ -4,7 +4,9 @@
# Unmask the flag which corresponds to ARCH.
-sparc
-# This file contains a list of useflags that cannot be used on sparc.
+# Matt Turner <mattst88@gentoo.org> (2019-12-05)
+# media-libs/libglvnd is not keyworded
+libglvnd
# Mattéo Rossillol‑‑Laruelle <beatussum@protonmail.com> (2019‑08‑31)
# Dependency not keyworded (dev-libs/libappindicator).