summaryrefslogtreecommitdiff
path: root/dev-db/sqlcipher/sqlcipher-4.16.0.ebuild
diff options
context:
space:
mode:
authorBaldEagleOS Migration <dev@baldeagleos.com>2026-06-01 21:19:16 -0500
committerBaldEagleOS Migration <dev@baldeagleos.com>2026-06-01 21:19:16 -0500
commit1aaafa6995916beafff236affdb5cac42f7efd43 (patch)
tree41b96fd4c123591da1658c544bd47f28bd315680 /dev-db/sqlcipher/sqlcipher-4.16.0.ebuild
parent612872d2f4364137c6d9c687a6ade601439139a0 (diff)
downloadbaldeagleos-repo-1aaafa6995916beafff236affdb5cac42f7efd43.tar.gz
baldeagleos-repo-1aaafa6995916beafff236affdb5cac42f7efd43.tar.xz
baldeagleos-repo-1aaafa6995916beafff236affdb5cac42f7efd43.zip
Adding metadata
Diffstat (limited to 'dev-db/sqlcipher/sqlcipher-4.16.0.ebuild')
-rw-r--r--dev-db/sqlcipher/sqlcipher-4.16.0.ebuild9
1 files changed, 3 insertions, 6 deletions
diff --git a/dev-db/sqlcipher/sqlcipher-4.16.0.ebuild b/dev-db/sqlcipher/sqlcipher-4.16.0.ebuild
index 72b83907fd48..735c310a60c0 100644
--- a/dev-db/sqlcipher/sqlcipher-4.16.0.ebuild
+++ b/dev-db/sqlcipher/sqlcipher-4.16.0.ebuild
@@ -14,7 +14,7 @@ SRC_URI="https://github.com/sqlcipher/sqlcipher/archive/v${PV}.tar.gz -> ${P}.ta
LICENSE="BSD"
SLOT="0"
KEYWORDS="amd64 x86"
-IUSE="debug libedit readline libressl tcl test"
+IUSE="debug libedit readline tcl test"
# Testsuite requires compilation with TCL, bug #582584
REQUIRED_USE="
?? ( libedit readline )
@@ -23,8 +23,8 @@ REQUIRED_USE="
RESTRICT="!test? ( test )"
RDEPEND="
- !libressl? ( >=dev-libs/openssl-3.0:= )
- libressl? ( dev-libs/libressl:= )
+ >=dev-libs/openssl-3.0:=
+
sys-libs/zlib
libedit? ( dev-libs/libedit )
readline? ( sys-libs/readline:= )
@@ -38,9 +38,6 @@ src_prepare() {
append-ldflags -lssl -lcrypto
eapply -p0 $FILESDIR/patch-autosetup_sqlite-config_tcl
- if use libressl; then
- eapply -p0 $FILESDIR/patch-src_crypto_openssl_c
- fi
default
}