commit: 07916b8f38742d11b60815eab47082092c9f1afc Author: Brian Evans <grknight <AT> gentoo <DOT> org> AuthorDate: Mon Feb 20 15:10:38 2017 +0000 Commit: Brian Evans <grknight <AT> gentoo <DOT> org> CommitDate: Mon Feb 20 15:10:38 2017 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=07916b8f
profiles/arch/amd64/use.stable.mask: clear stable mask on php_targets_php7-0 for amd64 profiles/arch/amd64/use.stable.mask | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/profiles/arch/amd64/use.stable.mask b/profiles/arch/amd64/use.stable.mask index 9f51cf5185..2c4e9ace07 100644 --- a/profiles/arch/amd64/use.stable.mask +++ b/profiles/arch/amd64/use.stable.mask @@ -1,10 +1,14 @@ -# Copyright 1999-2015 Gentoo Foundation +# Copyright 1999-2017 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Id$ # 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]> (20 Feb 2017) +# Remove mask on stable PHP 7.x on major arch +-php_targets_php7-0 + # Mike Gilbert <[email protected]> (19 Oct 2014) # sys-libs/libapparmor apparmor
