From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 675B5138350 for ; Thu, 19 Mar 2020 20:01:09 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 30834E0DD3; Thu, 19 Mar 2020 20:01:08 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 086D0E0DD3 for ; Thu, 19 Mar 2020 20:01:07 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 4E59634F090 for ; Thu, 19 Mar 2020 20:01:06 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id D2BE218B for ; Thu, 19 Mar 2020 20:01:03 +0000 (UTC) From: "Mike Gilbert" 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 Gilbert" Message-ID: <1584648048.c12c5ec7e5f18012b303de9977b7e8e88d87f90c.floppym@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: profiles/base/ X-VCS-Repository: repo/gentoo X-VCS-Files: profiles/base/make.defaults X-VCS-Directories: profiles/base/ X-VCS-Committer: floppym X-VCS-Committer-Name: Mike Gilbert X-VCS-Revision: c12c5ec7e5f18012b303de9977b7e8e88d87f90c X-VCS-Branch: master Date: Thu, 19 Mar 2020 20:01:03 +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-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 6e3782d1-0d35-4fe5-86ac-00713f073d0f X-Archives-Hash: 89e5605e29ac3897b8e8701d9bbd5d4a commit: c12c5ec7e5f18012b303de9977b7e8e88d87f90c Author: Mike Gilbert gentoo org> AuthorDate: Mon Mar 9 15:18:40 2020 +0000 Commit: Mike Gilbert gentoo org> CommitDate: Thu Mar 19 20:00:48 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c12c5ec7 profiles: remove USE="cxx" from the base profile This was added back in the days when all toolchain ebuilds had EAPI=0 and IUSE defaults were not an option. toolchain.eclass now supports newer EAPIs, and sets IUSE="+cxx". Signed-off-by: Mike Gilbert gentoo.org> profiles/base/make.defaults | 6 ------ 1 file changed, 6 deletions(-) diff --git a/profiles/base/make.defaults b/profiles/base/make.defaults index f4782af3b13..cf27a009b57 100644 --- a/profiles/base/make.defaults +++ b/profiles/base/make.defaults @@ -102,12 +102,6 @@ LCD_DEVICES="bayrad cfontz cfontz633 glk hd44780 lb216 lcdm001 mtxorb ncurses te # Updated to include ruby25 on 2019-07-17 RUBY_TARGETS="ruby24 ruby25" -# Samuli Suominen (2009-12-03) -# Enable USE cxx by default so base-system and toolchain pkgs can start using USE cxx -# instead of USE nocxx. -# https://archives.gentoo.org/gentoo-dev/msg_a181cd0d36600067b599f4b996c6989f.xml -USE="${USE} cxx" - # Enable extended filesystem attribute support by default. # https://archives.gentoo.org/gentoo-dev/message/ba0e3457e4b807e79816f0df03566af0 USE="${USE} xattr"