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 0D1CD138334 for ; Thu, 6 Jun 2019 12:19:52 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 74996E0893; Thu, 6 Jun 2019 12:19:50 +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 59DAEE0893 for ; Thu, 6 Jun 2019 12:19:50 +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 933D3345832 for ; Thu, 6 Jun 2019 12:19:48 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id EE339608 for ; Thu, 6 Jun 2019 12:19:45 +0000 (UTC) From: "Thomas Deutschmann" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Thomas Deutschmann" Message-ID: <1559823573.0148b4a22ddc84e8f181c97e9130eadf94097924.whissi@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-php/pecl-gnupg/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-php/pecl-gnupg/pecl-gnupg-1.4.0-r2.ebuild X-VCS-Directories: dev-php/pecl-gnupg/ X-VCS-Committer: whissi X-VCS-Committer-Name: Thomas Deutschmann X-VCS-Revision: 0148b4a22ddc84e8f181c97e9130eadf94097924 X-VCS-Branch: master Date: Thu, 6 Jun 2019 12:19:45 +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-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 490819ec-9983-4dbe-b89c-011acdafd7d5 X-Archives-Hash: 5b07c1b7b46f58e4d8e2d97282f5d458 commit: 0148b4a22ddc84e8f181c97e9130eadf94097924 Author: Thomas Deutschmann gentoo org> AuthorDate: Thu Jun 6 12:19:33 2019 +0000 Commit: Thomas Deutschmann gentoo org> CommitDate: Thu Jun 6 12:19:33 2019 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0148b4a2 dev-php/pecl-gnupg: drop php7-0 support Package-Manager: Portage-2.3.67, Repoman-2.3.14 Signed-off-by: Thomas Deutschmann gentoo.org> dev-php/pecl-gnupg/pecl-gnupg-1.4.0-r2.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-php/pecl-gnupg/pecl-gnupg-1.4.0-r2.ebuild b/dev-php/pecl-gnupg/pecl-gnupg-1.4.0-r2.ebuild index 44d00d666d4..3c0bcd3c738 100644 --- a/dev-php/pecl-gnupg/pecl-gnupg-1.4.0-r2.ebuild +++ b/dev-php/pecl-gnupg/pecl-gnupg-1.4.0-r2.ebuild @@ -10,7 +10,7 @@ PHP_EXT_ZENDEXT="no" PHP_EXT_PECL_FILENAME="${MY_P}.tgz" PHP_EXT_S="${WORKDIR}/${MY_P}" -USE_PHP="php5-6 php7-0 php7-1 php7-2 php7-3" +USE_PHP="php5-6 php7-1 php7-2 php7-3" inherit php-ext-pecl-r3