From 686b67bb6a7d4f457225f9cbac2fb90ac887c774 Mon Sep 17 00:00:00 2001 From: Alexis Ballier Date: Tue, 27 Sep 2016 16:10:06 +0200 Subject: dev-db/sqlcipher: add := dep on readline Package-Manager: portage-2.3.1 --- dev-db/sqlcipher/sqlcipher-3.3.0.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'dev-db/sqlcipher') diff --git a/dev-db/sqlcipher/sqlcipher-3.3.0.ebuild b/dev-db/sqlcipher/sqlcipher-3.3.0.ebuild index 61dfb51a6724..92b50271a205 100644 --- a/dev-db/sqlcipher/sqlcipher-3.3.0.ebuild +++ b/dev-db/sqlcipher/sqlcipher-3.3.0.ebuild @@ -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" -- cgit v1.2.3-65-gdbad