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/ppc64 | |
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/ppc64')
-rw-r--r-- | profiles/hardened/ppc64/make.defaults | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/profiles/hardened/ppc64/make.defaults b/profiles/hardened/ppc64/make.defaults index 0f4de9e291c7..1e895cbff144 100644 --- a/profiles/hardened/ppc64/make.defaults +++ b/profiles/hardened/ppc64/make.defaults @@ -1,10 +1,10 @@ # Copyright 2005 Gentoo Foundation. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/profiles/hardened/ppc64/make.defaults,v 1.7 2007/01/28 17:20:18 phreak Exp $ +# $Header: /var/cvsroot/gentoo-x86/profiles/hardened/ppc64/make.defaults,v 1.8 2007/02/20 22:43:17 wolf31o2 Exp $ ARCH="ppc64" ACCEPT_KEYWORDS="${ARCH}" -USE="${ARCH} berkdb crypt dlloader hardened pam pic readline ssl zlib" +USE="${ARCH} berkdb crypt hardened pam pic readline ssl zlib" # ppc64 CHOST="powerpc64-unknown-linux-gnu" |