blob: 22c4cffd3ac253cec962f1ef0bfafe1bcff4472f (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
|
# Copyright 1999-2011 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/profiles/targets/developer/make.defaults,v 1.11 2011/10/02 17:09:23 phajdan.jr Exp $
FEATURES="collision-protect multilib-strict sign splitdebug test test-fail-continue userpriv usersandbox"
# Disable branding (from desktop)
USE="-branding"
# As much as it pains me, we hope that developers know what they're doing.
I_KNOW_WHAT_I_AM_DOING="yes"
# Log eqawarn messages
PORTAGE_ELOG_CLASSES="${PORTAGE_ELOG_CLASSES} qa"
|