summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarkos Chandras <hwoarang@gentoo.org>2010-07-11 21:19:09 +0000
committerMarkos Chandras <hwoarang@gentoo.org>2010-07-11 21:19:09 +0000
commitdddcaafc5fecf3c78536b51055fdbcb9b54d0b64 (patch)
tree698fc595e8f09648e103b5f2fbe5d2cc4778d9b6 /profiles
parentamd64 stable - 31333 (diff)
downloadhistorical-dddcaafc5fecf3c78536b51055fdbcb9b54d0b64.tar.gz
historical-dddcaafc5fecf3c78536b51055fdbcb9b54d0b64.tar.bz2
historical-dddcaafc5fecf3c78536b51055fdbcb9b54d0b64.zip
log eqawarn messages
Diffstat (limited to 'profiles')
-rw-r--r--profiles/targets/developer/make.defaults5
1 files changed, 4 insertions, 1 deletions
diff --git a/profiles/targets/developer/make.defaults b/profiles/targets/developer/make.defaults
index 94f0a7f48450..264c9a24e50c 100644
--- a/profiles/targets/developer/make.defaults
+++ b/profiles/targets/developer/make.defaults
@@ -1,6 +1,6 @@
# Copyright 1999-2008 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.6 2010/07/11 19:50:08 ssuominen Exp $
+# $Header: /var/cvsroot/gentoo-x86/profiles/targets/developer/make.defaults,v 1.7 2010/07/11 21:19:09 hwoarang Exp $
FEATURES="collision-protect digest multilib-strict sign splitdebug stricter test test-fail-continue userpriv usersandbox"
@@ -12,3 +12,6 @@ I_KNOW_WHAT_I_AM_DOING="yes"
# Enable asneeded for GNU ld.
LDFLAGS="-Wl,--as-needed ${LDFLAGS}"
+
+# Log eqawarn messages
+PORTAGE_ELOG_CLASSES="${PORTAGE_ELOG_CLASSES} qa"