diff options
author | Ned Ludd <solar@gentoo.org> | 2003-11-20 19:00:10 +0000 |
---|---|---|
committer | Ned Ludd <solar@gentoo.org> | 2003-11-20 19:00:10 +0000 |
commit | 613e31e137b3b790c9212410f4576e16883c61b5 (patch) | |
tree | ed6f41cf314680250ef3120923010e672eee961c /profiles | |
parent | metadata (diff) | |
download | gentoo-2-613e31e137b3b790c9212410f4576e16883c61b5.tar.gz gentoo-2-613e31e137b3b790c9212410f4576e16883c61b5.tar.bz2 gentoo-2-613e31e137b3b790c9212410f4576e16883c61b5.zip |
embedded herd is reserving the embedded USE flag
Diffstat (limited to 'profiles')
-rw-r--r-- | profiles/embedded/uclibc-x86-1.4/make.defaults | 6 | ||||
-rw-r--r-- | profiles/use.desc | 4 |
2 files changed, 7 insertions, 3 deletions
diff --git a/profiles/embedded/uclibc-x86-1.4/make.defaults b/profiles/embedded/uclibc-x86-1.4/make.defaults index a5485e1b3130..c2e19e4c6174 100644 --- a/profiles/embedded/uclibc-x86-1.4/make.defaults +++ b/profiles/embedded/uclibc-x86-1.4/make.defaults @@ -2,7 +2,11 @@ # uClibc defaults for the gcc portage -USE="x86 embedded uclibc" +USE="x86 uclibc" + +# the embedded USE flag is not currently valid but the +# embedded herd has reserved it for future use. +#USE="x86 embedded uclibc" ARCH="x86" COMPILER="gcc3" diff --git a/profiles/use.desc b/profiles/use.desc index a87dd5a5e699..1cc56901d12f 100644 --- a/profiles/use.desc +++ b/profiles/use.desc @@ -1,6 +1,6 @@ # Copyright 1999-2003 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/profiles/use.desc,v 1.121 2003/11/09 22:30:42 lu_zero Exp $ +# $Header: /var/cvsroot/gentoo-x86/profiles/use.desc,v 1.122 2003/11/20 18:59:14 solar Exp $ 3dfx - Adds support for 3dfx video cards to XFree86. See: voodoo3 3dnow - Adds support for 3dnow multimedia processor instructions @@ -35,6 +35,7 @@ doc - Adds extra documentation (API, Javadoc, etc) dvb - Adds support for DVB (Digital Video Broadcasting) dvd - Adds support for DVDs dvdr - Adds support for DVD writer hardware (e.g. in xcdroast) +#embedded - Reserved flag for the embedded herd emacs - Adds support for GNU Emacs emacs-w3 - Add support for Emacs/W3 where applicable encode - Adds support for MEncoder or LaME encoder, wherever applicable @@ -169,7 +170,6 @@ xv - Adds in optional support for the Xvideo extension (an X API for video playb zeo - Adds support for Zope Enterprise Objects zlib - Adds support for zlib (de)compression - # The following flags are NOT to be set or unset by users x86 - indicates that architecture is x86 ppc - indicates that architecture is PowerPC |