summaryrefslogtreecommitdiff
path: root/dev-cpp/cpp-httplib/cpp-httplib-0.46.0.ebuild
diff options
context:
space:
mode:
Diffstat (limited to 'dev-cpp/cpp-httplib/cpp-httplib-0.46.0.ebuild')
-rw-r--r--dev-cpp/cpp-httplib/cpp-httplib-0.46.0.ebuild13
1 files changed, 5 insertions, 8 deletions
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..37f1748ea705 100644
--- a/dev-cpp/cpp-httplib/cpp-httplib-0.46.0.ebuild
+++ b/dev-cpp/cpp-httplib/cpp-httplib-0.46.0.ebuild
@@ -1,8 +1,8 @@
-# Copyright 2024-2026 BaldEagleOS Authors
+# Copyright 2024-2026 Liguros Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
-PYTHON_COMPAT=( python3_{10..14} )
+PYTHON_COMPAT=( python3_{13..14} )
inherit cmake-multilib python-any-r1 toolchain-funcs
@@ -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
}