profiles: remove USE="cxx" from the base profile
authorMike Gilbert <floppym@gentoo.org>
Mon, 9 Mar 2020 15:18:40 +0000 (11:18 -0400)
committerMike Gilbert <floppym@gentoo.org>
Thu, 19 Mar 2020 20:00:48 +0000 (16:00 -0400)
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>
profiles/base/make.defaults

index f4782af3b138c50ce6aacd79c8c16fc41d72367a..cf27a009b57c798cf99e32284e1e97f6b3eac354 100644 (file)
@@ -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"