commit: 030b323567f9546c35d9cf1182f36b2b54e08d3e
Author: Mike Frysinger <vapier <AT> gentoo <DOT> org>
AuthorDate: Mon Oct 12 23:11:55 2015 +0000
Commit: Mike Frysinger <vapier <AT> gentoo <DOT> org>
CommitDate: Tue Oct 13 00:14:32 2015 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=030b3235
sys-devel/gettext: respect USE=nls all the time
Building of the libiconv library is orthogonal to general nls support,
so respect that configure flag for all builds and not just the system
libiconv cases.
sys-devel/gettext/gettext-0.19.6-r1.ebuild | 11 +++--------
1 file changed, 3 insertions(+), 8 deletions(-)
diff --git a/sys-devel/gettext/gettext-0.19.6-r1.ebuild
b/sys-devel/gettext/gettext-0.19.6-r1.ebuild
index 6f23d99..4ade3f6 100644
--- a/sys-devel/gettext/gettext-0.19.6-r1.ebuild
+++ b/sys-devel/gettext/gettext-0.19.6-r1.ebuild
@@ -72,21 +72,16 @@ multilib_src_configure() {
$(usex git --without-cvs $(use_with cvs))
$(use_enable java)
$(use_enable ncurses curses)
+ $(use_enable nls)
$(use_enable openmp)
$(use_enable static-libs static)
)
# Build with --without-included-gettext (on glibc systems)
if use elibc_glibc || use elibc_musl ; then
- myconf+=(
- --without-included-gettext
- $(use_enable nls)
- )
+ myconf+=( --without-included-gettext )
else
- myconf+=(
- --with-included-gettext
- --enable-nls
- )
+ myconf+=( --with-included-gettext )
fi
local ECONF_SOURCE=${S}