dev-db/sqlcipher: add := dep on readline
authorAlexis Ballier <aballier@gentoo.org>
Tue, 27 Sep 2016 14:10:06 +0000 (16:10 +0200)
committerAlexis Ballier <aballier@gentoo.org>
Tue, 27 Sep 2016 14:10:06 +0000 (16:10 +0200)
Package-Manager: portage-2.3.1

dev-db/sqlcipher/sqlcipher-3.3.0.ebuild

index 61dfb51a67240e66b8e7de855acf065e715b5a6d..92b50271a2051b9cd726940a7b7fcc4241a7b836 100644 (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"