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 C4DE11395E2 for ; Mon, 5 Dec 2016 03:41:08 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id E11FEE0BE4; Mon, 5 Dec 2016 03:41:07 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 868DEE0BE4 for ; Mon, 5 Dec 2016 03:41:07 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id DCBF4340F2A for ; Mon, 5 Dec 2016 03:41:05 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 9A66B24B6 for ; Mon, 5 Dec 2016 03:41:03 +0000 (UTC) From: "Michael Orlitzky" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Michael Orlitzky" Message-ID: <1480909100.a5ce9048025fbdf21811b17eb6d7d4b9c26c0710.mjo@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: mjo X-VCS-Committer-Name: Michael Orlitzky X-VCS-Revision: a5ce9048025fbdf21811b17eb6d7d4b9c26c0710 X-VCS-Branch: master Date: Mon, 5 Dec 2016 03:41:03 +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: 4c8994b1-7f79-4769-addf-9ac235cb38d4 X-Archives-Hash: c56af03130d806ac5b6070f864c02f80 commit: a5ce9048025fbdf21811b17eb6d7d4b9c26c0710 Author: Michael Orlitzky gentoo org> AuthorDate: Mon Dec 5 03:38:20 2016 +0000 Commit: Michael Orlitzky gentoo org> CommitDate: Mon Dec 5 03:38:20 2016 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a5ce9048 profiles: add the php7-1 flag to desc/php_targets.desc. profiles/desc/php_targets.desc | 1 + 1 file changed, 1 insertion(+) diff --git a/profiles/desc/php_targets.desc b/profiles/desc/php_targets.desc index 75d09ce..8cb3365 100644 --- a/profiles/desc/php_targets.desc +++ b/profiles/desc/php_targets.desc @@ -4,6 +4,7 @@ # This file contains descriptions of the PHP_TARGETS USE_EXPAND flags +php7-1 - Build against PHP 7.1 php7-0 - Build against PHP 7.0 php5-6 - Build against PHP 5.6 php5-5 - Build against PHP 5.5