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.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 CB05C158021 for ; Wed, 26 Oct 2022 19:56:55 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 05F0EE09D5; Wed, 26 Oct 2022 19:56:55 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.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)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id E444EE09D5 for ; Wed, 26 Oct 2022 19:56:54 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 35CF2340955 for ; Wed, 26 Oct 2022 19:56:54 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 4FBCD66B for ; Wed, 26 Oct 2022 19:56:51 +0000 (UTC) From: "Conrad Kostecki" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Conrad Kostecki" Message-ID: <1666813949.54843a2be415cd910dac4528b3a1fc50e14a977a.conikost@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-php/pecl-yaml/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-php/pecl-yaml/pecl-yaml-2.2.2.ebuild X-VCS-Directories: dev-php/pecl-yaml/ X-VCS-Committer: conikost X-VCS-Committer-Name: Conrad Kostecki X-VCS-Revision: 54843a2be415cd910dac4528b3a1fc50e14a977a X-VCS-Branch: master Date: Wed, 26 Oct 2022 19:56:51 +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: c8fed735-bebc-4629-9e6b-1d421c9046c9 X-Archives-Hash: 834efad67db372417a36c89b454dfcf2 commit: 54843a2be415cd910dac4528b3a1fc50e14a977a Author: Conrad Kostecki gentoo org> AuthorDate: Sun Oct 23 20:54:26 2022 +0000 Commit: Conrad Kostecki gentoo org> CommitDate: Wed Oct 26 19:52:29 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=54843a2b dev-php/pecl-yaml: add php8-2 support Also dropping php7-3 support, as it's gone from tree. Signed-off-by: Conrad Kostecki gentoo.org> dev-php/pecl-yaml/pecl-yaml-2.2.2.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-php/pecl-yaml/pecl-yaml-2.2.2.ebuild b/dev-php/pecl-yaml/pecl-yaml-2.2.2.ebuild index 8f9139b326f2..8bc40bd2fa2c 100644 --- a/dev-php/pecl-yaml/pecl-yaml-2.2.2.ebuild +++ b/dev-php/pecl-yaml/pecl-yaml-2.2.2.ebuild @@ -6,7 +6,7 @@ EAPI=8 PHP_EXT_NAME="yaml" PHP_EXT_INI="yes" PHP_EXT_ZENDEXT="no" -USE_PHP="php7-3 php7-4 php8-0 php8-1" +USE_PHP="php7-4 php8-0 php8-1 php8-2" inherit php-ext-pecl-r3