summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMike Gilbert <floppym@gentoo.org>2020-03-09 11:18:40 -0400
committerMike Gilbert <floppym@gentoo.org>2020-03-19 16:00:48 -0400
commitc12c5ec7e5f18012b303de9977b7e8e88d87f90c (patch)
treefea7b121a0d2f7176e154d5e1bc79e1e7001aac0 /profiles/base/make.defaults
parentdev-ruby/rubyzip: cleanup (diff)
downloadgentoo-c12c5ec7e5f18012b303de9977b7e8e88d87f90c.tar.gz
gentoo-c12c5ec7e5f18012b303de9977b7e8e88d87f90c.tar.bz2
gentoo-c12c5ec7e5f18012b303de9977b7e8e88d87f90c.zip
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 <floppym@gentoo.org>
Diffstat (limited to 'profiles/base/make.defaults')
-rw-r--r--profiles/base/make.defaults6
1 files changed, 0 insertions, 6 deletions
diff --git a/profiles/base/make.defaults b/profiles/base/make.defaults
index f4782af3b138..cf27a009b57c 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 <ssuominen@gentoo.org> (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"