diff options
-rw-r--r-- | profiles/base/use.mask | 4 | ||||
-rw-r--r-- | profiles/desc/php_targets.desc | 3 | ||||
-rw-r--r-- | profiles/package.mask | 5 |
3 files changed, 11 insertions, 1 deletions
diff --git a/profiles/base/use.mask b/profiles/base/use.mask index d5ff47743a6e..b08b6b8e6109 100644 --- a/profiles/base/use.mask +++ b/profiles/base/use.mask @@ -4,6 +4,10 @@ # 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/desc/php_targets.desc b/profiles/desc/php_targets.desc index b63c5d69d88b..76a65f23514a 100644 --- a/profiles/desc/php_targets.desc +++ b/profiles/desc/php_targets.desc @@ -1,8 +1,9 @@ -# Copyright 1999-2019 Gentoo Authors +# Copyright 1999-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 # This file contains descriptions of the PHP_TARGETS USE_EXPAND flags +php8-1 - Build against PHP 8.1 php8-0 - Build against PHP 8.0 php7-4 - Build against PHP 7.4 php7-3 - Build against PHP 7.3 diff --git a/profiles/package.mask b/profiles/package.mask index e9db3c616252..7b12bdb602b1 100644 --- a/profiles/package.mask +++ b/profiles/package.mask @@ -33,6 +33,11 @@ #--- END OF EXAMPLES --- +# Brian Evans <grknight@gentoo.org> (2021-09-26) +# Mask for 8.1 RC +dev-lang/php:8.1 +virtual/httpd-php:8.1 + # Jakov Smolić <jsmolic@gentoo.org> (2021-09-25) # Upstream renamed the Theano project and continued as dev-python/aesara. # No reverse dependencies. |