From: Alexis Ballier Date: Tue, 27 Sep 2016 14:10:06 +0000 (+0200) Subject: dev-db/sqlcipher: add := dep on readline X-Git-Url: http://git.tremily.us/gitweb.cgi?a=commitdiff_plain;h=686b67bb6a7d4f457225f9cbac2fb90ac887c774;p=gentoo.git dev-db/sqlcipher: add := dep on readline Package-Manager: portage-2.3.1 --- 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"