diff options
author | 2022-12-01 12:15:44 +0300 | |
---|---|---|
committer | 2022-12-01 12:15:51 +0300 | |
commit | eaa5e009f7e463021803fc9d5f09b6e210938678 (patch) | |
tree | e474660cdf70d821c97f6a2eba1f0f769edfd9e2 /dev-db | |
parent | x11-wm/i3: Drop USE dependency on x11-libs/libxcb[xkb] (diff) | |
download | gentoo-eaa5e009f7e463021803fc9d5f09b6e210938678.tar.gz gentoo-eaa5e009f7e463021803fc9d5f09b6e210938678.tar.bz2 gentoo-eaa5e009f7e463021803fc9d5f09b6e210938678.zip |
dev-db/sqlcipher: fix automagic dependency on sys-libs/zlib
Closes: https://bugs.gentoo.org/861302
Reported-by: Matt Turner <mattst88@gentoo.org>
Signed-off-by: Sergey Popov <pinkbyte@gentoo.org>
Diffstat (limited to 'dev-db')
-rw-r--r-- | dev-db/sqlcipher/sqlcipher-4.5.1.ebuild | 3 |
1 files changed, 2 insertions, 1 deletions
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}] ) " |