summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSergey Popov <pinkbyte@gentoo.org>2022-12-01 12:15:44 +0300
committerSergey Popov <pinkbyte@gentoo.org>2022-12-01 12:15:51 +0300
commiteaa5e009f7e463021803fc9d5f09b6e210938678 (patch)
treee474660cdf70d821c97f6a2eba1f0f769edfd9e2
parentx11-wm/i3: Drop USE dependency on x11-libs/libxcb[xkb] (diff)
downloadgentoo-eaa5e009.tar.gz
gentoo-eaa5e009.tar.bz2
gentoo-eaa5e009.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>
-rw-r--r--dev-db/sqlcipher/sqlcipher-4.5.1.ebuild3
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}] )
"