From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) by finch.gentoo.org (Postfix) with ESMTP id B8563138BED for ; Thu, 15 Oct 2015 12:31:24 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 73A98E0848; Thu, 15 Oct 2015 12:31:22 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id E4AD4E0848 for ; Thu, 15 Oct 2015 12:31:21 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 1DA0D3402A2 for ; Thu, 15 Oct 2015 12:31:20 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 130D810C9 for ; Thu, 15 Oct 2015 12:31:18 +0000 (UTC) From: "Justin Lecher" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Justin Lecher" Message-ID: <1444911953.db41360e6524daae46c9ad0d65c65df2fc5cb065.jlec@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: net-misc/axel/ X-VCS-Repository: repo/gentoo X-VCS-Files: net-misc/axel/axel-2.4-r3.ebuild X-VCS-Directories: net-misc/axel/ X-VCS-Committer: jlec X-VCS-Committer-Name: Justin Lecher X-VCS-Revision: db41360e6524daae46c9ad0d65c65df2fc5cb065 X-VCS-Branch: master Date: Thu, 15 Oct 2015 12:31:18 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: fc54264a-0ac9-43b1-b56f-5c76ae150c14 X-Archives-Hash: b656966f76fb9c04e25d80d8cd972683 commit: db41360e6524daae46c9ad0d65c65df2fc5cb065 Author: Justin Lecher gentoo org> AuthorDate: Thu Oct 15 12:25:53 2015 +0000 Commit: Justin Lecher gentoo 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 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[@]}