diff options
author | Daniel Robbins <drobbins@gentoo.org> | 2002-04-17 19:45:38 +0000 |
---|---|---|
committer | Daniel Robbins <drobbins@gentoo.org> | 2002-04-17 19:45:38 +0000 |
commit | 3b5235b2f9155e6a48f8baed6c2840030061d0a5 (patch) | |
tree | 01ae5079d61bb2b8c5587f93dc8e7df9e5af2c89 /profiles | |
parent | changed htdig dep to glimpse - works much better (diff) | |
download | gentoo-2-3b5235b2f9155e6a48f8baed6c2840030061d0a5.tar.gz gentoo-2-3b5235b2f9155e6a48f8baed6c2840030061d0a5.tar.bz2 gentoo-2-3b5235b2f9155e6a48f8baed6c2840030061d0a5.zip |
added ARCH settings
Diffstat (limited to 'profiles')
-rw-r--r-- | profiles/default-1.0-gcc3/make.defaults | 1 | ||||
-rw-r--r-- | profiles/default-1.0/make.defaults | 1 | ||||
-rw-r--r-- | profiles/default-sparc-1.0/make.defaults | 2 | ||||
-rw-r--r-- | profiles/default-sparc64-1.0/make.defaults | 2 | ||||
-rw-r--r-- | profiles/use.desc | 14 |
5 files changed, 11 insertions, 9 deletions
diff --git a/profiles/default-1.0-gcc3/make.defaults b/profiles/default-1.0-gcc3/make.defaults index 8969a75bf0dd..6de51be5c96b 100644 --- a/profiles/default-1.0-gcc3/make.defaults +++ b/profiles/default-1.0-gcc3/make.defaults @@ -3,3 +3,4 @@ USE="xv slang readline gpm berkdb mmx 3dnow gdbm tcpd pam libwww ssl nls mitshm arts cups lame perl python esd gif imlib sdl oggvorbis gnome gtk X qt kde motif opengl avi" +ARCH="x86" diff --git a/profiles/default-1.0/make.defaults b/profiles/default-1.0/make.defaults index 791dee54c8e4..06d18e7e0c3a 100644 --- a/profiles/default-1.0/make.defaults +++ b/profiles/default-1.0/make.defaults @@ -2,3 +2,4 @@ # System-wide defaults for the Portage system USE="xv slang readline gpm berkdb mmx 3dnow gdbm tcpd pam libwww ssl nls mitshm arts lame perl python esd imlib sdl oggvorbis gnome gtk X qt kde motif opengl avi jpeg png tiff gif" +ARCH="x86" diff --git a/profiles/default-sparc-1.0/make.defaults b/profiles/default-sparc-1.0/make.defaults index 069e8d080717..293da25ae306 100644 --- a/profiles/default-sparc-1.0/make.defaults +++ b/profiles/default-sparc-1.0/make.defaults @@ -4,6 +4,6 @@ # System-wide defaults for the Portage system USE="xv slang readline gpm berkdb mmx 3dnow gdbm tcpd pam libwww ssl nls mitshm arts lame perl python esd gif imlib sdl oggvorbis gnome gtk X qt kde motif opengl avi png tiff gif" - +ARCH="sparc" # These lines added by scripts/generate-packages.sh ----------------------- # End of lines added by scripts/generate-packages.sh ---------------------- diff --git a/profiles/default-sparc64-1.0/make.defaults b/profiles/default-sparc64-1.0/make.defaults index 4b858de9f4b6..2dffb2bc0cd2 100644 --- a/profiles/default-sparc64-1.0/make.defaults +++ b/profiles/default-sparc64-1.0/make.defaults @@ -4,6 +4,6 @@ # System-wide defaults for the Portage system USE="xv slang readline gpm berkdb mmx 3dnow gdbm tcpd pam libwww ssl nls mitshm arts lame perl python esd gif imlib sdl oggvorbis gnome gtk X qt kde motif opengl avi png tiff gif" - +ARCH="sparc64" # These lines added by ../default-sparc-1.0/scripts/generate-packages.sh ----------------------- # End of lines added by ../default-sparc-1.0/scripts/generate-packages.sh ---------------------- diff --git a/profiles/use.desc b/profiles/use.desc index 9165a2195db1..f6fdc8eaf9fc 100644 --- a/profiles/use.desc +++ b/profiles/use.desc @@ -63,7 +63,7 @@ libg++ - Adds C++ modules in dev-db/postgresql (libpq++) libgda - Adds GNU Data Access (CORBA wrapper) support for gnumeric libwww - Adds libwww support (General purpose WEB API) matrox - Adds Matrox MGA support to mplayer -mikmod - +mikmod - Adds libmikmod support to allow playing of SoundTracker-style music files mmx - Adds support for optimizations for Pentium MMX and Athlon class processors motif - Adds motif support (Open Motif) mozaccess-builtin - Adds text-to-speech and eventually braille support mozilla @@ -93,16 +93,16 @@ pnp - Adds support for PNP in pcmcia-cs (Plug-N-Play) postgres - Adds support for the postgresql database python - Adds support/bindings for the Python language qt - Adds support for the Qt library. -qtmt +qtmt - Adds support for multithreaded QT, I believe (drobbins wrote this) quicktime - Adds support for OpenQuickTime -readline +readline - enables support for libreadline, a GNU line-editing library that most everyone wants. ruby - Adds support/bindings for the Ruby language samba - Adds support for SAMBA sdl - Adds support for Simple Direct Layer (media library) -slang +slang - Adds support for the slang text display library (it's like ncurses, but different) slp -snmp -socks5 +snmp - Adds support for the Simple Network Management Protocol if available +socks5 - Adds support for the socks5 proxy spell - Adds dictionary support sse - fast floating point optimisation for Pentium class chips ssl - Adds support for Secure Socket Layer connections @@ -120,5 +120,5 @@ xface xml - Check/Support flag for XML library (version 1) xml2 - Check/Support flag for XML library (version 2) xmms - Check/Support for XMMS (X MultiMedia System) player. -xv +xv - Adds in optional support for the Xvideo extension (an X API for video playback) zeo |