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 5BF1F13888F for ; Tue, 13 Oct 2015 00:20:44 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 0E941E07D4; 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 30C0AE07F1 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 DE50A34087F for ; Tue, 13 Oct 2015 00:20:37 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id D6940F73 for ; Tue, 13 Oct 2015 00:20:33 +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: <1444695270.0fbc73a54fa97508f5f8f1f7153d0726cc638241.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: 0fbc73a54fa97508f5f8f1f7153d0726cc638241 X-VCS-Branch: master Date: Tue, 13 Oct 2015 00:20:33 +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: 9094d35d-7203-48cd-b8a0-b45f48af02d2 X-Archives-Hash: e2979d1a58d5c86cbc25e2b21b5f978a commit: 0fbc73a54fa97508f5f8f1f7153d0726cc638241 Author: Mike Frysinger gentoo org> AuthorDate: Mon Oct 12 23:05:00 2015 +0000 Commit: Mike Frysinger gentoo org> CommitDate: Tue Oct 13 00:14:30 2015 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0fbc73a5 sys-devel/gettext: switch C++ disabling to new configure flag Rather than clobber CXX ourselves, use the new --disable-c++ flag. sys-devel/gettext/gettext-0.19.6-r1.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sys-devel/gettext/gettext-0.19.6-r1.ebuild b/sys-devel/gettext/gettext-0.19.6-r1.ebuild index 1427822..9a0ac98 100644 --- a/sys-devel/gettext/gettext-0.19.6-r1.ebuild +++ b/sys-devel/gettext/gettext-0.19.6-r1.ebuild @@ -54,6 +54,7 @@ multilib_src_configure() { --cache-file="${BUILD_DIR}"/config.cache --docdir="/usr/share/doc/${PF}" + $(use_enable cxx c++) $(use_enable cxx libasprintf) $(use_enable java) $(use_enable static-libs static) @@ -71,7 +72,6 @@ multilib_src_configure() { --enable-nls ) fi - use cxx || export CXX=$(tc-getCC) local ECONF_SOURCE=${S} if ! multilib_is_native_abi ; then