commit:     cdbc2c9b298bceb1d1c5683e2a6d362746b2aae5
Author:     Thomas Deutschmann <whissi <AT> gentoo <DOT> org>
AuthorDate: Sun May  3 13:06:55 2020 +0000
Commit:     Thomas Deutschmann <whissi <AT> gentoo <DOT> org>
CommitDate: Sun May  3 13:07:22 2020 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=cdbc2c9b

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 <AT> gentoo.org>

 app-shells/bashdb/bashdb-5.0.1.1.0.ebuild | 5 +++--
 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 0448dc38e71..2d3d4513fe4 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 1716aec06d0..2d3d4513fe4 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}"
 

Reply via email to