commit: 9fb6c213c92694133c667653aec514e6661f1a19 Author: James Le Cuirot <chewi <AT> gentoo <DOT> org> AuthorDate: Sat Feb 28 11:54:53 2026 +0000 Commit: James Le Cuirot <chewi <AT> gentoo <DOT> org> CommitDate: Sat Feb 28 13:31:43 2026 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9fb6c213
profiles: Mask systemtap USE flag globally on m68k It is unkeyworded and untested. Signed-off-by: James Le Cuirot <chewi <AT> gentoo.org> profiles/arch/m68k/package.use.mask | 4 ---- profiles/arch/m68k/use.mask | 4 ++++ 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/profiles/arch/m68k/package.use.mask b/profiles/arch/m68k/package.use.mask index 01c63587e1f3..eb710b4ab9f0 100644 --- a/profiles/arch/m68k/package.use.mask +++ b/profiles/arch/m68k/package.use.mask @@ -119,10 +119,6 @@ dev-python/numpy lapack # Mask until dev-libs/libfido2 is keyworded net-misc/openssh security-key -# Sergei Trofimovich <[email protected]> (2019-12-02) -# dev-debug/systemtap is not keyworded on m68k -sys-libs/glibc systemtap - # Sergei Trofimovich <[email protected]> (2019-12-02) # media-libs/gd is not keyworded on m68k sys-libs/glibc gd diff --git a/profiles/arch/m68k/use.mask b/profiles/arch/m68k/use.mask index f0cab214412c..cd9b83e68e20 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 +# James Le Cuirot <[email protected]> (2026-02-28) +# Unkeyworded and untested on m68k. +systemtap + # James Le Cuirot <[email protected]> (2025-11-22) # Vala looks like it would work well enough, but m68k doesn't need it. vala
