diff options
author | Chris Gianelloni <wolf31o2@gentoo.org> | 2006-05-18 14:22:13 +0000 |
---|---|---|
committer | Chris Gianelloni <wolf31o2@gentoo.org> | 2006-05-18 14:22:13 +0000 |
commit | fea94cb78c69c70f4f10b250764d21f039dfe9e9 (patch) | |
tree | 36283829673b54093e21b039660f4a23ca02cc05 /profiles | |
parent | Added -ppd -isdnlog since I'm about to add them to default-linux and I don't ... (diff) | |
download | gentoo-2-fea94cb78c69c70f4f10b250764d21f039dfe9e9.tar.gz gentoo-2-fea94cb78c69c70f4f10b250764d21f039dfe9e9.tar.bz2 gentoo-2-fea94cb78c69c70f4f10b250764d21f039dfe9e9.zip |
Moved ppd isdnlog to make.default's USE and removed it from various sub-profiles.
Diffstat (limited to 'profiles')
-rw-r--r-- | profiles/default-linux/amd64/make.defaults | 6 | ||||
-rw-r--r-- | profiles/default-linux/make.defaults | 6 | ||||
-rw-r--r-- | profiles/default-linux/ppc/2005.0/make.defaults | 6 | ||||
-rw-r--r-- | profiles/default-linux/ppc/2005.1/ppc/make.defaults | 6 | ||||
-rw-r--r-- | profiles/default-linux/ppc/ppc32/2006.0/make.defaults | 6 | ||||
-rw-r--r-- | profiles/default-linux/x86/2005.0/make.defaults | 6 | ||||
-rw-r--r-- | profiles/default-linux/x86/2005.1/make.defaults | 6 | ||||
-rw-r--r-- | profiles/default-linux/x86/2006.0/make.defaults | 6 | ||||
-rw-r--r-- | profiles/default-linux/x86/dev/2006.1/make.defaults | 6 | ||||
-rw-r--r-- | profiles/default-linux/x86/no-nptl/make.defaults | 6 |
10 files changed, 14 insertions, 46 deletions
diff --git a/profiles/default-linux/amd64/make.defaults b/profiles/default-linux/amd64/make.defaults index ce79275da850..7c76af3bbcc7 100644 --- a/profiles/default-linux/amd64/make.defaults +++ b/profiles/default-linux/amd64/make.defaults @@ -1,6 +1,6 @@ # Copyright 1999-2006 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/profiles/default-linux/amd64/make.defaults,v 1.13 2006/04/19 14:48:01 wolf31o2 Exp $ +# $Header: /var/cvsroot/gentoo-x86/profiles/default-linux/amd64/make.defaults,v 1.14 2006/05/18 14:22:12 wolf31o2 Exp $ # Default USE flags for amd64 (Systems and GRP) USE="alsa avi berkdb crypt cups eds emboss encode foomaticdb gif gnome gpm gstreamer gtk gtk2 imlib ipv6 jpeg kde lzw lzw-tiff mp3 mpeg ncurses nls opengl pam pdflib perl png python qt quicktime readline sdl spell ssl tcpd tiff usb zlib X xpm xv zlib -java" @@ -12,7 +12,3 @@ CHOST="x86_64-pc-linux-gnu" CFLAGS="-O2 -pipe" CXXFLAGS="${CFLAGS}" - -# 2006/03/29 - Stefan Schweizer <genstef@gentoo.org> -# isdn USE flag defaults -USE="${USE} pppd isdnlog" diff --git a/profiles/default-linux/make.defaults b/profiles/default-linux/make.defaults index 649430f93f97..33baaa23fa09 100644 --- a/profiles/default-linux/make.defaults +++ b/profiles/default-linux/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/make.defaults,v 1.18 2006/04/21 09:11:32 spyderous Exp $ +# $Header: /var/cvsroot/gentoo-x86/profiles/default-linux/make.defaults,v 1.19 2006/05/18 14:22:12 wolf31o2 Exp $ # # System-wide defaults for the Portage system # See portage(5) manpage @@ -20,6 +20,10 @@ USE="${USE} fortran" # Modular X: Support direct rendering by default USE="${USE} dri" +# 2006/03/29 - Stefan Schweizer <genstef@gentoo.org> +# isdn USE flag defaults +USE="${USE} pppd isdnlog" + # 2006/04/19 - Chris Gianelloni <wolf31o2@gentoo.org> # Make sure dev-lang/php works right. See bug #120088 for more info. USE="${USE} cli pcre reflection session spl" diff --git a/profiles/default-linux/ppc/2005.0/make.defaults b/profiles/default-linux/ppc/2005.0/make.defaults index 30878136bbe1..f2b33ac25bb8 100644 --- a/profiles/default-linux/ppc/2005.0/make.defaults +++ b/profiles/default-linux/ppc/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/ppc/2005.0/make.defaults,v 1.13 2006/03/29 19:15:16 genstef Exp $ +# $Header: /var/cvsroot/gentoo-x86/profiles/default-linux/ppc/2005.0/make.defaults,v 1.14 2006/05/18 14:22:12 wolf31o2 Exp $ ARCH="ppc" ACCEPT_KEYWORDS="ppc" @@ -15,7 +15,3 @@ STAGE1_USE="unicode" GRP_STAGE23_USE="berkdb gpm ipv6 ncurses nls pam perl python readline ssl tcpd unicode" USE="alsa berkdb bitmap-fonts crypt cups emboss fortran gif gnome gpm gtk gtk2 ipv6 jpeg kde libwww mp3 motif mpeg ncurses nls oggvorbis opengl pam pdflib perl png python qt readline spell ssl tcpd truetype truetype-fonts type1-fonts X xml2 xv unicode zlib" - -# 2006/03/29 - Stefan Schweizer <genstef@gentoo.org> -# isdn USE flag defaults -USE="${USE} pppd isdnlog" diff --git a/profiles/default-linux/ppc/2005.1/ppc/make.defaults b/profiles/default-linux/ppc/2005.1/ppc/make.defaults index 7510d068c714..a703d594e58f 100644 --- a/profiles/default-linux/ppc/2005.1/ppc/make.defaults +++ b/profiles/default-linux/ppc/2005.1/ppc/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/ppc/2005.1/ppc/make.defaults,v 1.5 2006/03/29 19:15:16 genstef Exp $ +# $Header: /var/cvsroot/gentoo-x86/profiles/default-linux/ppc/2005.1/ppc/make.defaults,v 1.6 2006/05/18 14:22:12 wolf31o2 Exp $ ARCH="ppc" ACCEPT_KEYWORDS="ppc" @@ -13,7 +13,3 @@ FEATURES="sandbox sfperms" STAGE1_USE="unicode" USE="${STAGE1_USE} berkdb gpm ipv6 ncurses nls pam perl python readline ssl tcpd alsa bitmap-fonts crypt cups eds emboss fortran gif gnome gstreamer gtk gtk2 jpeg kde libwww mp3 motif mpeg ogg oggvorbis opengl pdflib png qt spell truetype truetype-fonts type1-fonts vorbis X xml2 xv zlib" - -# 2006/03/29 - Stefan Schweizer <genstef@gentoo.org> -# isdn USE flag defaults -USE="${USE} pppd isdnlog" diff --git a/profiles/default-linux/ppc/ppc32/2006.0/make.defaults b/profiles/default-linux/ppc/ppc32/2006.0/make.defaults index ee788635eb3b..192640bf71d7 100644 --- a/profiles/default-linux/ppc/ppc32/2006.0/make.defaults +++ b/profiles/default-linux/ppc/ppc32/2006.0/make.defaults @@ -1,10 +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/ppc/ppc32/2006.0/make.defaults,v 1.4 2006/04/19 14:48:02 wolf31o2 Exp $ +# $Header: /var/cvsroot/gentoo-x86/profiles/default-linux/ppc/ppc32/2006.0/make.defaults,v 1.5 2006/05/18 14:22:12 wolf31o2 Exp $ STAGE1_USE="unicode" USE="${STAGE1_USE} alsa apache2 apm arts avi bitmap-fonts bonobo cdr cups dvd eds emboss encode esd foomaticdb fortran gdbm gif gnome gpm gstreamer gtk gtk2 gtkhtml imlib jpeg kde ldap libg++ libwww mad mikmod motif mozilla mp3 mpeg ogg opengl pam pdflib png qt quicktime ruby sdl spell truetype truetype-fonts type1-fonts udev vorbis X xml xmms xv" - -# 2006/03/29 - Stefan Schweizer <genstef@gentoo.org> -# isdn USE flag defaults -USE="${USE} pppd isdnlog" diff --git a/profiles/default-linux/x86/2005.0/make.defaults b/profiles/default-linux/x86/2005.0/make.defaults index a27fe3cbb918..78f2e1aa8577 100644 --- a/profiles/default-linux/x86/2005.0/make.defaults +++ b/profiles/default-linux/x86/2005.0/make.defaults @@ -1,9 +1,5 @@ # Copyright 1999-2005 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/profiles/default-linux/x86/2005.0/make.defaults,v 1.10 2006/03/29 19:09:24 genstef Exp $ +# $Header: /var/cvsroot/gentoo-x86/profiles/default-linux/x86/2005.0/make.defaults,v 1.11 2006/05/18 14:22:12 wolf31o2 Exp $ USE="alsa apm arts avi berkdb bitmap-fonts crypt cups eds emboss encode fortran foomaticdb gdbm gif gnome gpm gstreamer gtk gtk2 imlib ipv6 jpeg kde libg++ libwww mad mikmod motif mp3 mpeg ncurses nls ogg oggvorbis opengl oss pam pdflib perl png python qt quicktime readline sdl spell ssl tcpd truetype truetype-fonts type1-fonts vorbis X xml2 xmms xv zlib" - -# 2006/03/29 - Stefan Schweizer <genstef@gentoo.org> -# isdn USE flag defaults -USE="${USE} pppd isdnlog" diff --git a/profiles/default-linux/x86/2005.1/make.defaults b/profiles/default-linux/x86/2005.1/make.defaults index 827d691bb429..5c188aaf8b68 100644 --- a/profiles/default-linux/x86/2005.1/make.defaults +++ b/profiles/default-linux/x86/2005.1/make.defaults @@ -1,9 +1,5 @@ # Copyright 1999-2005 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/profiles/default-linux/x86/2005.1/make.defaults,v 1.6 2006/03/29 19:09:24 genstef Exp $ +# $Header: /var/cvsroot/gentoo-x86/profiles/default-linux/x86/2005.1/make.defaults,v 1.7 2006/05/18 14:22:12 wolf31o2 Exp $ USE="alsa apm arts avi bitmap-fonts cups eds emboss encode fortran foomaticdb gdbm gif gnome gpm gstreamer gtk gtk2 imlib jpeg kde libg++ libwww mad mikmod motif mp3 mpeg ogg oggvorbis opengl oss pdflib png qt quicktime sdl spell truetype truetype-fonts type1-fonts vorbis X xml2 xmms xv" - -# 2006/03/29 - Stefan Schweizer <genstef@gentoo.org> -# isdn USE flag defaults -USE="${USE} pppd isdnlog" diff --git a/profiles/default-linux/x86/2006.0/make.defaults b/profiles/default-linux/x86/2006.0/make.defaults index 93f73ce31d0b..b16a59650c40 100644 --- a/profiles/default-linux/x86/2006.0/make.defaults +++ b/profiles/default-linux/x86/2006.0/make.defaults @@ -1,13 +1,9 @@ # Copyright 1999-2005 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/profiles/default-linux/x86/2006.0/make.defaults,v 1.9 2006/04/19 14:48:02 wolf31o2 Exp $ +# $Header: /var/cvsroot/gentoo-x86/profiles/default-linux/x86/2006.0/make.defaults,v 1.10 2006/05/18 14:22:13 wolf31o2 Exp $ # This is currently commented so that the stage1 tarball can also be used to # build no-nptl systems. #STAGE1_USE="nptl" USE="alsa apache2 apm arts avi cups eds emboss encode esd foomaticdb gdbm gif gnome gpm gstreamer gtk gtk2 imlib jpeg kde libg++ libwww mad mikmod motif mp3 mpeg nptl ogg opengl oss pdflib png qt quicktime sdl spell truetype udev vorbis X xml xmms xv" - -# 2006/03/29 - Stefan Schweizer <genstef@gentoo.org> -# isdn USE flag defaults -USE="${USE} pppd isdnlog" diff --git a/profiles/default-linux/x86/dev/2006.1/make.defaults b/profiles/default-linux/x86/dev/2006.1/make.defaults index 69c71fd342c4..d17e94f92317 100644 --- a/profiles/default-linux/x86/dev/2006.1/make.defaults +++ b/profiles/default-linux/x86/dev/2006.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/x86/dev/2006.1/make.defaults,v 1.3 2006/03/29 19:09:24 genstef Exp $ +# $Header: /var/cvsroot/gentoo-x86/profiles/default-linux/x86/dev/2006.1/make.defaults,v 1.4 2006/05/18 14:22:13 wolf31o2 Exp $ # This is currently commented so that the stage1 tarball can also be used to # build no-nptl systems. @@ -11,7 +11,3 @@ USE="cups foomaticdb gdbm gpm ldap libg++ nptl nptlonly udev" # By default, we enable keyboard and mouse support for the modular X.Org server. INPUT_DEVICES="mouse keyboard" - -# 2006/03/29 - Stefan Schweizer <genstef@gentoo.org> -# isdn USE flag defaults -USE="${USE} pppd isdnlog" diff --git a/profiles/default-linux/x86/no-nptl/make.defaults b/profiles/default-linux/x86/no-nptl/make.defaults index 694921deef7a..c25008728848 100644 --- a/profiles/default-linux/x86/no-nptl/make.defaults +++ b/profiles/default-linux/x86/no-nptl/make.defaults @@ -1,11 +1,7 @@ # Copyright 1999-2005 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/profiles/default-linux/x86/no-nptl/make.defaults,v 1.6 2006/04/19 14:48:02 wolf31o2 Exp $ +# $Header: /var/cvsroot/gentoo-x86/profiles/default-linux/x86/no-nptl/make.defaults,v 1.7 2006/05/18 14:22:13 wolf31o2 Exp $ STAGE1_USE="-nptl" USE="alsa apm arts avi bitmap-fonts cups eds emboss encode fortran foomaticdb gdbm gif gnome gpm gstreamer gtk gtk2 imlib jpeg kde libg++ libwww mad mikmod motif mp3 mpeg -nptl ogg opengl oss pdflib png qt quicktime sdl spell truetype truetype-fonts type1-fonts vorbis X xml xmms xv" - -# 2006/03/29 - Stefan Schweizer <genstef@gentoo.org> -# isdn USE flag defaults -USE="${USE} pppd isdnlog" |