From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: <gentoo-commits+bounces-1377178-garchives=archives.gentoo.org@lists.gentoo.org> Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 425C315808B for <garchives@archives.gentoo.org>; Fri, 18 Mar 2022 16:53:35 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id C4ECFE07F1; Fri, 18 Mar 2022 16:53:32 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 49EB0E07EF for <gentoo-commits@lists.gentoo.org>; Fri, 18 Mar 2022 16:53:32 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 3C3783432A4 for <gentoo-commits@lists.gentoo.org>; Fri, 18 Mar 2022 16:53:31 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id C759C32C for <gentoo-commits@lists.gentoo.org>; Fri, 18 Mar 2022 16:53:29 +0000 (UTC) From: "Brian Evans" <grknight@gentoo.org> 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" <grknight@gentoo.org> Message-ID: <1647622406.bfc45d8c021020ebed87d07b46f828e32c6ea370.grknight@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.2.0.ebuild X-VCS-Directories: dev-php/pecl-uuid/ X-VCS-Committer: grknight X-VCS-Committer-Name: Brian Evans X-VCS-Revision: bfc45d8c021020ebed87d07b46f828e32c6ea370 X-VCS-Branch: master Date: Fri, 18 Mar 2022 16:53:29 +0000 (UTC) Precedence: bulk List-Post: <mailto:gentoo-commits@lists.gentoo.org> List-Help: <mailto:gentoo-commits+help@lists.gentoo.org> List-Unsubscribe: <mailto:gentoo-commits+unsubscribe@lists.gentoo.org> List-Subscribe: <mailto:gentoo-commits+subscribe@lists.gentoo.org> List-Id: Gentoo Linux mail <gentoo-commits.gentoo.org> X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 8d100c44-27ac-40ba-9d94-14e30221edb9 X-Archives-Hash: 1c4fb6d23bc5f50ff3394816acd5e4d6 commit: bfc45d8c021020ebed87d07b46f828e32c6ea370 Author: Brian Evans <grknight <AT> gentoo <DOT> org> AuthorDate: Fri Mar 18 16:53:01 2022 +0000 Commit: Brian Evans <grknight <AT> gentoo <DOT> org> CommitDate: Fri Mar 18 16:53:26 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=bfc45d8c dev-php/pecl-uuid: Adjust targets Signed-off-by: Brian Evans <grknight <AT> gentoo.org> dev-php/pecl-uuid/pecl-uuid-1.2.0.ebuild | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/dev-php/pecl-uuid/pecl-uuid-1.2.0.ebuild b/dev-php/pecl-uuid/pecl-uuid-1.2.0.ebuild index 65d0a5fb0ec5..d4c12dad5ad6 100644 --- a/dev-php/pecl-uuid/pecl-uuid-1.2.0.ebuild +++ b/dev-php/pecl-uuid/pecl-uuid-1.2.0.ebuild @@ -1,14 +1,14 @@ -# Copyright 1999-2020 Gentoo Authors +# Copyright 1999-2022 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 -EAPI="7" +EAPI="8" PHP_EXT_NAME="uuid" PHP_EXT_INIT="yes" PHP_EXT_ZENDEXT="no" DOCS=( CREDITS ) -USE_PHP="php7-2 php7-3 php7-4 php8-0" +USE_PHP="php7-4 php8-0 php8-1" inherit php-ext-pecl-r3