commit: 08f45c08cfe42e0e63d0f1691e78e21a2e06dead Author: Brian Evans <grknight <AT> gentoo <DOT> org> AuthorDate: Wed Oct 6 01:31:38 2021 +0000 Commit: Brian Evans <grknight <AT> gentoo <DOT> org> CommitDate: Wed Oct 6 01:31:38 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=08f45c08
profiles: Remove php8-0 from stable mask All arches are stable in the 8.0 slot for dev-lang/php Closes: https://bugs.gentoo.org/816030 Signed-off-by: Brian Evans <grknight <AT> gentoo.org> profiles/base/use.stable.mask | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/profiles/base/use.stable.mask b/profiles/base/use.stable.mask index 577d8fa2a78..218e736762f 100644 --- a/profiles/base/use.stable.mask +++ b/profiles/base/use.stable.mask @@ -1,13 +1,9 @@ -# Copyright 1999-2020 Gentoo Authors +# Copyright 1999-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 # 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]> (2020-12-08) -# Allow packages to add php 8.0 support while waiting on its stable -php_targets_php8-0 - # Sergei Trofimovich <[email protected]> (2020-04-13) # dev-vcs/darcs (dev-lang/ghc) has no stable keywords. darcs
