commit: 91a40a0e84ba155102ff73a71f31f7efed3db84e Author: Matt Turner <mattst88 <AT> gentoo <DOT> org> AuthorDate: Thu Jan 2 20:50:47 2020 +0000 Commit: Matt Turner <mattst88 <AT> gentoo <DOT> org> CommitDate: Fri Jan 3 04:30:33 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=91a40a0e
profiles: Drop libglvnd entries for arches with keywords And drop the arm64 use.stable.mask entry, since the entry already exists in base/use.stable.mask. Signed-off-by: Matt Turner <mattst88 <AT> gentoo.org> profiles/arch/arm64/use.stable.mask | 4 ---- profiles/arch/riscv/use.mask | 4 ---- profiles/arch/sparc/use.mask | 4 ---- 3 files changed, 12 deletions(-) diff --git a/profiles/arch/arm64/use.stable.mask b/profiles/arch/arm64/use.stable.mask index 215734be76b..10623ef3569 100644 --- a/profiles/arch/arm64/use.stable.mask +++ b/profiles/arch/arm64/use.stable.mask @@ -4,10 +4,6 @@ # This file requires eapi 5 or later. New entries go on top. # Please use the same syntax as in use.mask -# Aaron Bauman <[email protected]> (2019-12-27) -# not stable yet -libglvnd - # Aaron Bauman <[email protected]> (2019-05-20) # Does not build on arm64 ocamlopt diff --git a/profiles/arch/riscv/use.mask b/profiles/arch/riscv/use.mask index 621c5b39af2..31481e04a8c 100644 --- a/profiles/arch/riscv/use.mask +++ b/profiles/arch/riscv/use.mask @@ -4,10 +4,6 @@ # Unmask the flag which corresponds to ARCH. -riscv -# Matt Turner <[email protected]> (2019-12-05) -# media-libs/libglvnd is not keyworded -libglvnd - # Sergei Trofimovich <[email protected]> (2019-11-27) # valgrind has no RISCV port. valgrind diff --git a/profiles/arch/sparc/use.mask b/profiles/arch/sparc/use.mask index bc533bd72fa..551f47e5f3f 100644 --- a/profiles/arch/sparc/use.mask +++ b/profiles/arch/sparc/use.mask @@ -4,10 +4,6 @@ # Unmask the flag which corresponds to ARCH. -sparc -# Matt Turner <[email protected]> (2019-12-05) -# media-libs/libglvnd is not keyworded -libglvnd - # Mattéo Rossillol‑‑Laruelle <[email protected]> (2019‑08‑31) # Dependency not keyworded (dev-libs/libappindicator). ayatana
