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 E42A41382C5 for ; Tue, 27 Mar 2018 18:20:18 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id BE17EE097A; Tue, 27 Mar 2018 18:20:17 +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 9A89EE097A for ; Tue, 27 Mar 2018 18:20:17 +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 9D328335C9B for ; Tue, 27 Mar 2018 18:20:16 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 38C65272 for ; Tue, 27 Mar 2018 18:20:13 +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: <1522174787.03c4e92a7e4c42dbdbbe118e526ecadecf2cf22b.grknight@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-r1.ebuild dev-php/pecl-gnupg/pecl-gnupg-1.4.0.ebuild X-VCS-Directories: dev-php/pecl-gnupg/ X-VCS-Committer: grknight X-VCS-Committer-Name: Brian Evans X-VCS-Revision: 03c4e92a7e4c42dbdbbe118e526ecadecf2cf22b X-VCS-Branch: master Date: Tue, 27 Mar 2018 18:20:13 +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: 181f765c-cdec-4af1-acc5-b4aef01122af X-Archives-Hash: 82a188ff5bf360963967143af8fdd99a commit: 03c4e92a7e4c42dbdbbe118e526ecadecf2cf22b Author: Brian Evans gentoo org> AuthorDate: Tue Mar 27 18:11:45 2018 +0000 Commit: Brian Evans gentoo org> CommitDate: Tue Mar 27 18:19:47 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=03c4e92a dev-php/pecl-gnupg: Revbump to include php7-1 and php7-2 Package-Manager: Portage-2.3.24, Repoman-2.3.6 .../{pecl-gnupg-1.4.0.ebuild => pecl-gnupg-1.4.0-r1.ebuild} | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/dev-php/pecl-gnupg/pecl-gnupg-1.4.0.ebuild b/dev-php/pecl-gnupg/pecl-gnupg-1.4.0-r1.ebuild similarity index 86% rename from dev-php/pecl-gnupg/pecl-gnupg-1.4.0.ebuild rename to dev-php/pecl-gnupg/pecl-gnupg-1.4.0-r1.ebuild index c144cbfa74c..ab2811be502 100644 --- a/dev-php/pecl-gnupg/pecl-gnupg-1.4.0.ebuild +++ b/dev-php/pecl-gnupg/pecl-gnupg-1.4.0-r1.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2016 Gentoo Foundation +# Copyright 1999-2018 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 EAPI="6" @@ -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" +USE_PHP="php5-6 php7-0 php7-1 php7-2" inherit php-ext-pecl-r3