commit: 0e5cb8c8ea1f49ecc24f47e228de650c1300a459 Author: Brian Evans <grknight <AT> gentoo <DOT> org> AuthorDate: Tue Dec 6 14:20:45 2016 +0000 Commit: Brian Evans <grknight <AT> gentoo <DOT> org> CommitDate: Tue Dec 6 14:40:26 2016 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0e5cb8c8
profiles/base/use.stable.mask: add php_targets_php7-1 for the newly added PHP 7.1 profiles/base/use.stable.mask | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/profiles/base/use.stable.mask b/profiles/base/use.stable.mask index b34a8da..b52758a 100644 --- a/profiles/base/use.stable.mask +++ b/profiles/base/use.stable.mask @@ -1,10 +1,14 @@ -# Copyright 1999-2015 Gentoo Foundation +# Copyright 1999-2016 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]> (06 Dec 2016) +# Needs dev-lang/php:7.1 stable +php_targets_php7-1 + # Zac Medico <[email protected]> (01 Sep 2016) # Needs virtual/pypy* stable python_targets_pypy
