summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorArfrever Frehtes Taifersar Arahesis <arfrever@gentoo.org>2011-02-13 16:53:40 +0000
committerArfrever Frehtes Taifersar Arahesis <arfrever@gentoo.org>2011-02-13 16:53:40 +0000
commit823b17a3c544a371982e965701a2a685c21fd181 (patch)
tree893310d7dba5ea2bb33743c51de1b2c2f783a6c0 /profiles/releases/10.0
parentNew snapshot. (diff)
downloadgentoo-2-823b17a3c544a371982e965701a2a685c21fd181.tar.gz
gentoo-2-823b17a3c544a371982e965701a2a685c21fd181.tar.bz2
gentoo-2-823b17a3c544a371982e965701a2a685c21fd181.zip
Don't include ${USE} in the first assignment to USE in make.defaults files to avoid incorrect interactions between enabled and disabled flags in different files.
Diffstat (limited to 'profiles/releases/10.0')
-rw-r--r--profiles/releases/10.0/make.defaults6
1 files changed, 3 insertions, 3 deletions
diff --git a/profiles/releases/10.0/make.defaults b/profiles/releases/10.0/make.defaults
index 90b846daab70..57d61666aeb6 100644
--- a/profiles/releases/10.0/make.defaults
+++ b/profiles/releases/10.0/make.defaults
@@ -1,6 +1,6 @@
-# Copyright 1999-2009 Gentoo Foundation
+# Copyright 1999-2011 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/profiles/releases/10.0/make.defaults,v 1.1 2009/08/06 06:30:30 ssuominen Exp $
+# $Header: /var/cvsroot/gentoo-x86/profiles/releases/10.0/make.defaults,v 1.2 2011/02/13 16:53:40 arfrever Exp $
# Adding this one, since it makes sense.
-USE="${USE} bzip2"
+USE="bzip2"