diff options
Diffstat (limited to 'dev-db/sqlcipher/sqlcipher-4.16.0.ebuild')
| -rw-r--r-- | dev-db/sqlcipher/sqlcipher-4.16.0.ebuild | 9 |
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 } |
