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 0206813888F for ; Tue, 13 Oct 2015 00:20:47 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 73B0821C006; Tue, 13 Oct 2015 00:20:40 +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 3CACEE07FC for ; Tue, 13 Oct 2015 00:20:39 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 00A29340890 for ; Tue, 13 Oct 2015 00:20:38 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 0599FF75 for ; Tue, 13 Oct 2015 00:20:34 +0000 (UTC) From: "Mike Frysinger" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Mike Frysinger" Message-ID: <1444695272.030b323567f9546c35d9cf1182f36b2b54e08d3e.vapier@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: sys-devel/gettext/ X-VCS-Repository: repo/gentoo X-VCS-Files: sys-devel/gettext/gettext-0.19.6-r1.ebuild X-VCS-Directories: sys-devel/gettext/ X-VCS-Committer: vapier X-VCS-Committer-Name: Mike Frysinger X-VCS-Revision: 030b323567f9546c35d9cf1182f36b2b54e08d3e X-VCS-Branch: master Date: Tue, 13 Oct 2015 00:20:34 +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: d53c7794-2f5f-486c-9aeb-64f8d7904418 X-Archives-Hash: 152e7e831547f753f501b0ad6ac1e4b1 commit: 030b323567f9546c35d9cf1182f36b2b54e08d3e Author: Mike Frysinger gentoo org> AuthorDate: Mon Oct 12 23:11:55 2015 +0000 Commit: Mike Frysinger gentoo org> CommitDate: Tue Oct 13 00:14:32 2015 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=030b3235 sys-devel/gettext: respect USE=nls all the time Building of the libiconv library is orthogonal to general nls support, so respect that configure flag for all builds and not just the system libiconv cases. sys-devel/gettext/gettext-0.19.6-r1.ebuild | 11 +++-------- 1 file changed, 3 insertions(+), 8 deletions(-) diff --git a/sys-devel/gettext/gettext-0.19.6-r1.ebuild b/sys-devel/gettext/gettext-0.19.6-r1.ebuild index 6f23d99..4ade3f6 100644 --- a/sys-devel/gettext/gettext-0.19.6-r1.ebuild +++ b/sys-devel/gettext/gettext-0.19.6-r1.ebuild @@ -72,21 +72,16 @@ multilib_src_configure() { $(usex git --without-cvs $(use_with cvs)) $(use_enable java) $(use_enable ncurses curses) + $(use_enable nls) $(use_enable openmp) $(use_enable static-libs static) ) # Build with --without-included-gettext (on glibc systems) if use elibc_glibc || use elibc_musl ; then - myconf+=( - --without-included-gettext - $(use_enable nls) - ) + myconf+=( --without-included-gettext ) else - myconf+=( - --with-included-gettext - --enable-nls - ) + myconf+=( --with-included-gettext ) fi local ECONF_SOURCE=${S}