summaryrefslogtreecommitdiff
path: root/cnf
diff options
context:
space:
mode:
authorZac Medico <zmedico@gentoo.org>2008-07-31 06:11:18 +0000
committerZac Medico <zmedico@gentoo.org>2008-07-31 06:11:18 +0000
commitf342d9635b9da4ab09d7185900d8e5f470593734 (patch)
tree9e610b94029ac8f9e1d712be14b851fbf77fc163 /cnf
parentImplement a new @live-ebuilds which is generated from installed packages (diff)
downloadportage-idfetch-f342d9635b9da4ab09d7185900d8e5f470593734.tar.gz
portage-idfetch-f342d9635b9da4ab09d7185900d8e5f470593734.tar.bz2
portage-idfetch-f342d9635b9da4ab09d7185900d8e5f470593734.zip
Add a new @module-rebuild set which emulates the behavior of the
module-rebuild tool. The /lib/modules path is set in sets.conf via a "files" attribute of an OwnerSet instance. This can be easily used to define similar sets based on paths on installed files. svn path=/main/trunk/; revision=11293
Diffstat (limited to 'cnf')
-rw-r--r--cnf/sets.conf6
1 files changed, 6 insertions, 0 deletions
diff --git a/cnf/sets.conf b/cnf/sets.conf
index 13c09a36..9f08c50a 100644
--- a/cnf/sets.conf
+++ b/cnf/sets.conf
@@ -47,3 +47,9 @@ world-candidate = False
class = portage.sets.dbapi.InheritSet
world-candidate = False
inherits = "cvs darcs git mercurial subversion"
+
+# Installed packages that own files inside /lib/modules.
+[module-rebuild]
+class = portage.sets.dbapi.OwnerSet
+world-candidate = False
+files = /lib/modules