commit: 1a5953b6d4b42976ae6c902923c59a1fad8e9c07 Author: Brian Evans <grknight <AT> gentoo <DOT> org> AuthorDate: Thu Jun 14 12:44:27 2018 +0000 Commit: Brian Evans <grknight <AT> gentoo <DOT> org> CommitDate: Thu Jun 14 13:16:58 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1a5953b6
profiles: Add php7-3 to desc/php_targets Signed-off-by: Brian Evans <grknight <AT> gentoo.org> profiles/desc/php_targets.desc | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/profiles/desc/php_targets.desc b/profiles/desc/php_targets.desc index ae4ceacb73e..62c199c76a1 100644 --- a/profiles/desc/php_targets.desc +++ b/profiles/desc/php_targets.desc @@ -1,8 +1,9 @@ -# Copyright 1999-2011 Gentoo Foundation. +# Copyright 1999-2018 Gentoo Foundation. # Distributed under the terms of the GNU General Public License v2 # This file contains descriptions of the PHP_TARGETS USE_EXPAND flags +php7-3 - Build against PHP 7.3 php7-2 - Build against PHP 7.2 php7-1 - Build against PHP 7.1 php7-0 - Build against PHP 7.0
