From f342d9635b9da4ab09d7185900d8e5f470593734 Mon Sep 17 00:00:00 2001 From: Zac Medico Date: Thu, 31 Jul 2008 06:11:18 +0000 Subject: 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 --- cnf/sets.conf | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'cnf') diff --git a/cnf/sets.conf b/cnf/sets.conf index 13c09a366..9f08c50a5 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 -- cgit v1.2.3-1-g7c22