commit: 0953508d9ff43cc3bf28c7dc537a020f60a37582 Author: Brian Evans <grknight <AT> gentoo <DOT> org> AuthorDate: Mon Nov 29 19:34:00 2021 +0000 Commit: Brian Evans <grknight <AT> gentoo <DOT> org> CommitDate: Mon Nov 29 19:36:17 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0953508d
profiles: Unmask php 8.1 which is out of RC for testing Signed-off-by: Brian Evans <grknight <AT> gentoo.org> profiles/base/use.mask | 4 ---- profiles/base/use.stable.mask | 4 ++++ profiles/package.mask | 5 ----- 3 files changed, 4 insertions(+), 9 deletions(-) diff --git a/profiles/base/use.mask b/profiles/base/use.mask index b08b6b8e6109..d5ff47743a6e 100644 --- a/profiles/base/use.mask +++ b/profiles/base/use.mask @@ -4,10 +4,6 @@ # This file is only for generic masks. For arch-specific masks (i.e. # mask everywhere, unmask on arch/*) use arch/base. -# Brian Evans <[email protected]> (2021-09-26) -# Mask 8.1 as it is RC -php_targets_php8-1 - # Hans de Graaff <[email protected]> (2021-07-09) # Mask Ruby 2.5 as EOL ruby_targets_ruby25 diff --git a/profiles/base/use.stable.mask b/profiles/base/use.stable.mask index 07b55fe4e694..453037208983 100644 --- a/profiles/base/use.stable.mask +++ b/profiles/base/use.stable.mask @@ -4,6 +4,10 @@ # This file requires eapi 5 or later. New entries go on top. # Please use the same syntax as in use.mask +# Brian Evans <[email protected]> (2021-11-29) +# Mask 8.1 as it is currently unstable only +php_targets_php8-1 + # Sergei Trofimovich <[email protected]> (2020-04-13) # dev-vcs/darcs (dev-lang/ghc) has no stable keywords. darcs diff --git a/profiles/package.mask b/profiles/package.mask index 38ceefc303d9..d069ac8cf117 100644 --- a/profiles/package.mask +++ b/profiles/package.mask @@ -671,11 +671,6 @@ x11-drivers/nvidia-drivers:0/vulkan # VM image data corruption bug, causing I/O errors in VMs. Bug #815379 =app-emulation/qemu-6.1.0-r1 -# Brian Evans <[email protected]> (2021-09-26) -# Mask for 8.1 RC -dev-lang/php:8.1 -virtual/httpd-php:8.1 - # Mart Raudsepp <[email protected]> (2021-09-24) # Experimental split media-sound/pulseaudio packages, bug #536780. media-libs/libpulse
