diff options
author | 2021-11-29 14:34:00 -0500 | |
---|---|---|
committer | 2021-11-29 14:36:17 -0500 | |
commit | 0953508d9ff43cc3bf28c7dc537a020f60a37582 (patch) | |
tree | 715efdc65dd1c613747f12d9260c22a38dba83e4 /profiles/base | |
parent | dev-lang/php: Drop 8.1 RC version (diff) | |
download | gentoo-0953508d9ff43cc3bf28c7dc537a020f60a37582.tar.gz gentoo-0953508d9ff43cc3bf28c7dc537a020f60a37582.tar.bz2 gentoo-0953508d9ff43cc3bf28c7dc537a020f60a37582.zip |
profiles: Unmask php 8.1 which is out of RC for testing
Signed-off-by: Brian Evans <grknight@gentoo.org>
Diffstat (limited to 'profiles/base')
-rw-r--r-- | profiles/base/use.mask | 4 | ||||
-rw-r--r-- | profiles/base/use.stable.mask | 4 |
2 files changed, 4 insertions, 4 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 <grknight@gentoo.org> (2021-09-26) -# Mask 8.1 as it is RC -php_targets_php8-1 - # Hans de Graaff <graaff@gentoo.org> (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 <grknight@gentoo.org> (2021-11-29) +# Mask 8.1 as it is currently unstable only +php_targets_php8-1 + # Sergei Trofimovich <slyfox@gentoo.org> (2020-04-13) # dev-vcs/darcs (dev-lang/ghc) has no stable keywords. darcs |