From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 59F25138334 for ; Thu, 14 Jun 2018 13:17:31 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 265E8E098E; Thu, 14 Jun 2018 13:17:29 +0000 (UTC) Received: from smtp.gentoo.org (dev.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id C4E07E098E for ; Thu, 14 Jun 2018 13:17:28 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 6E5D3335C36 for ; Thu, 14 Jun 2018 13:17:26 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id CA00E28D for ; Thu, 14 Jun 2018 13:17:24 +0000 (UTC) From: "Brian Evans" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Brian Evans" Message-ID: <1528982218.1a5953b6d4b42976ae6c902923c59a1fad8e9c07.grknight@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: profiles/desc/ X-VCS-Repository: repo/gentoo X-VCS-Files: profiles/desc/php_targets.desc X-VCS-Directories: profiles/desc/ X-VCS-Committer: grknight X-VCS-Committer-Name: Brian Evans X-VCS-Revision: 1a5953b6d4b42976ae6c902923c59a1fad8e9c07 X-VCS-Branch: master Date: Thu, 14 Jun 2018 13:17:24 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: f26e7f9d-9b33-4e10-a562-e3c551303915 X-Archives-Hash: 884155e57714e597763f45655d43d38c commit: 1a5953b6d4b42976ae6c902923c59a1fad8e9c07 Author: Brian Evans gentoo org> AuthorDate: Thu Jun 14 12:44:27 2018 +0000 Commit: Brian Evans gentoo 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 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