Gentoo Archives: gentoo-commits

From: Piotr Karbowski <slashbeast@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: app-shells/zsh/
Date: Sat, 26 Nov 2022 21:58:35
Message-Id: 1669499910.650432e43bd7020b9c53f27c5f3e4d725d4c2115.slashbeast@gentoo
1 commit: 650432e43bd7020b9c53f27c5f3e4d725d4c2115
2 Author: Piotr Karbowski <slashbeast <AT> gentoo <DOT> org>
3 AuthorDate: Sat Nov 26 21:57:07 2022 +0000
4 Commit: Piotr Karbowski <slashbeast <AT> gentoo <DOT> org>
5 CommitDate: Sat Nov 26 21:58:30 2022 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=650432e4
7
8 app-shells/zsh: 5.9-r3 revbump, static build fixes.
9
10 Signed-off-by: Piotr Karbowski <slashbeast <AT> gentoo.org>
11
12 app-shells/zsh/{zsh-5.9-r2.ebuild => zsh-5.9-r3.ebuild} | 5 ++++-
13 1 file changed, 4 insertions(+), 1 deletion(-)
14
15 diff --git a/app-shells/zsh/zsh-5.9-r2.ebuild b/app-shells/zsh/zsh-5.9-r3.ebuild
16 similarity index 98%
17 rename from app-shells/zsh/zsh-5.9-r2.ebuild
18 rename to app-shells/zsh/zsh-5.9-r3.ebuild
19 index 6a06814f4b79..d9080fa1236c 100644
20 --- a/app-shells/zsh/zsh-5.9-r2.ebuild
21 +++ b/app-shells/zsh/zsh-5.9-r3.ebuild
22 @@ -34,7 +34,10 @@ RDEPEND="
23 >=dev-libs/libpcre-3.9
24 static? ( >=dev-libs/libpcre-3.9[static-libs] )
25 )
26 - gdbm? ( sys-libs/gdbm:= )
27 + gdbm? (
28 + sys-libs/gdbm:=
29 + static? ( sys-libs/gdbm:=[static-libs] )
30 + )
31 "
32 DEPEND="sys-apps/groff
33 ${RDEPEND}"