dev-db/sqlcipher: add := dep on readline

Package-Manager: portage-2.3.1
This commit is contained in:
Alexis Ballier
2016-09-27 16:10:06 +02:00
parent b6a913de1f
commit 686b67bb6a

View File

@@ -19,7 +19,7 @@ IUSE="readline static-libs tcl test"
# Tcl is always needed by buildsystem
RDEPEND="dev-libs/openssl:0[${MULTILIB_USEDEP}]
readline? ( sys-libs/readline:0[${MULTILIB_USEDEP}] )
readline? ( sys-libs/readline:0=[${MULTILIB_USEDEP}] )
tcl? ( dev-lang/tcl:=[${MULTILIB_USEDEP}] )"
DEPEND="${RDEPEND}
dev-lang/tcl"