diff options
author | Alexis Ballier <aballier@gentoo.org> | 2016-09-27 16:10:06 +0200 |
---|---|---|
committer | Alexis Ballier <aballier@gentoo.org> | 2016-09-27 16:10:06 +0200 |
commit | 686b67bb6a7d4f457225f9cbac2fb90ac887c774 (patch) | |
tree | 91069cbaf19a4dfb3ff8261f7d508d87fcd45c23 /dev-db/sqlcipher | |
parent | dev-util/omake: add :0= dep on ncurses (diff) | |
download | gentoo-686b67bb6a7d4f457225f9cbac2fb90ac887c774.tar.gz gentoo-686b67bb6a7d4f457225f9cbac2fb90ac887c774.tar.bz2 gentoo-686b67bb6a7d4f457225f9cbac2fb90ac887c774.zip |
dev-db/sqlcipher: add := dep on readline
Package-Manager: portage-2.3.1
Diffstat (limited to 'dev-db/sqlcipher')
-rw-r--r-- | dev-db/sqlcipher/sqlcipher-3.3.0.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
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" |