On Mon, 9 Mar 2020 11:25:48 -0400 Mike Gilbert <flop...@gentoo.org> wrote:
> 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 <flop...@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 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 <ssuomi...@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" > -- > 2.25.1 > Looks good. Looking at $ git grep -P 'IUSE.*[" ]cxx' # (full output) http://dpaste.com/1D0RC27.txt notable changes are: dev-libs/boehm-gc/boehm-gc-8.0.4.ebuild:IUSE="cxx static-libs +threads" dev-libs/gmp/gmp-6.2.0.ebuild:IUSE="+asm doc cxx pic static-libs" sys-libs/db/db-18.1.32.ebuild:IUSE="doc java cxx tcl test" and maybe app-text/poppler/poppler-0.86.1.ebuild:IUSE="cairo cjk curl cxx debug doc +introspection +jpeg +jpeg2k +lcms nss png qt5 tiff +utils" -- Sergei