From db41360e6524daae46c9ad0d65c65df2fc5cb065 Mon Sep 17 00:00:00 2001 From: Justin Lecher Date: Thu, 15 Oct 2015 14:25:53 +0200 Subject: [PATCH] net-misc/axel: Fix passing of nls configure option MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 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 --- 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 632ffe5eb2605..ecf041c4c119b 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[@]}