aboutsummaryrefslogtreecommitdiff
path: root/cnf
diff options
context:
space:
mode:
authorUlrich Müller <ulm@gentoo.org>2019-07-26 10:51:08 +0200
committerUlrich Müller <ulm@gentoo.org>2019-07-27 01:00:22 +0200
commite75e46958b6b032890ed27d10239e07eced63087 (patch)
tree730a02af95ba155b77c97eb033f5c51cec2f15b0 /cnf
parentrepoman: add 'user.eclass' to deprecated eclasses (diff)
downloadportage-e75e46958b6b032890ed27d10239e07eced63087.tar.gz
portage-e75e46958b6b032890ed27d10239e07eced63087.tar.bz2
portage-e75e46958b6b032890ed27d10239e07eced63087.zip
Support PROPERTIES="live".
Bug: https://bugs.gentoo.org/233589 Signed-off-by: Ulrich Müller <ulm@gentoo.org>
Diffstat (limited to 'cnf')
-rw-r--r--cnf/sets/portage.conf8
1 files changed, 7 insertions, 1 deletions
diff --git a/cnf/sets/portage.conf b/cnf/sets/portage.conf
index ac282d911..ed4c6d9a7 100644
--- a/cnf/sets/portage.conf
+++ b/cnf/sets/portage.conf
@@ -55,9 +55,15 @@ world-candidate = True
[preserved-rebuild]
class = portage.sets.libs.PreservedLibraryConsumerSet
-# Installed ebuilds that inherit from known live eclasses.
+# Installed ebuilds with "live" property.
[live-rebuild]
class = portage.sets.dbapi.VariableSet
+variable = PROPERTIES
+includes = live
+
+# Installed ebuilds that inherit from known live eclasses.
+[deprecated-live-rebuild]
+class = portage.sets.dbapi.VariableSet
variable = INHERITED
includes = bzr cvs darcs git git-2 git-r3 golang-vcs mercurial subversion tla