projects
/
gentoo.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
b6a913d
)
dev-db/sqlcipher: add := dep on readline
author
Alexis Ballier
<aballier@gentoo.org>
Tue, 27 Sep 2016 14:10:06 +0000
(16:10 +0200)
committer
Alexis 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
patch
|
blob
|
history
diff --git
a/dev-db/sqlcipher/sqlcipher-3.3.0.ebuild
b/dev-db/sqlcipher/sqlcipher-3.3.0.ebuild
index 61dfb51a67240e66b8e7de855acf065e715b5a6d..92b50271a2051b9cd726940a7b7fcc4241a7b836 100644
(file)
--- 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"