diff options
author | Stefan Schweizer <genstef@gentoo.org> | 2006-03-29 19:12:01 +0000 |
---|---|---|
committer | Stefan Schweizer <genstef@gentoo.org> | 2006-03-29 19:12:01 +0000 |
commit | 798ee1f6e838dcb6205c70ae607e4b4301c33721 (patch) | |
tree | 9cf21a1a2671352a78e3cdff84a8cd968e334a19 /profiles/default-linux | |
parent | Stable on ppc64; bug #127641 (diff) | |
download | gentoo-2-798ee1f6e838dcb6205c70ae607e4b4301c33721.tar.gz gentoo-2-798ee1f6e838dcb6205c70ae607e4b4301c33721.tar.bz2 gentoo-2-798ee1f6e838dcb6205c70ae607e4b4301c33721.zip |
isdn use flag defaults
Diffstat (limited to 'profiles/default-linux')
-rw-r--r-- | profiles/default-linux/amd64/2005.0/make.defaults | 6 | ||||
-rw-r--r-- | profiles/default-linux/amd64/2005.1/make.defaults | 6 | ||||
-rw-r--r-- | profiles/default-linux/amd64/2006.0/make.defaults | 6 |
3 files changed, 15 insertions, 3 deletions
diff --git a/profiles/default-linux/amd64/2005.0/make.defaults b/profiles/default-linux/amd64/2005.0/make.defaults index c80aac7aac7b..43a5cbba129d 100644 --- a/profiles/default-linux/amd64/2005.0/make.defaults +++ b/profiles/default-linux/amd64/2005.0/make.defaults @@ -1,6 +1,6 @@ # Copyright 1999-2005 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/profiles/default-linux/amd64/2005.0/make.defaults,v 1.18 2006/01/16 20:55:00 blubb Exp $ +# $Header: /var/cvsroot/gentoo-x86/profiles/default-linux/amd64/2005.0/make.defaults,v 1.19 2006/03/29 19:12:00 genstef Exp $ #removed because managers vote requires us to do so #("when we go nptl, we all go nptl") @@ -35,3 +35,7 @@ MULTILIB_STRICT_EXEMPT="(perl5|gcc|gcc-lib|eclipse-3|debug|portage)" # Hack to tell baselayout to use symlinks for /lib, /usr/lib, and /usr/local/lib SYMLINK_LIB="yes" + +# 2006/03/29 - Stefan Schweizer <genstef@gentoo.org> +# isdn USE flag defaults +USE="pppd isdnlog" diff --git a/profiles/default-linux/amd64/2005.1/make.defaults b/profiles/default-linux/amd64/2005.1/make.defaults index dd5578d3f2a5..b00019799a45 100644 --- a/profiles/default-linux/amd64/2005.1/make.defaults +++ b/profiles/default-linux/amd64/2005.1/make.defaults @@ -1,6 +1,6 @@ # Copyright 1999-2005 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/profiles/default-linux/amd64/2005.1/make.defaults,v 1.4 2006/01/16 20:55:00 blubb Exp $ +# $Header: /var/cvsroot/gentoo-x86/profiles/default-linux/amd64/2005.1/make.defaults,v 1.5 2006/03/29 19:12:01 genstef Exp $ #removed because managers vote requires us to do so #("when we go nptl, we all go nptl") @@ -35,3 +35,7 @@ MULTILIB_STRICT_EXEMPT="(perl5|gcc|gcc-lib|eclipse-3|debug|portage)" # Hack to tell baselayout to use symlinks for /lib, /usr/lib, and /usr/local/lib SYMLINK_LIB="yes" + +# 2006/03/29 - Stefan Schweizer <genstef@gentoo.org> +# isdn USE flag defaults +USE="pppd isdnlog" diff --git a/profiles/default-linux/amd64/2006.0/make.defaults b/profiles/default-linux/amd64/2006.0/make.defaults index 2361b99c611f..c447b460fb49 100644 --- a/profiles/default-linux/amd64/2006.0/make.defaults +++ b/profiles/default-linux/amd64/2006.0/make.defaults @@ -1,6 +1,6 @@ # Copyright 1999-2005 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/profiles/default-linux/amd64/2006.0/make.defaults,v 1.11 2006/03/14 15:01:09 wolf31o2 Exp $ +# $Header: /var/cvsroot/gentoo-x86/profiles/default-linux/amd64/2006.0/make.defaults,v 1.12 2006/03/29 19:12:01 genstef Exp $ FEATURES="sandbox autoconfig" @@ -35,3 +35,7 @@ USE="nptl -nptlonly" # These are added to make dev-lang/php behave properly. See bug #120088 USE="${USE} apache2 cli ctype dba expat fastbuild force-cgi-redirect ftp gd memlimit nls pcre posix session simplexml soap sockets spl ssl tokenizer truetype xml xsl zlib" + +# 2006/03/29 - Stefan Schweizer <genstef@gentoo.org> +# isdn USE flag defaults +USE="${USE} pppd isdnlog" |