diff options
author | Chris Gianelloni <wolf31o2@gentoo.org> | 2006-01-31 23:09:37 +0000 |
---|---|---|
committer | Chris Gianelloni <wolf31o2@gentoo.org> | 2006-01-31 23:09:37 +0000 |
commit | 41fb2d046341a64d2622ff62c5defa8b254ec865 (patch) | |
tree | 231691b6ac2e1743170ba33884d3c591dd8f5f8e /profiles/default-linux/alpha | |
parent | Fixed HOMEPAGE and SRC_URI. (diff) | |
download | gentoo-2-41fb2d046341a64d2622ff62c5defa8b254ec865.tar.gz gentoo-2-41fb2d046341a64d2622ff62c5defa8b254ec865.tar.bz2 gentoo-2-41fb2d046341a64d2622ff62c5defa8b254ec865.zip |
Removing unused GRP_STAGE23_USE as it was only used by very old versions of catalyst.
Diffstat (limited to 'profiles/default-linux/alpha')
-rw-r--r-- | profiles/default-linux/alpha/2004.3/make.defaults | 4 | ||||
-rw-r--r-- | profiles/default-linux/alpha/2005.0/make.defaults | 4 |
2 files changed, 2 insertions, 6 deletions
diff --git a/profiles/default-linux/alpha/2004.3/make.defaults b/profiles/default-linux/alpha/2004.3/make.defaults index ac0e78ec5074..07f33760bfb6 100644 --- a/profiles/default-linux/alpha/2004.3/make.defaults +++ b/profiles/default-linux/alpha/2004.3/make.defaults @@ -1,12 +1,10 @@ # Copyright 1999-2005 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/profiles/default-linux/alpha/2004.3/make.defaults,v 1.8 2005/05/06 21:46:26 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/profiles/default-linux/alpha/2004.3/make.defaults,v 1.9 2006/01/31 23:09:37 wolf31o2 Exp $ # # System-wide defaults for the Portage system # See portage(5) manpage -GRP_STAGE23_USE="ipv6 pam tcpd readline nls ssl gpm perl python berkdb acl ncurses" - # Please avoid enabling things by default in here if possible. Understand any # implications with core packages. For example, if "java" is in USE and db # has a conditional dependency on java (which it does,) then a JDK will be diff --git a/profiles/default-linux/alpha/2005.0/make.defaults b/profiles/default-linux/alpha/2005.0/make.defaults index a3157dc602b5..a67f62ff62df 100644 --- a/profiles/default-linux/alpha/2005.0/make.defaults +++ b/profiles/default-linux/alpha/2005.0/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/alpha/2005.0/make.defaults,v 1.3 2005/12/06 15:22:28 wolf31o2 Exp $ +# $Header: /var/cvsroot/gentoo-x86/profiles/default-linux/alpha/2005.0/make.defaults,v 1.4 2006/01/31 23:09:37 wolf31o2 Exp $ ARCH="alpha" ACCEPT_KEYWORDS="alpha" @@ -9,8 +9,6 @@ CHOST="alpha-unknown-linux-gnu" CFLAGS="-O2 -pipe" CXXFLAGS="${CFLAGS}" -GRP_STAGE23_USE="ipv6 pam tcpd readline nls ssl gpm perl python berkdb ncurses" - # Please avoid enabling things by default in here if possible. Understand any # implications with core packages. For example, if "java" is in USE and db # has a conditional dependency on java (which it does,) then a JDK will be |