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 8FCA7158004 for ; Tue, 16 Jan 2024 07:59:56 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 407E2E2B87; Tue, 16 Jan 2024 07:59:55 +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) server-digest SHA256) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 28A84E2B87 for ; Tue, 16 Jan 2024 07:59:55 +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 56B453432B3 for ; Tue, 16 Jan 2024 07:59:54 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id E5BD414B1 for ; Tue, 16 Jan 2024 07:59:52 +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.dce94ccd70a018bfacb9cc0b2183a497676ddb81.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.20-r1.ebuild dev-lang/php/php-8.1.20-r2.ebuild X-VCS-Directories: dev-lang/php/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: dce94ccd70a018bfacb9cc0b2183a497676ddb81 X-VCS-Branch: master Date: Tue, 16 Jan 2024 07:59:52 +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: c09b99ec-b3e7-4c91-86b3-8b4313db3b6c X-Archives-Hash: 6e23e23bdcf65138e27c9179e2e753af commit: dce94ccd70a018bfacb9cc0b2183a497676ddb81 Author: Matt Jolly footclan ninja> AuthorDate: Tue Jan 16 05:17:58 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=dce94ccd dev-lang/php: add 8.1.20-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.1.20-r1.ebuild => php-8.1.20-r2.ebuild} | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/dev-lang/php/php-8.1.20-r1.ebuild b/dev-lang/php/php-8.1.20-r2.ebuild similarity index 99% rename from dev-lang/php/php-8.1.20-r1.ebuild rename to dev-lang/php/php-8.1.20-r2.ebuild index ba1bebcdc20b..4de38b91c5c8 100644 --- a/dev-lang/php/php-8.1.20-r1.ebuild +++ b/dev-lang/php/php-8.1.20-r2.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2023 Gentoo Authors +# Copyright 1999-2024 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 @@ -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= )