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 31BB8158004 for ; Tue, 16 Jan 2024 07:59:58 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id DCD75E2BAF; Tue, 16 Jan 2024 07:59:56 +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 BE8E1E2BAF 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 D68153432A8 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 2CABF14B6 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: <1705391964.29c7bd5b49c2dfe02b8c97ffda8592754ff3f7e0.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.3.0-r1.ebuild dev-lang/php/php-8.3.0-r2.ebuild X-VCS-Directories: dev-lang/php/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: 29c7bd5b49c2dfe02b8c97ffda8592754ff3f7e0 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: e2a9fec2-e96e-401d-a4e4-6ef006c54ebf X-Archives-Hash: b5a77104bdbf8a29bba15757851d080e commit: 29c7bd5b49c2dfe02b8c97ffda8592754ff3f7e0 Author: Matt Jolly footclan ninja> AuthorDate: Tue Jan 16 05:22:17 2024 +0000 Commit: Sam James gentoo org> CommitDate: Tue Jan 16 07:59:24 2024 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=29c7bd5b dev-lang/php: add 8.3.0-r2 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.3.0-r1.ebuild => php-8.3.0-r2.ebuild} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-lang/php/php-8.3.0-r1.ebuild b/dev-lang/php/php-8.3.0-r2.ebuild similarity index 99% rename from dev-lang/php/php-8.3.0-r1.ebuild rename to dev-lang/php/php-8.3.0-r2.ebuild index 0ed10cd2af85..bbaa24f665a7 100644 --- a/dev-lang/php/php-8.3.0-r1.ebuild +++ b/dev-lang/php/php-8.3.0-r2.ebuild @@ -111,7 +111,7 @@ COMMON_DEPEND=" readline? ( sys-libs/readline:0= ) session-mm? ( dev-libs/mm ) snmp? ( net-analyzer/net-snmp ) - sodium? ( dev-libs/libsodium:=[-minimal] ) + sodium? ( dev-libs/libsodium:=[-minimal(-)] ) spell? ( app-text/aspell ) sqlite? ( dev-db/sqlite ) ssl? ( dev-libs/openssl:0= )