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 7B19915808B for ; Wed, 16 Mar 2022 22:30:02 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id BE708E0817; Wed, 16 Mar 2022 22:30:01 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [140.211.166.183]) (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 9ECE9E0817 for ; Wed, 16 Mar 2022 22:30:01 +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 084D9343732 for ; Wed, 16 Mar 2022 22:30:00 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 8FF592D2 for ; Wed, 16 Mar 2022 22:29:58 +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: <1647469777.f83344688bfba496ec06be9776779ef1fe8e58c5.grknight@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-php/realpath_turbo/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-php/realpath_turbo/realpath_turbo-2.0.0.ebuild X-VCS-Directories: dev-php/realpath_turbo/ X-VCS-Committer: grknight X-VCS-Committer-Name: Brian Evans X-VCS-Revision: f83344688bfba496ec06be9776779ef1fe8e58c5 X-VCS-Branch: master Date: Wed, 16 Mar 2022 22:29:58 +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: 13ac50d5-71fa-46e2-a5c7-e5b51169ee8d X-Archives-Hash: 6808b380bbd89ecac4a051221a6bbdcc commit: f83344688bfba496ec06be9776779ef1fe8e58c5 Author: Brian Evans gentoo org> AuthorDate: Wed Mar 16 22:29:37 2022 +0000 Commit: Brian Evans gentoo org> CommitDate: Wed Mar 16 22:29:37 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f8334468 dev-php/realpath_turbo: Bump targets Signed-off-by: Brian Evans gentoo.org> dev-php/realpath_turbo/realpath_turbo-2.0.0.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/dev-php/realpath_turbo/realpath_turbo-2.0.0.ebuild b/dev-php/realpath_turbo/realpath_turbo-2.0.0.ebuild index fdda0e07336f..8e01888cdfe4 100644 --- a/dev-php/realpath_turbo/realpath_turbo-2.0.0.ebuild +++ b/dev-php/realpath_turbo/realpath_turbo-2.0.0.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2020 Gentoo Authors +# Copyright 1999-2022 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI="7" @@ -7,7 +7,7 @@ PHP_EXT_NAME="realpath_turbo" PHP_EXT_INI="yes" PHP_EXT_ZENDEXT="no" -USE_PHP="php5-6 php7-1 php7-2 php7-3 php7-4" +USE_PHP="php7-4 php8-0 php8-1" inherit php-ext-source-r3