From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from pigeon.gentoo.org ([208.92.234.80] helo=lists.gentoo.org) by finch.gentoo.org with esmtp (Exim 4.60) (envelope-from ) id 1N7RcU-00075R-Ib for garchives@archives.gentoo.org; Mon, 09 Nov 2009 10:37:10 +0000 Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 13BD9E09FA; Mon, 9 Nov 2009 10:37:09 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) by pigeon.gentoo.org (Postfix) with ESMTP id E3F91E09FA for ; Mon, 9 Nov 2009 10:37:08 +0000 (UTC) Received: from [87.95.46.71] (i046071.gprs.dnafinland.fi [87.95.46.71]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTP id E15EC67BAE for ; Mon, 9 Nov 2009 10:37:07 +0000 (UTC) Message-ID: <4AF7F0FD.7070507@gentoo.org> Date: Mon, 09 Nov 2009 12:37:49 +0200 From: Samuli Suominen User-Agent: Thunderbird 2.0.0.23 (X11/20091027) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-dev@lists.gentoo.org Reply-to: gentoo-dev@lists.gentoo.org MIME-Version: 1.0 To: gentoo-dev@gentoo.org Subject: [gentoo-dev] RFC: Enable USE="cxx" in base/make.defaults ? Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit X-Archives-Salt: b704cbe7-2b9f-4051-9a69-32ce3e54422e X-Archives-Hash: a181cd0d36600067b599f4b996c6989f $subject but disable it in profiles/uclibc/make.defaults, since AFAIK, uclibc doesn't have libstdc++ because every ebuild adding USE="cxx" is doing EAPI="2" now, and having it in profiles by default, would allow also EAPI="0" toolchain and system ebuilds to stop using nocxx. did I miss something?