aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorZac Medico <zmedico@gentoo.org>2010-08-27 16:58:24 -0700
committerZac Medico <zmedico@gentoo.org>2010-08-27 16:58:24 -0700
commit9fb0558f31c74f49e09ca97cc9b4f1a7584c9534 (patch)
tree629a544630f80180c390ed92fc5c58c20af1369c /pym/portage/const.py
parentDefine a cmp work-alike function for use in the egencache (diff)
downloadportage-9fb0558f31c74f49e09ca97cc9b4f1a7584c9534.tar.gz
portage-9fb0558f31c74f49e09ca97cc9b4f1a7584c9534.tar.bz2
portage-9fb0558f31c74f49e09ca97cc9b4f1a7584c9534.zip
Add the chflags and selinux values to SUPPORTED_FEATURES.
Diffstat (limited to 'pym/portage/const.py')
-rw-r--r--pym/portage/const.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/pym/portage/const.py b/pym/portage/const.py
index 8f19fbff6..fe30efdb5 100644
--- a/pym/portage/const.py
+++ b/pym/portage/const.py
@@ -85,7 +85,7 @@ EBUILD_PHASES = ("pretend", "setup", "unpack", "prepare", "configure"
"nofetch", "config", "info", "other")
SUPPORTED_FEATURES = frozenset([
"assume-digests", "buildpkg", "buildsyspkg", "candy", "ccache",
- "collision-protect", "compress-build-logs",
+ "chflags", "collision-protect", "compress-build-logs",
"digest", "distcc", "distlocks",
"fakeroot", "fail-clean", "fixpackages", "getbinpkg",
"installsources", "keeptemp", "keepwork", "fixlafiles", "lmirror",
@@ -94,7 +94,7 @@ SUPPORTED_FEATURES = frozenset([
"notitles", "parallel-fetch", "parse-eapi-ebuild-head",
"parse-eapi-glep-55", "prelink-checksums", "preserve-libs",
"protect-owned", "python-trace", "sandbox",
- "sesandbox", "severe", "sfperms",
+ "selinux", "sesandbox", "severe", "sfperms",
"sign", "skiprocheck", "split-elog", "split-log", "splitdebug",
"strict", "stricter", "suidctl", "test", "test-fail-continue",
"unknown-features-warn",