Gentoo Archives: gentoo-commits

From: Thomas Deutschmann <whissi@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: app-shells/bashdb/
Date: Sun, 03 May 2020 13:07:33
Message-Id: 1588511242.cdbc2c9b298bceb1d1c5683e2a6d362746b2aae5.whissi@gentoo
1 commit: cdbc2c9b298bceb1d1c5683e2a6d362746b2aae5
2 Author: Thomas Deutschmann <whissi <AT> gentoo <DOT> org>
3 AuthorDate: Sun May 3 13:06:55 2020 +0000
4 Commit: Thomas Deutschmann <whissi <AT> gentoo <DOT> org>
5 CommitDate: Sun May 3 13:07:22 2020 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=cdbc2c9b
7
8 app-shells/bashdb: require >=bash-5
9
10 Closes: https://bugs.gentoo.org/720808
11 Package-Manager: Portage-2.3.99, Repoman-2.3.22
12 Signed-off-by: Thomas Deutschmann <whissi <AT> gentoo.org>
13
14 app-shells/bashdb/bashdb-5.0.1.1.0.ebuild | 5 +++--
15 app-shells/bashdb/bashdb-5.0.1.1.2.ebuild | 3 ++-
16 2 files changed, 5 insertions(+), 3 deletions(-)
17
18 diff --git a/app-shells/bashdb/bashdb-5.0.1.1.0.ebuild b/app-shells/bashdb/bashdb-5.0.1.1.0.ebuild
19 index 0448dc38e71..2d3d4513fe4 100644
20 --- a/app-shells/bashdb/bashdb-5.0.1.1.0.ebuild
21 +++ b/app-shells/bashdb/bashdb-5.0.1.1.0.ebuild
22 @@ -1,4 +1,4 @@
23 -# Copyright 1999-2019 Gentoo Authors
24 +# Copyright 1999-2020 Gentoo Authors
25 # Distributed under the terms of the GNU General Public License v2
26
27 EAPI=7
28 @@ -15,7 +15,8 @@ KEYWORDS="~amd64 ~ppc ~ppc64 ~x86"
29 IUSE="test"
30 RESTRICT="!test? ( test )"
31
32 -DEPEND="!>=app-shells/bash-${PV:0:1}.$((${PV:2:1}+1))"
33 +DEPEND=">=app-shells/bash-5
34 + !>=app-shells/bash-${PV:0:1}.$((${PV:2:1}+1))"
35
36 S="${WORKDIR}/${MY_P}"
37
38
39 diff --git a/app-shells/bashdb/bashdb-5.0.1.1.2.ebuild b/app-shells/bashdb/bashdb-5.0.1.1.2.ebuild
40 index 1716aec06d0..2d3d4513fe4 100644
41 --- a/app-shells/bashdb/bashdb-5.0.1.1.2.ebuild
42 +++ b/app-shells/bashdb/bashdb-5.0.1.1.2.ebuild
43 @@ -15,7 +15,8 @@ KEYWORDS="~amd64 ~ppc ~ppc64 ~x86"
44 IUSE="test"
45 RESTRICT="!test? ( test )"
46
47 -DEPEND="!>=app-shells/bash-${PV:0:1}.$((${PV:2:1}+1))"
48 +DEPEND=">=app-shells/bash-5
49 + !>=app-shells/bash-${PV:0:1}.$((${PV:2:1}+1))"
50
51 S="${WORKDIR}/${MY_P}"