summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFabian Groffen <grobian@gentoo.org>2012-09-09 10:23:33 +0000
committerFabian Groffen <grobian@gentoo.org>2012-09-09 10:23:33 +0000
commitb975a9c89ef5a7babf7ec4d5581c1ebff2e21e0c (patch)
treedfdd2bfc0b19172ece191dacae29be2fb27fcedc /profiles/prefix
parentVersion bump. (diff)
downloadgentoo-2-b975a9c89ef5a7babf7ec4d5581c1ebff2e21e0c.tar.gz
gentoo-2-b975a9c89ef5a7babf7ec4d5581c1ebff2e21e0c.tar.bz2
gentoo-2-b975a9c89ef5a7babf7ec4d5581c1ebff2e21e0c.zip
Make USE-ipv6 default on Mac OS X and Solaris (and derivatives) since support is always available there.
Diffstat (limited to 'profiles/prefix')
-rw-r--r--profiles/prefix/ChangeLog7
-rw-r--r--profiles/prefix/darwin/macos/make.defaults8
-rw-r--r--profiles/prefix/sunos/solaris/make.defaults7
3 files changed, 17 insertions, 5 deletions
diff --git a/profiles/prefix/ChangeLog b/profiles/prefix/ChangeLog
index 03fe1017ddc3..f23de73ddcb2 100644
--- a/profiles/prefix/ChangeLog
+++ b/profiles/prefix/ChangeLog
@@ -1,6 +1,11 @@
# ChangeLog for profiles/prefix
# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/profiles/prefix/ChangeLog,v 1.359 2012/08/26 22:16:52 ottxor Exp $
+# $Header: /var/cvsroot/gentoo-x86/profiles/prefix/ChangeLog,v 1.360 2012/09/09 10:23:33 grobian Exp $
+
+ 09 Sep 2012; Fabian Groffen <grobian@gentoo.org>
+ +sunos/solaris/make.defaults, darwin/macos/make.defaults:
+ Make USE-ipv6 default on Mac OS X and Solaris (and derivatives) since support
+ is always available there.
26 Aug 2012; Christoph Junghans <ottxor@gentoo.org> darwin/package.use.mask:
mask utempter for x11-terms/eterm on Darwin, bug #388791
diff --git a/profiles/prefix/darwin/macos/make.defaults b/profiles/prefix/darwin/macos/make.defaults
index 1a4f53a50f46..63a345c1ca7c 100644
--- a/profiles/prefix/darwin/macos/make.defaults
+++ b/profiles/prefix/darwin/macos/make.defaults
@@ -1,9 +1,9 @@
-# Copyright 1999-2009 Gentoo Foundation
+# Copyright 1999-2012 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/profiles/prefix/darwin/macos/make.defaults,v 1.1 2009/06/06 03:54:46 solar Exp $
+# $Header: /var/cvsroot/gentoo-x86/profiles/prefix/darwin/macos/make.defaults,v 1.2 2012/09/09 10:23:33 grobian Exp $
-# in OSX one should have objc available
+# on OSX one should have objc available
USE="objc objc++"
# we have OSX, so let's use it's virtues
-USE="${USE} aqua coreaudio"
+USE="${USE} aqua coreaudio ipv6"
diff --git a/profiles/prefix/sunos/solaris/make.defaults b/profiles/prefix/sunos/solaris/make.defaults
new file mode 100644
index 000000000000..cfb63f6c74f1
--- /dev/null
+++ b/profiles/prefix/sunos/solaris/make.defaults
@@ -0,0 +1,7 @@
+# Copyright 1999-2012 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/profiles/prefix/sunos/solaris/make.defaults,v 1.1 2012/09/09 10:23:33 grobian Exp $
+
+# Solaris comes with ipv6 support since Solaris 7, full ipv6 integration
+# since Solaris 8. Let's enjoy that we have it.
+USE="ipv6"