summaryrefslogtreecommitdiff
path: root/cnf
diff options
context:
space:
mode:
authorZac Medico <zmedico@gentoo.org>2006-10-14 04:07:49 +0000
committerZac Medico <zmedico@gentoo.org>2006-10-14 04:07:49 +0000
commite7ac068da63fc6764fe097714aeea480992bb168 (patch)
treeda6165a2dd422c0a7d2e2f759bf60569cf516406 /cnf
parentFor bug #151082, don't allow installed packages to inappropriately satisfy pa... (diff)
downloadportage-multirepo-e7ac068da63fc6764fe097714aeea480992bb168.tar.gz
portage-multirepo-e7ac068da63fc6764fe097714aeea480992bb168.tar.bz2
portage-multirepo-e7ac068da63fc6764fe097714aeea480992bb168.zip
Implement per-package default USE flags at the ebuild and profile levels for bug #61732.
svn path=/main/trunk/; revision=4679
Diffstat (limited to 'cnf')
-rw-r--r--cnf/make.globals2
1 files changed, 1 insertions, 1 deletions
diff --git a/cnf/make.globals b/cnf/make.globals
index a8bfa55a..96f3a5b3 100644
--- a/cnf/make.globals
+++ b/cnf/make.globals
@@ -61,7 +61,7 @@ CONFIG_PROTECT="/etc"
CONFIG_PROTECT_MASK="/etc/env.d"
# Disable auto-use
-USE_ORDER="env:pkg:conf:defaults"
+USE_ORDER="env:pkg:conf:pkgprofile:defaults:pkginternal"
# Default ownership of installed files.
PORTAGE_INST_UID="0"