summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorThomas Deutschmann <whissi@gentoo.org>2020-05-03 15:06:55 +0200
committerThomas Deutschmann <whissi@gentoo.org>2020-05-03 15:07:22 +0200
commitcdbc2c9b298bceb1d1c5683e2a6d362746b2aae5 (patch)
tree151049badbfa115cddea5cd71bd0cb8436427976 /app-shells/bashdb
parenttexlive-module: shorten distfiles naming (diff)
downloadgentoo-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/bashdb')
-rw-r--r--app-shells/bashdb/bashdb-5.0.1.1.0.ebuild5
-rw-r--r--app-shells/bashdb/bashdb-5.0.1.1.2.ebuild3
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}"