From 9fb0558f31c74f49e09ca97cc9b4f1a7584c9534 Mon Sep 17 00:00:00 2001 From: Zac Medico Date: Fri, 27 Aug 2010 16:58:24 -0700 Subject: Add the chflags and selinux values to SUPPORTED_FEATURES. --- pym/portage/const.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'pym/portage/const.py') 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", -- cgit v1.2.3-1-g7c22