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 76BF5138331 for ; Fri, 6 Apr 2018 13:48:52 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 5BD86E087D; Fri, 6 Apr 2018 13:48:51 +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 31F9CE087D for ; Fri, 6 Apr 2018 13:48:51 +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 BEB27335C2E for ; Fri, 6 Apr 2018 13:48:49 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 504BC26A for ; Fri, 6 Apr 2018 13:48:47 +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: <1523022470.63da9745ea99790914f34b321b064db64cd3cd5f.grknight@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-php/pecl-yaz/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-php/pecl-yaz/pecl-yaz-1.2.2-r1.ebuild dev-php/pecl-yaz/pecl-yaz-1.2.2.ebuild X-VCS-Directories: dev-php/pecl-yaz/ X-VCS-Committer: grknight X-VCS-Committer-Name: Brian Evans X-VCS-Revision: 63da9745ea99790914f34b321b064db64cd3cd5f X-VCS-Branch: master Date: Fri, 6 Apr 2018 13:48:47 +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: ab890d20-126e-4e7b-8769-e682a1522e41 X-Archives-Hash: 453e8411cd22ce1dc26a2118f76a29e6 commit: 63da9745ea99790914f34b321b064db64cd3cd5f Author: Brian Evans gentoo org> AuthorDate: Thu Apr 5 15:04:19 2018 +0000 Commit: Brian Evans gentoo org> CommitDate: Fri Apr 6 13:47:50 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=63da9745 dev-php/pecl-yaz: Revbump for php 7.2 support Package-Manager: Portage-2.3.28, Repoman-2.3.9 dev-php/pecl-yaz/{pecl-yaz-1.2.2.ebuild => pecl-yaz-1.2.2-r1.ebuild} | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/dev-php/pecl-yaz/pecl-yaz-1.2.2.ebuild b/dev-php/pecl-yaz/pecl-yaz-1.2.2-r1.ebuild similarity index 85% rename from dev-php/pecl-yaz/pecl-yaz-1.2.2.ebuild rename to dev-php/pecl-yaz/pecl-yaz-1.2.2-r1.ebuild index 8c86ba44950..aa7a51a8b8a 100644 --- a/dev-php/pecl-yaz/pecl-yaz-1.2.2.ebuild +++ b/dev-php/pecl-yaz/pecl-yaz-1.2.2-r1.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2017 Gentoo Foundation +# Copyright 1999-2018 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 EAPI=6 @@ -8,7 +8,7 @@ PHP_EXT_INI="yes" PHP_EXT_ZENDEXT="no" DOCS=( README ) -USE_PHP="php5-6 php7-0 php7-1" +USE_PHP="php5-6 php7-0 php7-1 php7-2" inherit php-ext-pecl-r3