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 6E478158004 for ; Tue, 16 Jan 2024 07:59:57 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 9BC98E2B9F; Tue, 16 Jan 2024 07:59:56 +0000 (UTC) Received: from smtp.gentoo.org (mail.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 67945E2B9F for ; Tue, 16 Jan 2024 07:59:56 +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 AF2D5343276 for ; Tue, 16 Jan 2024 07:59:55 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 0566314B4 for ; Tue, 16 Jan 2024 07:59:53 +0000 (UTC) From: "Sam James" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Sam James" Message-ID: <1705391963.4468ba0548fb497cf12f9b8ebfc285558cfe43f3.sam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-lang/php/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-lang/php/php-8.1.26-r1.ebuild dev-lang/php/php-8.1.26.ebuild X-VCS-Directories: dev-lang/php/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: 4468ba0548fb497cf12f9b8ebfc285558cfe43f3 X-VCS-Branch: master Date: Tue, 16 Jan 2024 07:59:53 +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: 63548dad-e724-492e-b0ff-235ef2ce3e76 X-Archives-Hash: 710846f218cefffaa49913fcd180e138 commit: 4468ba0548fb497cf12f9b8ebfc285558cfe43f3 Author: Matt Jolly footclan ninja> AuthorDate: Tue Jan 16 05:19:40 2024 +0000 Commit: Sam James gentoo org> CommitDate: Tue Jan 16 07:59:23 2024 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4468ba05 dev-lang/php: add 8.1.26-r1 dev-libs/libsodium is losing USE=minimal Bug: https://bugs.gentoo.org/921614 Signed-off-by: Matt Jolly footclan.ninja> Signed-off-by: Sam James gentoo.org> dev-lang/php/{php-8.1.26.ebuild => php-8.1.26-r1.ebuild} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-lang/php/php-8.1.26.ebuild b/dev-lang/php/php-8.1.26-r1.ebuild similarity index 99% rename from dev-lang/php/php-8.1.26.ebuild rename to dev-lang/php/php-8.1.26-r1.ebuild index 3b61d7af2e5e..6c427ecb6df1 100644 --- a/dev-lang/php/php-8.1.26.ebuild +++ b/dev-lang/php/php-8.1.26-r1.ebuild @@ -110,7 +110,7 @@ COMMON_DEPEND=" readline? ( sys-libs/readline:0= ) session-mm? ( dev-libs/mm ) snmp? ( >=net-analyzer/net-snmp-5.2 ) - sodium? ( dev-libs/libsodium:=[-minimal] ) + sodium? ( dev-libs/libsodium:=[-minimal(-)] ) spell? ( >=app-text/aspell-0.50 ) sqlite? ( >=dev-db/sqlite-3.7.6.3 ) ssl? ( >=dev-libs/openssl-1.0.2:0= )