commit: 650432e43bd7020b9c53f27c5f3e4d725d4c2115
Author: Piotr Karbowski <slashbeast <AT> gentoo <DOT> org>
AuthorDate: Sat Nov 26 21:57:07 2022 +0000
Commit: Piotr Karbowski <slashbeast <AT> gentoo <DOT> org>
CommitDate: Sat Nov 26 21:58:30 2022 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=650432e4
app-shells/zsh: 5.9-r3 revbump, static build fixes.
Signed-off-by: Piotr Karbowski <slashbeast <AT> gentoo.org>
app-shells/zsh/{zsh-5.9-r2.ebuild => zsh-5.9-r3.ebuild} | 5 ++++-
1 file changed, 4 insertions(+), 1 deletion(-)
diff --git a/app-shells/zsh/zsh-5.9-r2.ebuild b/app-shells/zsh/zsh-5.9-r3.ebuild
similarity index 98%
rename from app-shells/zsh/zsh-5.9-r2.ebuild
rename to 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}"