diff options
author | Chris Gianelloni <wolf31o2@gentoo.org> | 2006-01-24 16:26:52 +0000 |
---|---|---|
committer | Chris Gianelloni <wolf31o2@gentoo.org> | 2006-01-24 16:26:52 +0000 |
commit | 21d86830de38c03799c46d185eac2edd5e595bbd (patch) | |
tree | aa75c0807675717f4a5c41735f0784870d5abf71 /profiles | |
parent | Removed deprecated USE flags. (diff) | |
download | gentoo-2-21d86830de38c03799c46d185eac2edd5e595bbd.tar.gz gentoo-2-21d86830de38c03799c46d185eac2edd5e595bbd.tar.bz2 gentoo-2-21d86830de38c03799c46d185eac2edd5e595bbd.zip |
Removed redundant (and unused) GRP_STAGE23_USE.
Diffstat (limited to 'profiles')
-rw-r--r-- | profiles/default-linux/mips/2006.0/make.defaults | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/profiles/default-linux/mips/2006.0/make.defaults b/profiles/default-linux/mips/2006.0/make.defaults index 8fc42d1b39cc..d66af0efa748 100644 --- a/profiles/default-linux/mips/2006.0/make.defaults +++ b/profiles/default-linux/mips/2006.0/make.defaults @@ -1,6 +1,6 @@ # Copyright 2004 Gentoo Foundation. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/profiles/default-linux/mips/2006.0/make.defaults,v 1.1 2006/01/22 19:08:02 kumba Exp $ +# $Header: /var/cvsroot/gentoo-x86/profiles/default-linux/mips/2006.0/make.defaults,v 1.2 2006/01/24 16:26:52 wolf31o2 Exp $ ARCH="mips" @@ -16,5 +16,3 @@ ACCEPT_KEYWORDS="mips" STAGE1_USE="pam" USE="readline gpm berkdb gdbm tcpd pam libwww ssl nls perl python sdl mips -multilib nomultilib -n32 -n64" -GRP_STAGE23_USE="readline gpm berkdb gdbm tcpd pam libwww ssl nls perl python sdl mips -multilib nomultilib -n32 -n64" - |