blob: 08a7693cc678ff8fb5609d61ed96c204358015a5 (
plain)
1
2
3
4
5
6
7
8
9
10
|
# Copyright 1999-2007 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/profiles/default-linux/sparc/sparc64/2007.0/make.defaults,v 1.2 2007/08/08 19:27:26 dev-zero Exp $
# We build stage1 against this
STAGE1_USE="nptl nptlonly unicode"
# These USE flags are what is common between the various sub-profiles. Stages 2
# and 3 are built against these, so be careful what you add.
USE="cups gdbm gpm nptl nptlonly ppds unicode"
|