app-shells/bashdb: require >=bash-5
authorThomas Deutschmann <whissi@gentoo.org>
Sun, 3 May 2020 13:06:55 +0000 (15:06 +0200)
committerThomas Deutschmann <whissi@gentoo.org>
Sun, 3 May 2020 13:07:22 +0000 (15:07 +0200)
Closes: https://bugs.gentoo.org/720808
Package-Manager: Portage-2.3.99, Repoman-2.3.22
Signed-off-by: Thomas Deutschmann <whissi@gentoo.org>
app-shells/bashdb/bashdb-5.0.1.1.0.ebuild
app-shells/bashdb/bashdb-5.0.1.1.2.ebuild

index 0448dc38e71807bbe939a3386f3ec7b39a8f7b48..2d3d4513fe42c26305a9c3e3cf267c79fe7eb7f6 100644 (file)
@@ -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}"
 
index 1716aec06d0301de49a8eeeb0bc1fcda5abd7c7e..2d3d4513fe42c26305a9c3e3cf267c79fe7eb7f6 100644 (file)
@@ -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}"