Gentoo Archives: gentoo-commits

From: Lars Wendler <polynomial-c@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: app-shells/bash/
Date: Sun, 18 Aug 2019 23:02:35
Message-Id: 1566169346.94c298472a0bf3c59a3022e3b12e2d2f2d101dc0.polynomial-c@gentoo
1 commit: 94c298472a0bf3c59a3022e3b12e2d2f2d101dc0
2 Author: Lars Wendler <polynomial-c <AT> gentoo <DOT> org>
3 AuthorDate: Sun Aug 18 23:02:01 2019 +0000
4 Commit: Lars Wendler <polynomial-c <AT> gentoo <DOT> org>
5 CommitDate: Sun Aug 18 23:02:26 2019 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=94c29847
7
8 app-shells/bash: Moved virtual/libintl back to (R)DEPEND.
9
10 Thanks-to: Arfrever Frehtes Taifersar Arahesis <Arfrever <AT> Apache.Org>
11 Package-Manager: Portage-2.3.71, Repoman-2.3.17
12 Signed-off-by: Lars Wendler <polynomial-c <AT> gentoo.org>
13
14 app-shells/bash/bash-5.0_p9.ebuild | 4 +---
15 1 file changed, 1 insertion(+), 3 deletions(-)
16
17 diff --git a/app-shells/bash/bash-5.0_p9.ebuild b/app-shells/bash/bash-5.0_p9.ebuild
18 index 1ead66883b4..38244a7b24f 100644
19 --- a/app-shells/bash/bash-5.0_p9.ebuild
20 +++ b/app-shells/bash/bash-5.0_p9.ebuild
21 @@ -51,6 +51,7 @@ IUSE="afs bashlogger examples mem-scramble +net nls plugins +readline"
22
23 DEPEND="
24 >=sys-libs/ncurses-5.2-r2:0=
25 + nls? ( virtual/libintl )
26 readline? ( >=sys-libs/readline-${READLINE_VER}:0= )
27 "
28 RDEPEND="
29 @@ -59,9 +60,6 @@ RDEPEND="
30 "
31 # we only need yacc when the .y files get patched (bash42-005)
32 #DEPEND+=" virtual/yacc"
33 -BDEPEND="
34 - nls? ( virtual/libintl )
35 -"
36
37 S="${WORKDIR}/${MY_P}"