summaryrefslogtreecommitdiff
path: root/dev-db/sqlcipher/sqlcipher-3.4.2.ebuild
diff options
context:
space:
mode:
Diffstat (limited to 'dev-db/sqlcipher/sqlcipher-3.4.2.ebuild')
-rw-r--r--dev-db/sqlcipher/sqlcipher-3.4.2.ebuild8
1 files changed, 2 insertions, 6 deletions
diff --git a/dev-db/sqlcipher/sqlcipher-3.4.2.ebuild b/dev-db/sqlcipher/sqlcipher-3.4.2.ebuild
index 1f5bdc481350..d67124b09e38 100644
--- a/dev-db/sqlcipher/sqlcipher-3.4.2.ebuild
+++ b/dev-db/sqlcipher/sqlcipher-3.4.2.ebuild
@@ -13,14 +13,13 @@ LICENSE="BSD"
SLOT="0"
KEYWORDS="amd64 x86"
-IUSE="libedit readline libressl static-libs tcl test"
+IUSE="libedit readline static-libs tcl test"
RESTRICT="!test? ( test )"
# Tcl is always needed by buildsystem
RDEPEND="
libedit? ( dev-libs/libedit[${MULTILIB_USEDEP}] )
- !libressl? ( dev-libs/openssl:0=[${MULTILIB_USEDEP}] )
- libressl? ( dev-libs/libressl:0=[${MULTILIB_USEDEP}] )
+ dev-libs/openssl:0=[${MULTILIB_USEDEP}]
readline? ( sys-libs/readline:0=[${MULTILIB_USEDEP}] )
tcl? ( dev-lang/tcl:=[${MULTILIB_USEDEP}] )
"
@@ -37,9 +36,6 @@ REQUIRED_USE="
DOCS=( README.md )
src_prepare() {
- # bug #678502
- eapply "${FILESDIR}/${P}-libressl-2.8.patch"
-
append-cflags -DSQLITE_HAS_CODEC
default
eautoreconf