aboutsummaryrefslogtreecommitdiff
path: root/dev-db
diff options
context:
space:
mode:
authorQuentin Retornaz <gentoo@retornaz.com>2021-05-03 01:00:20 +0200
committerQuentin Retornaz <gentoo@retornaz.com>2021-05-03 01:00:20 +0200
commited6833dd190aa73fba4086e759cd4f06016d9831 (patch)
treefc49aad61686170343ec34fe38ca373352930e7a /dev-db
parentdev-db/mysql-connector-c++: remove libressl USE flag (diff)
downloadlibressl-ed6833dd190aa73fba4086e759cd4f06016d9831.tar.gz
libressl-ed6833dd190aa73fba4086e759cd4f06016d9831.tar.bz2
libressl-ed6833dd190aa73fba4086e759cd4f06016d9831.zip
dev-db/sqlcipher: remove libressl USE flag
Package-Manager: Portage-3.0.18, Repoman-3.0.2 Signed-off-by: Quentin Retornaz <gentoo@retornaz.com>
Diffstat (limited to 'dev-db')
-rw-r--r--dev-db/sqlcipher/sqlcipher-3.4.2.ebuild5
1 files changed, 2 insertions, 3 deletions
diff --git a/dev-db/sqlcipher/sqlcipher-3.4.2.ebuild b/dev-db/sqlcipher/sqlcipher-3.4.2.ebuild
index c796650..2712783 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}] )
"