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>
This commit is contained in:
Justin Lecher
2015-10-15 14:25:53 +02:00
parent b23c32e590
commit db41360e65

View File

@@ -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[@]}