blob: 69d37a780d79e8ffb18349dd1f3f954e0850c855 (
plain)
1
2
3
4
5
6
7
8
9
10
|
# Copyright 1999-2004 Gentoo Foundation.
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/profiles/hardened/x86/2.6/make.defaults,v 1.1 2004/08/05 20:33:32 solar Exp $
ARCH="x86"
ACCEPT_KEYWORDS="${ARCH} ~${ARCH}"
GRP_STAGE23_USE="${ARCH} berkdb crypt readline nls ssl tcpd zlib pam pic pie hardened"
USE="${ARCH} hardened berkdb crypt readline nls ssl tcpd zlib pam pic pie hardened"
PORTDIR=/usr/portage/
PKGDIR=${PORTDIR}/packages/${ARCH}/
|