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 14CCE138334 for ; Mon, 15 Oct 2018 19:04:05 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 4D32BE0841; Mon, 15 Oct 2018 19:04:04 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (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 29828E0841 for ; Mon, 15 Oct 2018 19:04:04 +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 14952335D0D for ; Mon, 15 Oct 2018 19:04:02 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id A07EA454 for ; Mon, 15 Oct 2018 19:04:00 +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: <1539630230.3ec1e46d46bf812e97af9a3b60dcdadbe3b38c63.grknight@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-php/xdebug/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-php/xdebug/xdebug-2.6.1.ebuild X-VCS-Directories: dev-php/xdebug/ X-VCS-Committer: grknight X-VCS-Committer-Name: Brian Evans X-VCS-Revision: 3ec1e46d46bf812e97af9a3b60dcdadbe3b38c63 X-VCS-Branch: master Date: Mon, 15 Oct 2018 19:04:00 +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: af7af740-98e6-4859-aa30-2e4813918057 X-Archives-Hash: ef60daad914b0f1daf71be0c94583020 commit: 3ec1e46d46bf812e97af9a3b60dcdadbe3b38c63 Author: Brian Evans gentoo org> AuthorDate: Mon Oct 15 19:03:13 2018 +0000 Commit: Brian Evans gentoo org> CommitDate: Mon Oct 15 19:03:50 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3ec1e46d dev-php/xdebug: Drop 7-3 target erroneously added Signed-off-by: Brian Evans gentoo.org> Package-Manager: Portage-2.3.51, Repoman-2.3.11 dev-php/xdebug/xdebug-2.6.1.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/dev-php/xdebug/xdebug-2.6.1.ebuild b/dev-php/xdebug/xdebug-2.6.1.ebuild index d25ad627eea..6450d9968aa 100644 --- a/dev-php/xdebug/xdebug-2.6.1.ebuild +++ b/dev-php/xdebug/xdebug-2.6.1.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2018 Gentoo Foundation +# Copyright 1999-2018 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI="6" @@ -7,7 +7,7 @@ PHP_EXT_INI="yes" PHP_EXT_ZENDEXT="yes" PHP_EXT_INIFILE="2.6.0-xdebug.ini" -USE_PHP="php7-0 php7-1 php7-2 php7-3" +USE_PHP="php7-0 php7-1 php7-2" MY_PV="${PV/_/}" MY_PV="${MY_PV/rc/RC}"