diff options
| author | Maciej Barć <xgqt@gentoo.org> | 2024-06-19 12:51:45 +0200 |
|---|---|---|
| committer | Maciej Barć <xgqt@gentoo.org> | 2024-06-19 14:32:41 +0200 |
| commit | 123f0945268bfeae61c0b7233b11cbecd943f93a (patch) | |
| tree | 811058a99f4b9156dda9135e3461b44224e23f6e /dev-cpp | |
| parent | f3d1d16e6c08a818b25cb3cf5b652a2d1f531f71 (diff) | |
| download | gentoo-123f0945268bfeae61c0b7233b11cbecd943f93a.tar.gz gentoo-123f0945268bfeae61c0b7233b11cbecd943f93a.tar.bz2 gentoo-123f0945268bfeae61c0b7233b11cbecd943f93a.zip | |
dev-cpp/cpp-httplib: require openssl >=3
Closes: https://bugs.gentoo.org/934369
Signed-off-by: Maciej Barć <xgqt@gentoo.org>
Diffstat (limited to 'dev-cpp')
| -rw-r--r-- | dev-cpp/cpp-httplib/cpp-httplib-0.15.3-r1.ebuild (renamed from dev-cpp/cpp-httplib/cpp-httplib-0.15.3.ebuild) | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-cpp/cpp-httplib/cpp-httplib-0.15.3.ebuild b/dev-cpp/cpp-httplib/cpp-httplib-0.15.3-r1.ebuild index 60ff0d635fc4..71dc06d9a302 100644 --- a/dev-cpp/cpp-httplib/cpp-httplib-0.15.3.ebuild +++ b/dev-cpp/cpp-httplib/cpp-httplib-0.15.3-r1.ebuild @@ -30,7 +30,7 @@ RESTRICT="!test? ( test )" RDEPEND=" brotli? ( app-arch/brotli:=[${MULTILIB_USEDEP}] ) - ssl? ( dev-libs/openssl:=[${MULTILIB_USEDEP}] ) + ssl? ( >=dev-libs/openssl-3.0.13:=[${MULTILIB_USEDEP}] ) zlib? ( sys-libs/zlib[${MULTILIB_USEDEP}] ) " DEPEND=" |
