From: Thomas Deutschmann Date: Sun, 3 May 2020 13:06:55 +0000 (+0200) Subject: app-shells/bashdb: require >=bash-5 X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=cdbc2c9b298bceb1d1c5683e2a6d362746b2aae5;p=gentoo.git 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 --- 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}"