commit: d3ccd89f010b2c6e8a94038af1333e985fd83080 Author: Sam James <sam <AT> gentoo <DOT> org> AuthorDate: Fri Nov 14 15:19:00 2025 +0000 Commit: Sam James <sam <AT> gentoo <DOT> org> CommitDate: Fri Nov 14 15:21:33 2025 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d3ccd89f
profiles/arch: drop efistub masks Stabilisation is done for amd64/arm64/x86. Bug: https://bugs.gentoo.org/932842 Signed-off-by: Sam James <sam <AT> gentoo.org> profiles/arch/amd64/package.use.stable.mask | 4 ---- profiles/arch/arm64/package.use.stable.mask | 4 ---- profiles/arch/x86/package.use.stable.mask | 4 ---- 3 files changed, 12 deletions(-) diff --git a/profiles/arch/amd64/package.use.stable.mask b/profiles/arch/amd64/package.use.stable.mask index dbeba2d8bec7..4878ef3ae590 100644 --- a/profiles/arch/amd64/package.use.stable.mask +++ b/profiles/arch/amd64/package.use.stable.mask @@ -45,10 +45,6 @@ dev-python/qtpy remoteobjects # No stable versions of ROCm at the moment sys-apps/hwloc rocm -# Nowa Ammerlaan <[email protected]> (2024-03-17) -# Experimental, virt-firmware is keyworded only unstable -sys-kernel/installkernel efistub - # Ionen Wolkens <[email protected]> (2024-01-16) # cuda (and thus cudnn) are not available in stable media-libs/opencv cudnn diff --git a/profiles/arch/arm64/package.use.stable.mask b/profiles/arch/arm64/package.use.stable.mask index fc4069495913..191d4d7b05ec 100644 --- a/profiles/arch/arm64/package.use.stable.mask +++ b/profiles/arch/arm64/package.use.stable.mask @@ -20,10 +20,6 @@ dev-build/meson test-full # mongodb needed for tests which is not stable keyworded for arm64 dev-libs/mongo-c-driver test -# Nowa Ammerlaan <[email protected]> (2024-03-21) -# Experimental, virt-firmware is keyworded only unstable -sys-kernel/installkernel efistub - # Michał Górny <[email protected]> (2023-04-22) # Needs unkeyworded dev-python/sympy dev-python/nbval test diff --git a/profiles/arch/x86/package.use.stable.mask b/profiles/arch/x86/package.use.stable.mask index 820accb7cc53..9dfddf425deb 100644 --- a/profiles/arch/x86/package.use.stable.mask +++ b/profiles/arch/x86/package.use.stable.mask @@ -75,10 +75,6 @@ virtual/notification-daemon kde # sys-block/nbdkit is not yet marked stable here app-emulation/libvirt nbd -# Nowa Ammerlaan <[email protected]> (2024-03-21) -# Experimental, virt-firmware is keyworded only unstable -sys-kernel/installkernel efistub - # Arthur Zamarin <[email protected]> (2023-06-03) # Destabilizing x86 keywords on sci-*/* packages app-metrics/collectd collectd_plugins_gps
