diff options
author | Lars Wendler <polynomial-c@gentoo.org> | 2018-01-04 11:50:57 +0100 |
---|---|---|
committer | Lars Wendler <polynomial-c@gentoo.org> | 2018-01-04 11:57:48 +0100 |
commit | ae06e856b916b4cf1f622f6718e780c5054f0a32 (patch) | |
tree | 783cd2b90aff4ea53777a2214739b9afce240928 /app-shells | |
parent | app-shells/zsh: Removed old. (diff) | |
download | gentoo-ae06e856b916b4cf1f622f6718e780c5054f0a32.tar.gz gentoo-ae06e856b916b4cf1f622f6718e780c5054f0a32.tar.bz2 gentoo-ae06e856b916b4cf1f622f6718e780c5054f0a32.zip |
app-shells/zsh: Added sub-slot dep for sys-libs/gdbm
Package-Manager: Portage-2.3.19, Repoman-2.3.6
Diffstat (limited to 'app-shells')
-rw-r--r-- | app-shells/zsh/zsh-5.2.ebuild | 4 | ||||
-rw-r--r-- | app-shells/zsh/zsh-5.3.1.ebuild | 4 | ||||
-rw-r--r-- | app-shells/zsh/zsh-5.4.2-r1.ebuild | 4 | ||||
-rw-r--r-- | app-shells/zsh/zsh-9999.ebuild | 4 |
4 files changed, 8 insertions, 8 deletions
diff --git a/app-shells/zsh/zsh-5.2.ebuild b/app-shells/zsh/zsh-5.2.ebuild index d36a785723a5..82c157bbed40 100644 --- a/app-shells/zsh/zsh-5.2.ebuild +++ b/app-shells/zsh/zsh-5.2.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2017 Gentoo Foundation +# Copyright 1999-2018 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 EAPI=5 @@ -29,7 +29,7 @@ RDEPEND=" >=dev-libs/libpcre-3.9 static? ( >=dev-libs/libpcre-3.9[static-libs] ) ) - gdbm? ( sys-libs/gdbm ) + gdbm? ( sys-libs/gdbm:= ) " DEPEND="sys-apps/groff ${RDEPEND}" diff --git a/app-shells/zsh/zsh-5.3.1.ebuild b/app-shells/zsh/zsh-5.3.1.ebuild index e28a4cc8e1a5..8e411bbe03aa 100644 --- a/app-shells/zsh/zsh-5.3.1.ebuild +++ b/app-shells/zsh/zsh-5.3.1.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2017 Gentoo Foundation +# Copyright 1999-2018 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 EAPI=6 @@ -29,7 +29,7 @@ RDEPEND=" >=dev-libs/libpcre-3.9 static? ( >=dev-libs/libpcre-3.9[static-libs] ) ) - gdbm? ( sys-libs/gdbm ) + gdbm? ( sys-libs/gdbm:= ) " DEPEND="sys-apps/groff ${RDEPEND}" diff --git a/app-shells/zsh/zsh-5.4.2-r1.ebuild b/app-shells/zsh/zsh-5.4.2-r1.ebuild index 79789092e504..2c7d5c236676 100644 --- a/app-shells/zsh/zsh-5.4.2-r1.ebuild +++ b/app-shells/zsh/zsh-5.4.2-r1.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2017 Gentoo Foundation +# Copyright 1999-2018 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 EAPI=6 @@ -29,7 +29,7 @@ RDEPEND=" >=dev-libs/libpcre-3.9 static? ( >=dev-libs/libpcre-3.9[static-libs] ) ) - gdbm? ( sys-libs/gdbm ) + gdbm? ( sys-libs/gdbm:= ) !<sys-apps/baselayout-2.4.1 " DEPEND="sys-apps/groff diff --git a/app-shells/zsh/zsh-9999.ebuild b/app-shells/zsh/zsh-9999.ebuild index 2b9c7dcd500d..b6cbb849b5fe 100644 --- a/app-shells/zsh/zsh-9999.ebuild +++ b/app-shells/zsh/zsh-9999.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2017 Gentoo Foundation +# Copyright 1999-2018 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 EAPI=6 @@ -29,7 +29,7 @@ RDEPEND=" >=dev-libs/libpcre-3.9 static? ( >=dev-libs/libpcre-3.9[static-libs] ) ) - gdbm? ( sys-libs/gdbm ) + gdbm? ( sys-libs/gdbm:= ) !<sys-apps/baselayout-2.4.1 " DEPEND="sys-apps/groff |