diff options
author | James Le Cuirot <chewi@gentoo.org> | 2021-08-10 21:28:56 +0100 |
---|---|---|
committer | James Le Cuirot <chewi@gentoo.org> | 2021-08-10 21:36:09 +0100 |
commit | a37d6993f6d2a32bfb599d387ba688b25214cc75 (patch) | |
tree | d1e3aca36911f735b27d7cc08358dd439060b105 /profiles | |
parent | media-libs/libsdl2: Remove -D__LINUX__ hack again (diff) | |
download | gentoo-a37d6993f6d2a32bfb599d387ba688b25214cc75.tar.gz gentoo-a37d6993f6d2a32bfb599d387ba688b25214cc75.tar.bz2 gentoo-a37d6993f6d2a32bfb599d387ba688b25214cc75.zip |
profiles: Mask pipewire USE flag on arches lacking keywords
It is now an optional dependency of media-libs/libsdl2.
Signed-off-by: James Le Cuirot <chewi@gentoo.org>
Diffstat (limited to 'profiles')
-rw-r--r-- | profiles/arch/alpha/use.mask | 4 | ||||
-rw-r--r-- | profiles/arch/hppa/use.mask | 4 | ||||
-rw-r--r-- | profiles/arch/ia64/use.mask | 4 | ||||
-rw-r--r-- | profiles/arch/riscv/use.mask | 4 | ||||
-rw-r--r-- | profiles/arch/sparc/use.mask | 4 |
5 files changed, 20 insertions, 0 deletions
diff --git a/profiles/arch/alpha/use.mask b/profiles/arch/alpha/use.mask index 418690e8ef54..c8b41cebbe65 100644 --- a/profiles/arch/alpha/use.mask +++ b/profiles/arch/alpha/use.mask @@ -4,6 +4,10 @@ # Unmask the flag which corresponds to ARCH. -alpha +# James Le Cuirot <chewi@gentoo.org> (2021-08-10) +# media-video/pipewire is not keyworded. Bug #807616. +pipewire + # Matt Turner <mattst88@gentoo.org> (2021-07-05) nftables diff --git a/profiles/arch/hppa/use.mask b/profiles/arch/hppa/use.mask index 60fadf6a77b8..468a49b4f2c3 100644 --- a/profiles/arch/hppa/use.mask +++ b/profiles/arch/hppa/use.mask @@ -7,6 +7,10 @@ # NOTE: When masking a USE flag due to missing keywords, please file a keyword # request bug for the hppa arch. +# James Le Cuirot <chewi@gentoo.org> (2021-08-10) +# media-video/pipewire is not keyworded. Bug #807616. +pipewire + # Michał Górny <mgorny@gentoo.org> (2021-05-20) # Unresolved keywordreqs are getting in the way. # https://bugs.gentoo.org/789606 diff --git a/profiles/arch/ia64/use.mask b/profiles/arch/ia64/use.mask index 8819c9d80d4b..54324de2d135 100644 --- a/profiles/arch/ia64/use.mask +++ b/profiles/arch/ia64/use.mask @@ -4,6 +4,10 @@ # Unmask the flag which corresponds to ARCH. -ia64 +# James Le Cuirot <chewi@gentoo.org> (2021-08-10) +# media-video/pipewire is not keyworded. Bug #807616. +pipewire + # Matt Turner <mattst88@gentoo.org> (07-25-2021) # gnome-shell requires rustified librsvg. gnome-shell diff --git a/profiles/arch/riscv/use.mask b/profiles/arch/riscv/use.mask index 77a20f80322f..68aed13bc014 100644 --- a/profiles/arch/riscv/use.mask +++ b/profiles/arch/riscv/use.mask @@ -7,6 +7,10 @@ # Unmask systemd -systemd +# James Le Cuirot <chewi@gentoo.org> (2021-08-10) +# media-video/pipewire is not keyworded. Bug #807616. +pipewire + # Yixun Lan <dlan@gentoo.org> (2021-05-19) # Unmask for more testing -elogind diff --git a/profiles/arch/sparc/use.mask b/profiles/arch/sparc/use.mask index 683a8cdeafff..ecea495ceab8 100644 --- a/profiles/arch/sparc/use.mask +++ b/profiles/arch/sparc/use.mask @@ -4,6 +4,10 @@ # Unmask the flag which corresponds to ARCH. -sparc +# James Le Cuirot <chewi@gentoo.org> (2021-08-10) +# media-video/pipewire is not keyworded. Bug #807616. +pipewire + # Matt Turner <mattst88@gentoo.org> (2020-07-01) # Unlikely. vulkan |