Skip to content

Commit

Permalink
app-shells/bashdb: require >=bash-5
Browse files Browse the repository at this point in the history
Closes: https://bugs.gentoo.org/720808
Package-Manager: Portage-2.3.99, Repoman-2.3.22
Signed-off-by: Thomas Deutschmann <[email protected]>
  • Loading branch information
Whissi committed May 3, 2020
1 parent 6678f26 commit cdbc2c9
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 3 deletions.
5 changes: 3 additions & 2 deletions app-shells/bashdb/bashdb-5.0.1.1.0.ebuild
Original file line number Diff line number Diff line change
@@ -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
Expand All @@ -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}"

Expand Down
3 changes: 2 additions & 1 deletion app-shells/bashdb/bashdb-5.0.1.1.2.ebuild
Original file line number Diff line number Diff line change
Expand Up @@ -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}"

Expand Down

0 comments on commit cdbc2c9

Please sign in to comment.