summaryrefslogtreecommitdiff
path: root/dev-db/sqlcipher
diff options
context:
space:
mode:
authorMichał Górny <mgorny@gentoo.org>2025-11-04 10:51:07 +0100
committerMichał Górny <mgorny@gentoo.org>2025-11-04 10:54:21 +0100
commitd4a25b403dab1c6a6cf69492d27a433519a5619e (patch)
tree659770c09a96427dc06aff6f365db1d34de2f32c /dev-db/sqlcipher
parentdbc8701cba6297f090ca914403e8d724024e9147 (diff)
downloadgentoo-d4a25b403dab1c6a6cf69492d27a433519a5619e.tar.gz
gentoo-d4a25b403dab1c6a6cf69492d27a433519a5619e.tar.bz2
gentoo-d4a25b403dab1c6a6cf69492d27a433519a5619e.zip
*/*: Add := to virtual/zlib deps, part 4
Done via: ``` git grep -l 'virtual/zlib\[' | xargs sed -i -e 's@virtual/zlib\[@virtual/zlib:=\[@g' ``` Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'dev-db/sqlcipher')
-rw-r--r--dev-db/sqlcipher/sqlcipher-4.6.1.ebuild2
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-db/sqlcipher/sqlcipher-4.6.1.ebuild b/dev-db/sqlcipher/sqlcipher-4.6.1.ebuild
index b27dd549fd20..99f5e84a11ec 100644
--- a/dev-db/sqlcipher/sqlcipher-4.6.1.ebuild
+++ b/dev-db/sqlcipher/sqlcipher-4.6.1.ebuild
@@ -25,7 +25,7 @@ RESTRICT="!test? ( test )"
RDEPEND="
dev-libs/openssl:=[${MULTILIB_USEDEP}]
- virtual/zlib[${MULTILIB_USEDEP}]
+ virtual/zlib:=[${MULTILIB_USEDEP}]
libedit? ( dev-libs/libedit[${MULTILIB_USEDEP}] )
readline? ( sys-libs/readline:=[${MULTILIB_USEDEP}] )
tcl? ( dev-lang/tcl:=[${MULTILIB_USEDEP}] )