diff options
author | 2007-02-20 22:43:17 +0000 | |
---|---|---|
committer | 2007-02-20 22:43:17 +0000 | |
commit | 27e8716f81571bf8c7604cfc288da978826b65c8 (patch) | |
tree | 24bd3256c2cd8d6e3ef8c32121612c95ce407d06 /profiles/hardened/ppc | |
parent | stable x86; bug 160027 (diff) | |
download | historical-27e8716f81571bf8c7604cfc288da978826b65c8.tar.gz historical-27e8716f81571bf8c7604cfc288da978826b65c8.tar.bz2 historical-27e8716f81571bf8c7604cfc288da978826b65c8.zip |
Removed all of the last instances of dlloader in the tree and also made sure nobody had GRP_STAGE23_USE anymore, since catalyst hasn't used it for well over a year.
Diffstat (limited to 'profiles/hardened/ppc')
-rw-r--r-- | profiles/hardened/ppc/make.defaults | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/profiles/hardened/ppc/make.defaults b/profiles/hardened/ppc/make.defaults index 9be455ceb755..4bca7ed08f4a 100644 --- a/profiles/hardened/ppc/make.defaults +++ b/profiles/hardened/ppc/make.defaults @@ -1,11 +1,10 @@ # Copyright 2005 Gentoo Foundation. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/profiles/hardened/ppc/make.defaults,v 1.6 2007/01/28 17:20:18 phreak Exp $ +# $Header: /var/cvsroot/gentoo-x86/profiles/hardened/ppc/make.defaults,v 1.7 2007/02/20 22:43:17 wolf31o2 Exp $ ARCH="ppc" ACCEPT_KEYWORDS="${ARCH}" -GRP_STAGE23_USE="${ARCH} berkdb crypt dlloader hardened nls pam pic readline ssl tcpd zlib" -USE="${ARCH} dlloader ${GRP_STAGE23_USE}" +USE="${ARCH} berkdb crypt hardened nls pam pic readline ssl tcpd zlib" # ppc CHOST="powerpc-unknown-linux-gnu" |