diff options
author | Thomas Deutschmann <whissi@gentoo.org> | 2020-05-03 15:06:55 +0200 |
---|---|---|
committer | Thomas Deutschmann <whissi@gentoo.org> | 2020-05-03 15:07:22 +0200 |
commit | cdbc2c9b298bceb1d1c5683e2a6d362746b2aae5 (patch) | |
tree | 151049badbfa115cddea5cd71bd0cb8436427976 /app-shells | |
parent | texlive-module: shorten distfiles naming (diff) | |
download | gentoo-cdbc2c9b298bceb1d1c5683e2a6d362746b2aae5.tar.gz gentoo-cdbc2c9b298bceb1d1c5683e2a6d362746b2aae5.tar.bz2 gentoo-cdbc2c9b298bceb1d1c5683e2a6d362746b2aae5.zip |
app-shells/bashdb: require >=bash-5
Closes: https://bugs.gentoo.org/720808
Package-Manager: Portage-2.3.99, Repoman-2.3.22
Signed-off-by: Thomas Deutschmann <whissi@gentoo.org>
Diffstat (limited to 'app-shells')
-rw-r--r-- | app-shells/bashdb/bashdb-5.0.1.1.0.ebuild | 5 | ||||
-rw-r--r-- | app-shells/bashdb/bashdb-5.0.1.1.2.ebuild | 3 |
2 files changed, 5 insertions, 3 deletions
diff --git a/app-shells/bashdb/bashdb-5.0.1.1.0.ebuild b/app-shells/bashdb/bashdb-5.0.1.1.0.ebuild index 0448dc38e718..2d3d4513fe42 100644 --- a/app-shells/bashdb/bashdb-5.0.1.1.0.ebuild +++ b/app-shells/bashdb/bashdb-5.0.1.1.0.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2019 Gentoo Authors +# Copyright 1999-2020 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 @@ -15,7 +15,8 @@ KEYWORDS="~amd64 ~ppc ~ppc64 ~x86" IUSE="test" RESTRICT="!test? ( test )" -DEPEND="!>=app-shells/bash-${PV:0:1}.$((${PV:2:1}+1))" +DEPEND=">=app-shells/bash-5 + !>=app-shells/bash-${PV:0:1}.$((${PV:2:1}+1))" S="${WORKDIR}/${MY_P}" diff --git a/app-shells/bashdb/bashdb-5.0.1.1.2.ebuild b/app-shells/bashdb/bashdb-5.0.1.1.2.ebuild index 1716aec06d03..2d3d4513fe42 100644 --- a/app-shells/bashdb/bashdb-5.0.1.1.2.ebuild +++ b/app-shells/bashdb/bashdb-5.0.1.1.2.ebuild @@ -15,7 +15,8 @@ KEYWORDS="~amd64 ~ppc ~ppc64 ~x86" IUSE="test" RESTRICT="!test? ( test )" -DEPEND="!>=app-shells/bash-${PV:0:1}.$((${PV:2:1}+1))" +DEPEND=">=app-shells/bash-5 + !>=app-shells/bash-${PV:0:1}.$((${PV:2:1}+1))" S="${WORKDIR}/${MY_P}" |