app-shells/bash: Moved virtual/libintl back to (R)DEPEND.

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>
This commit is contained in:
Lars Wendler
2019-08-19 01:02:01 +02:00
parent 2ab181a716
commit 94c298472a

View File

@@ -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}"