commit: db41360e6524daae46c9ad0d65c65df2fc5cb065 Author: Justin Lecher <jlec <AT> gentoo <DOT> org> AuthorDate: Thu Oct 15 12:25:53 2015 +0000 Commit: Justin Lecher <jlec <AT> gentoo <DOT> org> CommitDate: Thu Oct 15 12:25:53 2015 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=db41360e
net-misc/axel: Fix passing of nls configure option thanks René Rhéaume for the patch Gentoo-Bug: https://bugs.gentoo.org/show_bug.cgi?id=562534 Package-Manager: portage-2.2.23 Signed-off-by: Justin Lecher <jlec <AT> gentoo.org> net-misc/axel/axel-2.4-r3.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/net-misc/axel/axel-2.4-r3.ebuild b/net-misc/axel/axel-2.4-r3.ebuild index 632ffe5..ecf041c 100644 --- a/net-misc/axel/axel-2.4-r3.ebuild +++ b/net-misc/axel/axel-2.4-r3.ebuild @@ -35,7 +35,7 @@ src_configure() { local myconf=() use debug && myconf+=( --debug=1 ) - use nls && myconf+=( --i18n=$(usex nls 1 0) ) + myconf+=( --i18n=$(usex nls 1 0) ) econf \ --strip=0 \ ${myconf[@]}
