summaryrefslogtreecommitdiff
path: root/dev-db/sqlcipher/sqlcipher-4.0.1.ebuild
diff options
context:
space:
mode:
authorMikle Kolyada <zlogene@gentoo.org>2021-05-02 23:13:32 +0300
committerMikle Kolyada <zlogene@gentoo.org>2021-05-02 23:13:32 +0300
commit3da063722f18a0b744637740847504370c55381d (patch)
tree0e7a491d289fbb4c4bf4eb81b5429c84c2e5f3ae /dev-db/sqlcipher/sqlcipher-4.0.1.ebuild
parent08943b6a61c4bb76f56173785da127aaa9ac0978 (diff)
downloadgentoo-3da063722f18a0b744637740847504370c55381d.tar.gz
gentoo-3da063722f18a0b744637740847504370c55381d.tar.bz2
gentoo-3da063722f18a0b744637740847504370c55381d.zip
dev-db/sqlcipher: remove libressl support
Package-Manager: Portage-3.0.18, Repoman-3.0.2 Signed-off-by: Mikle Kolyada <zlogene@gentoo.org>
Diffstat (limited to 'dev-db/sqlcipher/sqlcipher-4.0.1.ebuild')
-rw-r--r--dev-db/sqlcipher/sqlcipher-4.0.1.ebuild5
1 files changed, 2 insertions, 3 deletions
diff --git a/dev-db/sqlcipher/sqlcipher-4.0.1.ebuild b/dev-db/sqlcipher/sqlcipher-4.0.1.ebuild
index e82a2ba8a159..9751b1c88489 100644
--- a/dev-db/sqlcipher/sqlcipher-4.0.1.ebuild
+++ b/dev-db/sqlcipher/sqlcipher-4.0.1.ebuild
@@ -13,13 +13,12 @@ LICENSE="BSD"
SLOT="0"
KEYWORDS="amd64 x86"
-IUSE="debug libedit readline libressl static-libs tcl test"
+IUSE="debug libedit readline static-libs tcl 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}] )
"