From c84fc9ea8318b029eceac650d48a4f1fd90d82bd Mon Sep 17 00:00:00 2001 From: Zac Medico Date: Sun, 3 Aug 2008 05:51:33 +0000 Subject: Add a more generic VariableSet to replace the InheritSet and RestrictSet classes. Thanks to Arfrever Frehtes Taifersar Arahesis for this patch from bug #233589 (with some minor adjustments from me). svn path=/main/trunk/; revision=11320 --- cnf/sets.conf | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'cnf') diff --git a/cnf/sets.conf b/cnf/sets.conf index b0e331b00..0825f70a1 100644 --- a/cnf/sets.conf +++ b/cnf/sets.conf @@ -47,9 +47,10 @@ world-candidate = False # Installed ebuilds that inherit from known live eclasses. [live-rebuild] -class = portage.sets.dbapi.InheritSet +class = portage.sets.dbapi.VariableSet world-candidate = False -inherits = cvs darcs git mercurial subversion +variable = INHERITED +includes = cvs darcs git mercurial subversion # Installed packages that own files inside /lib/modules. [module-rebuild] -- cgit v1.2.3-1-g7c22