commit: a37d6993f6d2a32bfb599d387ba688b25214cc75 Author: James Le Cuirot <chewi <AT> gentoo <DOT> org> AuthorDate: Tue Aug 10 20:28:56 2021 +0000 Commit: James Le Cuirot <chewi <AT> gentoo <DOT> org> CommitDate: Tue Aug 10 20:36:09 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a37d6993
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 <AT> gentoo.org> profiles/arch/alpha/use.mask | 4 ++++ profiles/arch/hppa/use.mask | 4 ++++ profiles/arch/ia64/use.mask | 4 ++++ profiles/arch/riscv/use.mask | 4 ++++ profiles/arch/sparc/use.mask | 4 ++++ 5 files changed, 20 insertions(+) diff --git a/profiles/arch/alpha/use.mask b/profiles/arch/alpha/use.mask index 418690e8ef5..c8b41cebbe6 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 <[email protected]> (2021-08-10) +# media-video/pipewire is not keyworded. Bug #807616. +pipewire + # Matt Turner <[email protected]> (2021-07-05) nftables diff --git a/profiles/arch/hppa/use.mask b/profiles/arch/hppa/use.mask index 60fadf6a77b..468a49b4f2c 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 <[email protected]> (2021-08-10) +# media-video/pipewire is not keyworded. Bug #807616. +pipewire + # Michał Górny <[email protected]> (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 8819c9d80d4..54324de2d13 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 <[email protected]> (2021-08-10) +# media-video/pipewire is not keyworded. Bug #807616. +pipewire + # Matt Turner <[email protected]> (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 77a20f80322..68aed13bc01 100644 --- a/profiles/arch/riscv/use.mask +++ b/profiles/arch/riscv/use.mask @@ -7,6 +7,10 @@ # Unmask systemd -systemd +# James Le Cuirot <[email protected]> (2021-08-10) +# media-video/pipewire is not keyworded. Bug #807616. +pipewire + # Yixun Lan <[email protected]> (2021-05-19) # Unmask for more testing -elogind diff --git a/profiles/arch/sparc/use.mask b/profiles/arch/sparc/use.mask index 683a8cdeaff..ecea495ceab 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 <[email protected]> (2021-08-10) +# media-video/pipewire is not keyworded. Bug #807616. +pipewire + # Matt Turner <[email protected]> (2020-07-01) # Unlikely. vulkan
