From 8ba3e00107cae56cfb8acbc4d9e0f94d89acdfe8 Mon Sep 17 00:00:00 2001 From: Zac Medico Date: Tue, 7 Sep 2010 01:31:13 -0700 Subject: Add support for a exclude-files option to OwnerSet, and use it to implement a new @x11-module-rebuild set. --- cnf/sets/portage.conf | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'cnf/sets') diff --git a/cnf/sets/portage.conf b/cnf/sets/portage.conf index 800ac7cb8..34819fb22 100644 --- a/cnf/sets/portage.conf +++ b/cnf/sets/portage.conf @@ -58,6 +58,13 @@ includes = bzr cvs darcs git mercurial subversion tla class = portage.sets.dbapi.OwnerSet files = %(EROOT)slib/modules +# Installed packages that own files inside /usr/lib/xorg/modules, +# excluding the package that owns /usr/bin/Xorg. +[x11-module-rebuild] +class = portage.sets.dbapi.OwnerSet +files = %(EROOT)susr/lib/xorg/modules +exclude-files = %(EROOT)susr/bin/Xorg + # Binary packages that have a different build time from a currently # installed package of the exact same version. [rebuilt-binaries] -- cgit v1.2.3-1-g7c22