diff options
author | Lars Wendler <polynomial-c@gentoo.org> | 2019-08-19 01:02:01 +0200 |
---|---|---|
committer | Lars Wendler <polynomial-c@gentoo.org> | 2019-08-19 01:02:26 +0200 |
commit | 94c298472a0bf3c59a3022e3b12e2d2f2d101dc0 (patch) | |
tree | c7216dc1a286f360da3920b2982ca509570cfe60 /app-shells/bash | |
parent | sys-libs/readline: Removed deprecated preserve_old_lib function call (diff) | |
download | gentoo-94c298472a0bf3c59a3022e3b12e2d2f2d101dc0.tar.gz gentoo-94c298472a0bf3c59a3022e3b12e2d2f2d101dc0.tar.bz2 gentoo-94c298472a0bf3c59a3022e3b12e2d2f2d101dc0.zip |
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>
Diffstat (limited to 'app-shells/bash')
-rw-r--r-- | app-shells/bash/bash-5.0_p9.ebuild | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/app-shells/bash/bash-5.0_p9.ebuild b/app-shells/bash/bash-5.0_p9.ebuild index 1ead66883b4e..38244a7b24fd 100644 --- 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}" |