profiles: Clean up obsolete flags from make.defaults
authorMichał Górny <mgorny@gentoo.org>
Sun, 22 Jan 2017 12:02:56 +0000 (13:02 +0100)
committerMichał Górny <mgorny@gentoo.org>
Sun, 22 Jan 2017 12:04:42 +0000 (13:04 +0100)
profiles/arch/amd64-fbsd/make.defaults
profiles/arch/amd64/make.defaults
profiles/arch/hppa/make.defaults
profiles/arch/x86/xbox/make.defaults
profiles/default/bsd/fbsd/make.defaults
profiles/prefix/darwin/macos/arch/x64/make.defaults
profiles/prefix/darwin/macos/arch/x86/make.defaults

index 42329af6081920c6fc28260f79390a73a030351f..432f7743cf5894c661ebb490d0d4bfec34e24707 100644 (file)
@@ -1,4 +1,4 @@
-# Copyright 1999-2015 Gentoo Foundation.
+# Copyright 1999-2017 Gentoo Foundation.
 # Distributed under the terms of the GNU General Public License, v2
 # $Id$
 # System-wide defaults for the G/FBSD Portage system
@@ -20,7 +20,6 @@ ABI="amd64_fbsd"
 CFLAGS_x86_fbsd="-m32"
 LDFLAGS_x86_fbsd="-m elf_i386_fbsd -L/usr/lib32"
 
-USE="mmx mmxext sse sse2"
 CPU_FLAGS_X86="mmx mmxext sse sse2"
 
 VIDEO_CARDS="apm ark chips cirrus cyrix dummy i128 intel mach64 mga \
index 96a6803f351ad329db89262ae4b64cacd1b5e076..df7976d89a1d24bfdccb5ba8f5c79111f53376a1 100644 (file)
@@ -1,4 +1,4 @@
-# Copyright 1999-2015 Gentoo Foundation
+# Copyright 1999-2017 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 # $Id$
 
@@ -36,7 +36,6 @@ CHOST_x32="x86_64-pc-linux-gnux32"
 # 2006/10/24 - Simon Stelling <blubb@gentoo.org>
 # They are masked, but we can enable them anyway for those who have 
 # >=portage-2.1.2_pre3-r4
-USE="mmx mmxext sse sse2"
 CPU_FLAGS_X86="mmx mmxext sse sse2"
 
 # Michał Górny <mgorny@gentoo.org> (03 Sep 2013)
index 188b0433c39d5fbc9fe0fdcfda485fb3ac6d34b4..add1edf68b50725a3472f60d760956803f9e0454 100644 (file)
@@ -1,4 +1,4 @@
-# Copyright 1999-2014 Gentoo Foundation
+# Copyright 1999-2017 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 # $Id$
 
@@ -11,7 +11,7 @@ CXXFLAGS="${CFLAGS}"
 
 FEATURES="sandbox sfperms strict"
 
-USE="cups foomaticdb fortran gdbm gpm imlib libwww spell xml2 firefox"
+USE="cups foomaticdb fortran gdbm gpm imlib libwww spell firefox"
 
 # Michał Górny <mgorny@gentoo.org> (01 Jul 2014)
 # Set ABI & DEFAULT_ABI consistently with ${ARCH}, to make ebuild
index 79d000a05f9a792ce4005921cb5c3dae239298d2..78d55164bb8142629f90f4e50dc8dc002573f47a 100644 (file)
@@ -1,9 +1,8 @@
-# Copyright 1999-2015 Gentoo Foundation
+# Copyright 1999-2017 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 # $Id$
 
 PROFILE_ARCH="xbox"
-USE="mmx sse"
 CPU_FLAGS_X86="mmx sse"
 
 CFLAGS="-O2 -march=pentium3 -pipe"
index 9456dca1c4bdf6f25912e5df24dd5ec5a4df3aef..935820ed959a5d33e7fb8805ed5fdb96a9e6d681 100644 (file)
@@ -1,4 +1,4 @@
-# Copyright 1999-2013 Gentoo Foundation.
+# Copyright 1999-2017 Gentoo Foundation.
 # Distributed under the terms of the GNU General Public License, v2
 # $Id$
 
@@ -23,8 +23,4 @@ VIDEO_CARDS="dummy fbdev vmware"
 
 # Let virtual/mta pick ssmtp[mta] for stage1 builds.
 # https://bugs.gentoo.org/show_bug.cgi?id=408587
-# python2: let portage pulls in python-2 so that we get it as default
-# interpreter in stage1's and add it to make.default so that it is rebuilt in
-# stage 3 and when updating.
-BOOTSTRAP_USE="${BOOTSTRAP_USE} mta python2"
-USE="${USE} python2"
+BOOTSTRAP_USE="${BOOTSTRAP_USE} mta"
index 51246a77f2e6fbe0fb09bbedc157c6c520a8a674..31eb7bf38250770b13a03c8c5441a88eebafdf5e 100644 (file)
@@ -1,11 +1,10 @@
-# Copyright 1999-2016 Gentoo Foundation
+# Copyright 1999-2017 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 # $Id$
 
 ARCH="x64-macos"
 ACCEPT_KEYWORDS="~x64-macos"
 
-USE="mmx mmxext sse sse2"
 CPU_FLAGS_X86="mmx mmxext sse sse2"
 
 # multilib build stuff, single ABI (no multilib)
index 8a721e619da4afba5b0111978bc45c3ff92ea14a..2132de8d3542841bb73e77956aea7d9f718420e4 100644 (file)
@@ -1,11 +1,10 @@
-# Copyright 1999-2016 Gentoo Foundation
+# Copyright 1999-2017 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 # $Id$
 
 ARCH="x86-macos"
 ACCEPT_KEYWORDS="~x86-macos"
 
-USE="mmx mmxext sse sse2"
 CPU_FLAGS_X86="mmx mmxext sse sse2"
 
 # multilib build stuff, single ABI (no multilib)