projects
/
gentoo.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
2ab181a
)
app-shells/bash: Moved virtual/libintl back to (R)DEPEND.
author
Lars Wendler
<polynomial-c@gentoo.org>
Sun, 18 Aug 2019 23:02:01 +0000
(
01:02
+0200)
committer
Lars Wendler
<polynomial-c@gentoo.org>
Sun, 18 Aug 2019 23:02:26 +0000
(
01:02
+0200)
Thanks-to: Arfrever Frehtes Taifersar Arahesis <Arfrever@Apache.Org>
Package-Manager: Portage-2.3.71, Repoman-2.3.17
Signed-off-by: Lars Wendler <polynomial-c@gentoo.org>
app-shells/bash/bash-5.0_p9.ebuild
patch
|
blob
|
history
diff --git
a/app-shells/bash/bash-5.0_p9.ebuild
b/app-shells/bash/bash-5.0_p9.ebuild
index 1ead66883b4eda96431e0f546998098e8fa9270b..38244a7b24fd722a8e675d0515a08495f84247b0 100644
(file)
--- a/
app-shells/bash/bash-5.0_p9.ebuild
+++ b/
app-shells/bash/bash-5.0_p9.ebuild
@@
-51,6
+51,7
@@
IUSE="afs bashlogger examples mem-scramble +net nls plugins +readline"
DEPEND="
>=sys-libs/ncurses-5.2-r2:0=
+ nls? ( virtual/libintl )
readline? ( >=sys-libs/readline-${READLINE_VER}:0= )
"
RDEPEND="
@@
-59,9
+60,6
@@
RDEPEND="
"
# we only need yacc when the .y files get patched (bash42-005)
#DEPEND+=" virtual/yacc"
-BDEPEND="
- nls? ( virtual/libintl )
-"
S="${WORKDIR}/${MY_P}"