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 A877A138334 for ; Fri, 7 Jun 2019 14:14:18 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 42C6EE0878; Fri, 7 Jun 2019 14:14:15 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (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 0FB1AE0878 for ; Fri, 7 Jun 2019 14:14:14 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (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 D79A834590A for ; Fri, 7 Jun 2019 14:14:13 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 2629B61A for ; Fri, 7 Jun 2019 14:14:10 +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: <1559916478.b79b80b6899957afacc4a390fd53daba2a10d715.whissi@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-php/pecl-pam/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-php/pecl-pam/pecl-pam-1.0.3-r3.ebuild X-VCS-Directories: dev-php/pecl-pam/ X-VCS-Committer: whissi X-VCS-Committer-Name: Thomas Deutschmann X-VCS-Revision: b79b80b6899957afacc4a390fd53daba2a10d715 X-VCS-Branch: master Date: Fri, 7 Jun 2019 14:14:10 +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: 6a073669-e5bc-4cf5-8bb1-47cdd76a6bac X-Archives-Hash: 17462bc255bbb67388a57ddd7ef2b735 commit: b79b80b6899957afacc4a390fd53daba2a10d715 Author: Thomas Deutschmann gentoo org> AuthorDate: Fri Jun 7 12:57:26 2019 +0000 Commit: Thomas Deutschmann gentoo org> CommitDate: Fri Jun 7 14:07:58 2019 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b79b80b6 dev-php/pecl-pam: add PHP 7.3 support Package-Manager: Portage-2.3.67, Repoman-2.3.14 Signed-off-by: Thomas Deutschmann gentoo.org> dev-php/pecl-pam/pecl-pam-1.0.3-r3.ebuild | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/dev-php/pecl-pam/pecl-pam-1.0.3-r3.ebuild b/dev-php/pecl-pam/pecl-pam-1.0.3-r3.ebuild index db57bd50876..b01c985412f 100644 --- a/dev-php/pecl-pam/pecl-pam-1.0.3-r3.ebuild +++ b/dev-php/pecl-pam/pecl-pam-1.0.3-r3.ebuild @@ -1,14 +1,14 @@ -# Copyright 1999-2018 Gentoo Foundation +# Copyright 1999-2019 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 -EAPI=6 +EAPI="7" PHP_EXT_NAME="pam" PHP_EXT_INI="yes" PHP_EXT_ZENDEXT="no" DOCS=( README ) -USE_PHP="php5-6 php7-0 php7-1 php7-2" +USE_PHP="php5-6 php7-0 php7-1 php7-2 php7-3" inherit php-ext-pecl-r3 pam