diff options
author | 2012-09-09 10:23:33 +0000 | |
---|---|---|
committer | 2012-09-09 10:23:33 +0000 | |
commit | b975a9c89ef5a7babf7ec4d5581c1ebff2e21e0c (patch) | |
tree | dfdd2bfc0b19172ece191dacae29be2fb27fcedc /profiles/prefix/sunos | |
parent | Version bump. (diff) | |
download | gentoo-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/sunos')
-rw-r--r-- | profiles/prefix/sunos/solaris/make.defaults | 7 |
1 files changed, 7 insertions, 0 deletions
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" |