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 2DAF5138335 for ; Fri, 29 Nov 2019 13:34:31 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 73B58E09DE; Fri, 29 Nov 2019 13:34:30 +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 576CCE09DE for ; Fri, 29 Nov 2019 13:34:30 +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 4E86334D5A2 for ; Fri, 29 Nov 2019 13:34:29 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 06BC18C9 for ; Fri, 29 Nov 2019 13:34:26 +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: <1575031897.1551d6c100570bae8a8b0b9af5340fefbb16e428.whissi@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-php/pecl-uuid/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-php/pecl-uuid/pecl-uuid-1.0.4-r2.ebuild X-VCS-Directories: dev-php/pecl-uuid/ X-VCS-Committer: whissi X-VCS-Committer-Name: Thomas Deutschmann X-VCS-Revision: 1551d6c100570bae8a8b0b9af5340fefbb16e428 X-VCS-Branch: master Date: Fri, 29 Nov 2019 13:34:26 +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: 81fa23ca-c692-450a-9974-f0bd56d3ec58 X-Archives-Hash: ffeb7d09f4702392b70cb73707200f00 commit: 1551d6c100570bae8a8b0b9af5340fefbb16e428 Author: Thomas Deutschmann gentoo org> AuthorDate: Fri Nov 29 12:51:37 2019 +0000 Commit: Thomas Deutschmann gentoo org> CommitDate: Fri Nov 29 12:51:37 2019 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1551d6c1 dev-php/pecl-uuid: add PHP 7.4 support Package-Manager: Portage-2.3.80, Repoman-2.3.19 Signed-off-by: Thomas Deutschmann gentoo.org> dev-php/pecl-uuid/pecl-uuid-1.0.4-r2.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/dev-php/pecl-uuid/pecl-uuid-1.0.4-r2.ebuild b/dev-php/pecl-uuid/pecl-uuid-1.0.4-r2.ebuild index 9a414430df3..30a210cc37e 100644 --- a/dev-php/pecl-uuid/pecl-uuid-1.0.4-r2.ebuild +++ b/dev-php/pecl-uuid/pecl-uuid-1.0.4-r2.ebuild @@ -1,14 +1,14 @@ # Copyright 1999-2019 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 -EAPI="6" +EAPI="7" PHP_EXT_NAME="uuid" PHP_EXT_INIT="yes" PHP_EXT_ZENDEXT="no" DOCS=( CREDITS ) -USE_PHP="php5-6 php7-0 php7-1 php7-2 php7-3" +USE_PHP="php5-6 php7-0 php7-1 php7-2 php7-3 php7-4" inherit php-ext-pecl-r3