diff options
author | Chris Gianelloni <wolf31o2@gentoo.org> | 2006-01-31 23:24:12 +0000 |
---|---|---|
committer | Chris Gianelloni <wolf31o2@gentoo.org> | 2006-01-31 23:24:12 +0000 |
commit | 6251b2424c3ecf3eb6bf42a94f1f5058cb6d2fe9 (patch) | |
tree | ca0b6314caf8c4d18c8fbca75a2808e16d69b176 /profiles | |
parent | Removing unused GRP_STAGE23_USE as it was only used by very old versions of c... (diff) | |
download | gentoo-2-6251b2424c3ecf3eb6bf42a94f1f5058cb6d2fe9.tar.gz gentoo-2-6251b2424c3ecf3eb6bf42a94f1f5058cb6d2fe9.tar.bz2 gentoo-2-6251b2424c3ecf3eb6bf42a94f1f5058cb6d2fe9.zip |
Commenting unused GRP_STAGE23_USE as it was only used by a very old version of catalyst. However, due to the way this profile is constructed, I am leaving it actually in here for someone more well-versed on sh to make the final decision.
Diffstat (limited to 'profiles')
-rw-r--r-- | profiles/default-linux/m68k/make.defaults | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/profiles/default-linux/m68k/make.defaults b/profiles/default-linux/m68k/make.defaults index c2b4c61f0240..0138bbb11a73 100644 --- a/profiles/default-linux/m68k/make.defaults +++ b/profiles/default-linux/m68k/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/m68k/make.defaults,v 1.3 2005/04/16 08:17:38 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/profiles/default-linux/m68k/make.defaults,v 1.4 2006/01/31 23:24:12 wolf31o2 Exp $ ARCH="m68k" ACCEPT_KEYWORDS="m68k" @@ -11,6 +11,8 @@ CXXFLAGS="${CFLAGS}" FEATURES="-sandbox sfperms" -GRP_STAGE23_USE="ipv6 pam tcpd readline nls ssl gpm perl python berkdb ncurses" +# I am commenting these out simply because I don't know if they want to be +# transferred to USE or not. --wolf31o2 +#GRP_STAGE23_USE="ipv6 pam tcpd readline nls ssl gpm perl python berkdb ncurses" USE="crypt ncurses readline ssl zlib" |