diff options
author | Brian Evans <grknight@gentoo.org> | 2022-11-19 22:18:47 -0500 |
---|---|---|
committer | Brian Evans <grknight@gentoo.org> | 2022-11-19 22:18:47 -0500 |
commit | dd1a44d939cae653057dd20dbad8b3440d8c7e41 (patch) | |
tree | fa46b6e2d8f2fa4ccfd0077ed6cd07cf7555505c /dev-lang | |
parent | sys-apps/portage: add 3.0.39 (diff) | |
download | gentoo-dd1a44d939cae653057dd20dbad8b3440d8c7e41.tar.gz gentoo-dd1a44d939cae653057dd20dbad8b3440d8c7e41.tar.bz2 gentoo-dd1a44d939cae653057dd20dbad8b3440d8c7e41.zip |
dev-lang/php: Set max openssl version on 7.4 and 8.0 slots
Only affects build time and forced rebuild in place catches installed versions
Closes: https://bugs.gentoo.org/797676
Bug: https://github.com/php/php-src/issues/9503
Signed-off-by: Brian Evans <grknight@gentoo.org>
Diffstat (limited to 'dev-lang')
-rw-r--r-- | dev-lang/php/php-7.4.33.ebuild | 2 | ||||
-rw-r--r-- | dev-lang/php/php-8.0.25.ebuild | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/dev-lang/php/php-7.4.33.ebuild b/dev-lang/php/php-7.4.33.ebuild index dee33f40a1fd..44eb6d5b3366 100644 --- a/dev-lang/php/php-7.4.33.ebuild +++ b/dev-lang/php/php-7.4.33.ebuild @@ -114,7 +114,7 @@ COMMON_DEPEND=" 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.1:0= ) + ssl? ( >=dev-libs/openssl-1.0.1:0= <dev-libs/openssl-3.0 ) tidy? ( app-text/htmltidy ) tokyocabinet? ( dev-db/tokyocabinet ) truetype? ( =media-libs/freetype-2* ) diff --git a/dev-lang/php/php-8.0.25.ebuild b/dev-lang/php/php-8.0.25.ebuild index 31cecd35564c..a324fe5db937 100644 --- a/dev-lang/php/php-8.0.25.ebuild +++ b/dev-lang/php/php-8.0.25.ebuild @@ -113,7 +113,7 @@ COMMON_DEPEND=" 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.1:0= ) + ssl? ( >=dev-libs/openssl-1.0.1:0= <dev-libs/openssl-3.0 ) tidy? ( app-text/htmltidy ) tokyocabinet? ( dev-db/tokyocabinet ) truetype? ( =media-libs/freetype-2* ) |