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 (4096 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 57FF9158042 for ; Sun, 10 Nov 2024 01:53:04 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 06132E0919; Sun, 10 Nov 2024 01:53:03 +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) server-digest SHA256) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id DF076E0919 for ; Sun, 10 Nov 2024 01:53:02 +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) server-digest SHA256) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id D733F33BE19 for ; Sun, 10 Nov 2024 01:53:01 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 2A78D197F for ; Sun, 10 Nov 2024 01:53:00 +0000 (UTC) From: "Michael Orlitzky" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Michael Orlitzky" Message-ID: <1731203362.9e0330c53ac842413a6336e0f8410a437122984c.mjo@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-php/libvirt-php/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-php/libvirt-php/libvirt-php-9999.ebuild X-VCS-Directories: dev-php/libvirt-php/ X-VCS-Committer: mjo X-VCS-Committer-Name: Michael Orlitzky X-VCS-Revision: 9e0330c53ac842413a6336e0f8410a437122984c X-VCS-Branch: master Date: Sun, 10 Nov 2024 01:53:00 +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: 070e79c8-3bc6-4fa2-bca7-36ef49944fc3 X-Archives-Hash: 10691d49faa8755448885b6138fcf051 commit: 9e0330c53ac842413a6336e0f8410a437122984c Author: Michael Orlitzky gentoo org> AuthorDate: Sun Nov 10 01:49:22 2024 +0000 Commit: Michael Orlitzky gentoo org> CommitDate: Sun Nov 10 01:49:22 2024 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9e0330c5 dev-php/libvirt-php: fix USE_PHP in -9999 ebuild Presumably this supports newer versions of PHP if the latest non-live ebuild does. Signed-off-by: Michael Orlitzky gentoo.org> dev-php/libvirt-php/libvirt-php-9999.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-php/libvirt-php/libvirt-php-9999.ebuild b/dev-php/libvirt-php/libvirt-php-9999.ebuild index 9cec6800a2c7..85607452a8ab 100644 --- a/dev-php/libvirt-php/libvirt-php-9999.ebuild +++ b/dev-php/libvirt-php/libvirt-php-9999.ebuild @@ -5,7 +5,7 @@ EAPI="8" PHP_EXT_NAME="libvirt-php" PHP_EXT_SKIP_PHPIZE="yes" -USE_PHP="php8-1" +USE_PHP="php8-1 php8-2 php8-3" PHP_EXT_ECONF_ARGS=() inherit php-ext-source-r3 git-r3 autotools