diff options
Diffstat (limited to 'app-shells/zsh')
-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}" |