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