summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPiotr Karbowski <slashbeast@gentoo.org>2022-11-26 22:57:07 +0100
committerPiotr Karbowski <slashbeast@gentoo.org>2022-11-26 22:58:30 +0100
commit650432e43bd7020b9c53f27c5f3e4d725d4c2115 (patch)
tree7e683e8bb306a74b2f0c5be0f94529a752adcc83 /app-shells
parentdev-ada/ada_language_server: Tests are not working now (diff)
downloadgentoo-650432e43bd7020b9c53f27c5f3e4d725d4c2115.tar.gz
gentoo-650432e43bd7020b9c53f27c5f3e4d725d4c2115.tar.bz2
gentoo-650432e43bd7020b9c53f27c5f3e4d725d4c2115.zip
app-shells/zsh: 5.9-r3 revbump, static build fixes.
Signed-off-by: Piotr Karbowski <slashbeast@gentoo.org>
Diffstat (limited to 'app-shells')
-rw-r--r--app-shells/zsh/zsh-5.9-r3.ebuild (renamed from app-shells/zsh/zsh-5.9-r2.ebuild)5
1 files changed, 4 insertions, 1 deletions
diff --git a/app-shells/zsh/zsh-5.9-r2.ebuild b/app-shells/zsh/zsh-5.9-r3.ebuild
index 6a06814f4b79..d9080fa1236c 100644
--- a/app-shells/zsh/zsh-5.9-r2.ebuild
+++ b/app-shells/zsh/zsh-5.9-r3.ebuild
@@ -34,7 +34,10 @@ RDEPEND="
>=dev-libs/libpcre-3.9
static? ( >=dev-libs/libpcre-3.9[static-libs] )
)
- gdbm? ( sys-libs/gdbm:= )
+ gdbm? (
+ sys-libs/gdbm:=
+ static? ( sys-libs/gdbm:=[static-libs] )
+ )
"
DEPEND="sys-apps/groff
${RDEPEND}"