diff options
author | Seemant Kulleen <seemant@gentoo.org> | 2002-12-09 16:54:51 +0000 |
---|---|---|
committer | Seemant Kulleen <seemant@gentoo.org> | 2002-12-09 16:54:51 +0000 |
commit | 3daf0c1a2ad37a929b32d1ec1fc43e9076552b7c (patch) | |
tree | e5df83b6e320f27b452d070d2d185c3710747eef /profiles | |
parent | Ebuild for the latest IFC (diff) | |
download | gentoo-2-3daf0c1a2ad37a929b32d1ec1fc43e9076552b7c.tar.gz gentoo-2-3daf0c1a2ad37a929b32d1ec1fc43e9076552b7c.tar.bz2 gentoo-2-3daf0c1a2ad37a929b32d1ec1fc43e9076552b7c.zip |
replaced sparc64 KEYWORD with sparc
Diffstat (limited to 'profiles')
-rw-r--r-- | profiles/default-sparc64-1.0/make.defaults | 9 | ||||
-rw-r--r-- | profiles/default-sparc64-1.0/make.defaults.sparc | 9 | ||||
-rw-r--r-- | profiles/default-sparc64-1.4/make.defaults | 6 | ||||
-rw-r--r-- | profiles/default-sparc64-1.4/make.defaults.sparc | 4 |
4 files changed, 17 insertions, 11 deletions
diff --git a/profiles/default-sparc64-1.0/make.defaults b/profiles/default-sparc64-1.0/make.defaults index 113a2cc47ba2..5c6071a10540 100644 --- a/profiles/default-sparc64-1.0/make.defaults +++ b/profiles/default-sparc64-1.0/make.defaults @@ -13,9 +13,12 @@ slang spell ssl svga tcpd truetype X xml2 xmms xv" # These lines added by /usr/portage/profiles/default-sparc-1.0/scripts/generate-packages.sh # -# $Id: make.defaults,v 1.14 2002/09/03 22:41:02 drobbins Exp $ +# $Id: make.defaults,v 1.15 2002/12/09 16:54:51 seemant Exp $ # # $Log: make.defaults,v $ +# Revision 1.15 2002/12/09 16:54:51 seemant +# replaced sparc64 KEYWORD with sparc +# # Revision 1.14 2002/09/03 22:41:02 drobbins # adding "oss" to all profiles by default (yes, a good thing) # @@ -36,7 +39,7 @@ slang spell ssl svga tcpd truetype X xml2 xmms xv" # More changes # # -ARCH="sparc64" +ARCH="sparc" CHOST=sparc-unknown-linux-gnu PLATFORM=sparc64-unknown-linux-gnu @@ -53,5 +56,5 @@ CFLAGS="-O2 -pipe" CXXFLAGS=${CFLAGS} # USE arch:xxx keyword -ACCEPT_KEYWORDS="sparc64" +ACCEPT_KEYWORDS="sparc" # End of lines added by /usr/portage/profiles/default-sparc-1.0/scripts/generate-packages.sh diff --git a/profiles/default-sparc64-1.0/make.defaults.sparc b/profiles/default-sparc64-1.0/make.defaults.sparc index 22ee38c55050..ba4e34936135 100644 --- a/profiles/default-sparc64-1.0/make.defaults.sparc +++ b/profiles/default-sparc64-1.0/make.defaults.sparc @@ -1,7 +1,10 @@ # -# $Id: make.defaults.sparc,v 1.4 2002/07/04 13:39:46 murphy Exp $ +# $Id: make.defaults.sparc,v 1.5 2002/12/09 16:54:51 seemant Exp $ # # $Log: make.defaults.sparc,v $ +# Revision 1.5 2002/12/09 16:54:51 seemant +# replaced sparc64 KEYWORD with sparc +# # Revision 1.4 2002/07/04 13:39:46 murphy # Fixing to use ACCEPT_KEYWORDS # @@ -12,7 +15,7 @@ # More changes # # -ARCH="sparc64" +ARCH="sparc" CHOST=sparc-unknown-linux-gnu PLATFORM=sparc64-unknown-linux-gnu @@ -29,4 +32,4 @@ CFLAGS="-O2 -pipe" CXXFLAGS=${CFLAGS} # USE arch:xxx keyword -ACCEPT_KEYWORDS="sparc64" +ACCEPT_KEYWORDS="sparc" diff --git a/profiles/default-sparc64-1.4/make.defaults b/profiles/default-sparc64-1.4/make.defaults index 0cf3c551450a..1d2e68205f70 100644 --- a/profiles/default-sparc64-1.4/make.defaults +++ b/profiles/default-sparc64-1.4/make.defaults @@ -1,6 +1,6 @@ # Copyright 2002 Gentoo Technologies, Inc. # System-wide defaults for the gcc 3.2 Portage system -USE="sparc64 oss 3dnow apm arts avi berkdb crypt cups encode gdbm gif gpm gtk imlib +USE="oss 3dnow apm arts avi berkdb crypt cups encode gdbm gif gpm gtk imlib java jpeg kde gnome libg++ libwww mikmod mmx motif mpeg ncurses nls oggvorbis opengl pam pdflib png python qt qtmt quicktime readline sdl slang spell ssl tcpd truetype X xml2 xmms xv zlib" @@ -9,7 +9,7 @@ COMPILER="gcc3" # the ../default-sparc-1.0/scripts/build-rel.sh script and check the # changes that have occurred (cvs diff). # -ARCH="sparc64" +ARCH="sparc" CHOST=sparc-unknown-linux-gnu PLATFORM=sparc64-unknown-linux-gnu @@ -26,4 +26,4 @@ CFLAGS="-O2 -pipe" CXXFLAGS=${CFLAGS} # USE arch:xxx keyword -ACCEPT_KEYWORDS="sparc64" +ACCEPT_KEYWORDS="sparc" diff --git a/profiles/default-sparc64-1.4/make.defaults.sparc b/profiles/default-sparc64-1.4/make.defaults.sparc index fb26847da9e0..8c94a88dfd35 100644 --- a/profiles/default-sparc64-1.4/make.defaults.sparc +++ b/profiles/default-sparc64-1.4/make.defaults.sparc @@ -2,7 +2,7 @@ # the ../default-sparc-1.0/scripts/build-rel.sh script and check the # changes that have occurred (cvs diff). # -ARCH="sparc64" +ARCH="sparc" CHOST=sparc-unknown-linux-gnu # Options passed to make during the build process @@ -18,4 +18,4 @@ CFLAGS="-O2 -pipe" CXXFLAGS=${CFLAGS} # USE arch:xxx keyword -ACCEPT_KEYWORDS="sparc64" +ACCEPT_KEYWORDS="sparc" |