diff options
author | Justin Lecher <jlec@gentoo.org> | 2015-10-15 14:25:53 +0200 |
---|---|---|
committer | Justin Lecher <jlec@gentoo.org> | 2015-10-15 14:25:53 +0200 |
commit | db41360e6524daae46c9ad0d65c65df2fc5cb065 (patch) | |
tree | 72102e3f659175fa10ae16d59d45590318f900d4 /net-misc/axel | |
parent | dev-python/oslo-sphinx: Keyword under ALLARCHES policy (diff) | |
download | gentoo-db41360e6524daae46c9ad0d65c65df2fc5cb065.tar.gz gentoo-db41360e6524daae46c9ad0d65c65df2fc5cb065.tar.bz2 gentoo-db41360e6524daae46c9ad0d65c65df2fc5cb065.zip |
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@gentoo.org>
Diffstat (limited to 'net-misc/axel')
-rw-r--r-- | net-misc/axel/axel-2.4-r3.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/net-misc/axel/axel-2.4-r3.ebuild b/net-misc/axel/axel-2.4-r3.ebuild index 632ffe5eb260..ecf041c4c119 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[@]} |