From 1aaafa6995916beafff236affdb5cac42f7efd43 Mon Sep 17 00:00:00 2001 From: BaldEagleOS Migration Date: Mon, 1 Jun 2026 21:19:16 -0500 Subject: Adding metadata --- dev-cpp/cpp-httplib/cpp-httplib-0.46.0.ebuild | 9 +++------ 1 file changed, 3 insertions(+), 6 deletions(-) (limited to 'dev-cpp/cpp-httplib/cpp-httplib-0.46.0.ebuild') diff --git a/dev-cpp/cpp-httplib/cpp-httplib-0.46.0.ebuild b/dev-cpp/cpp-httplib/cpp-httplib-0.46.0.ebuild index c01fa4cea172..329ba6372ea8 100644 --- a/dev-cpp/cpp-httplib/cpp-httplib-0.46.0.ebuild +++ b/dev-cpp/cpp-httplib/cpp-httplib-0.46.0.ebuild @@ -14,7 +14,7 @@ KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~ia64 ~loong ~ppc ~ppc64 ~riscv ~s390 ~sparc LICENSE="MIT" SLOT="0/$(ver_cut 1-2)" # soversion -IUSE="brotli libressl ssl test zlib" +IUSE="brotli ssl test zlib" REQUIRED_USE="test? ( brotli ssl zlib )" RESTRICT="!test? ( test )" @@ -23,8 +23,8 @@ RDEPEND=" app-arch/brotli:=[${MULTILIB_USEDEP}] ) ssl? ( - !libressl? ( >=dev-libs/openssl-3.0.13:=[${MULTILIB_USEDEP}] ) - libressl? ( dev-libs/libressl:=[${MULTILIB_USEDEP}] ) + >=dev-libs/openssl-3.0.13:=[${MULTILIB_USEDEP}] + ) zlib? ( sys-libs/zlib[${MULTILIB_USEDEP}] @@ -38,9 +38,6 @@ BDEPEND=" " src_prepare() { - if use libressl; then - eapply -p1 $FILESDIR/cmakelists.patch - fi cmake_src_prepare } -- cgit v1.3.1