Gentoo Archives: gentoo-commits

From: Alexis Ballier <aballier@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-db/sqlcipher/
Date: Tue, 27 Sep 2016 14:13:19
Message-Id: 1474985406.686b67bb6a7d4f457225f9cbac2fb90ac887c774.aballier@gentoo
1 commit: 686b67bb6a7d4f457225f9cbac2fb90ac887c774
2 Author: Alexis Ballier <aballier <AT> gentoo <DOT> org>
3 AuthorDate: Tue Sep 27 14:10:06 2016 +0000
4 Commit: Alexis Ballier <aballier <AT> gentoo <DOT> org>
5 CommitDate: Tue Sep 27 14:10:06 2016 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=686b67bb
7
8 dev-db/sqlcipher: add := dep on readline
9
10 Package-Manager: portage-2.3.1
11
12 dev-db/sqlcipher/sqlcipher-3.3.0.ebuild | 2 +-
13 1 file changed, 1 insertion(+), 1 deletion(-)
14
15 diff --git a/dev-db/sqlcipher/sqlcipher-3.3.0.ebuild b/dev-db/sqlcipher/sqlcipher-3.3.0.ebuild
16 index 61dfb51..92b5027 100644
17 --- a/dev-db/sqlcipher/sqlcipher-3.3.0.ebuild
18 +++ b/dev-db/sqlcipher/sqlcipher-3.3.0.ebuild
19 @@ -19,7 +19,7 @@ IUSE="readline static-libs tcl test"
20
21 # Tcl is always needed by buildsystem
22 RDEPEND="dev-libs/openssl:0[${MULTILIB_USEDEP}]
23 - readline? ( sys-libs/readline:0[${MULTILIB_USEDEP}] )
24 + readline? ( sys-libs/readline:0=[${MULTILIB_USEDEP}] )
25 tcl? ( dev-lang/tcl:=[${MULTILIB_USEDEP}] )"
26 DEPEND="${RDEPEND}
27 dev-lang/tcl"