commit: eaa5e009f7e463021803fc9d5f09b6e210938678 Author: Sergey Popov <pinkbyte <AT> gentoo <DOT> org> AuthorDate: Thu Dec 1 09:15:44 2022 +0000 Commit: Sergey Popov <pinkbyte <AT> gentoo <DOT> org> CommitDate: Thu Dec 1 09:15:51 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=eaa5e009
dev-db/sqlcipher: fix automagic dependency on sys-libs/zlib Closes: https://bugs.gentoo.org/861302 Reported-by: Matt Turner <mattst88 <AT> gentoo.org> Signed-off-by: Sergey Popov <pinkbyte <AT> gentoo.org> dev-db/sqlcipher/sqlcipher-4.5.1.ebuild | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/dev-db/sqlcipher/sqlcipher-4.5.1.ebuild b/dev-db/sqlcipher/sqlcipher-4.5.1.ebuild index 3e42f15b41c7..9c9ca41bb64d 100644 --- a/dev-db/sqlcipher/sqlcipher-4.5.1.ebuild +++ b/dev-db/sqlcipher/sqlcipher-4.5.1.ebuild @@ -17,8 +17,9 @@ IUSE="debug libedit readline static-libs tcl test" # Tcl is always needed by buildsystem RDEPEND=" - libedit? ( dev-libs/libedit[${MULTILIB_USEDEP}] ) dev-libs/openssl:0=[${MULTILIB_USEDEP}] + sys-libs/zlib:=[${MULTILIB_USEDEP}] + libedit? ( dev-libs/libedit[${MULTILIB_USEDEP}] ) readline? ( sys-libs/readline:0=[${MULTILIB_USEDEP}] ) tcl? ( dev-lang/tcl:=[${MULTILIB_USEDEP}] ) "