From cdbc2c9b298bceb1d1c5683e2a6d362746b2aae5 Mon Sep 17 00:00:00 2001 From: Thomas Deutschmann Date: Sun, 3 May 2020 15:06:55 +0200 Subject: [PATCH] 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 --- 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 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}" -- 2.26.2