summaryrefslogtreecommitdiff
path: root/cnf
diff options
context:
space:
mode:
authorZac Medico <zmedico@gentoo.org>2008-07-31 07:04:15 +0000
committerZac Medico <zmedico@gentoo.org>2008-07-31 07:04:15 +0000
commit20a1e53acbcafe7b2574078db86db5b70d72c666 (patch)
tree697df93e1c9b206bea5ac46f446052d04f4519ae /cnf
parentAdd a new @module-rebuild set which emulates the behavior of the (diff)
downloadportage-idfetch-20a1e53acbcafe7b2574078db86db5b70d72c666.tar.gz
portage-idfetch-20a1e53acbcafe7b2574078db86db5b70d72c666.tar.bz2
portage-idfetch-20a1e53acbcafe7b2574078db86db5b70d72c666.zip
Remove quotes since the seem to cause incorrect results.
svn path=/main/trunk/; revision=11294
Diffstat (limited to 'cnf')
-rw-r--r--cnf/sets.conf2
1 files changed, 1 insertions, 1 deletions
diff --git a/cnf/sets.conf b/cnf/sets.conf
index 9f08c50a..ea2f3d5c 100644
--- a/cnf/sets.conf
+++ b/cnf/sets.conf
@@ -46,7 +46,7 @@ world-candidate = False
[live-ebuilds]
class = portage.sets.dbapi.InheritSet
world-candidate = False
-inherits = "cvs darcs git mercurial subversion"
+inherits = cvs darcs git mercurial subversion
# Installed packages that own files inside /lib/modules.
[module-rebuild]