diff options
author | Matt Jolly <Matt.Jolly@footclan.ninja> | 2024-01-16 15:17:58 +1000 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2024-01-16 07:59:23 +0000 |
commit | dce94ccd70a018bfacb9cc0b2183a497676ddb81 (patch) | |
tree | 0145526f4670a5d540a34db0bad18ecef3a0ce66 /dev-lang | |
parent | app-crypt/minisign: add 0.11-r1; update 9999 (diff) | |
download | gentoo-dce94ccd70a018bfacb9cc0b2183a497676ddb81.tar.gz gentoo-dce94ccd70a018bfacb9cc0b2183a497676ddb81.tar.bz2 gentoo-dce94ccd70a018bfacb9cc0b2183a497676ddb81.zip |
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 <Matt.Jolly@footclan.ninja>
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'dev-lang')
-rw-r--r-- | dev-lang/php/php-8.1.20-r2.ebuild (renamed from dev-lang/php/php-8.1.20-r1.ebuild) | 4 |
1 files 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 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= ) |