commit: 123f0945268bfeae61c0b7233b11cbecd943f93a Author: Maciej Barć <xgqt <AT> gentoo <DOT> org> AuthorDate: Wed Jun 19 10:51:45 2024 +0000 Commit: Maciej Barć <xgqt <AT> gentoo <DOT> org> CommitDate: Wed Jun 19 12:32:41 2024 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=123f0945
dev-cpp/cpp-httplib: require openssl >=3 Closes: https://bugs.gentoo.org/934369 Signed-off-by: Maciej Barć <xgqt <AT> gentoo.org> .../{cpp-httplib-0.15.3.ebuild => cpp-httplib-0.15.3-r1.ebuild} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 similarity index 97% rename from dev-cpp/cpp-httplib/cpp-httplib-0.15.3.ebuild rename to 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="
