From: Zac Medico Date: Fri, 27 Aug 2010 23:58:24 +0000 (-0700) Subject: Add the chflags and selinux values to SUPPORTED_FEATURES. X-Git-Tag: v2.2_rc70~2 X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=9fb0558f31c74f49e09ca97cc9b4f1a7584c9534;p=portage.git Add the chflags and selinux values to SUPPORTED_FEATURES. --- 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",