| Index: pym/portage/const.py
|
| diff --git a/pym/portage/const.py b/pym/portage/const.py
|
| index b2d2f77143cc5f120255e140cd00239bc112c0de..34b02fc80aca9bcea2ac920f1722273047cda3be 100644
|
| --- a/pym/portage/const.py
|
| +++ b/pym/portage/const.py
|
| @@ -88,8 +88,8 @@ EBUILD_PHASES = ("pretend", "setup", "unpack", "prepare", "configure"
|
| SUPPORTED_FEATURES = frozenset([
|
| "assume-digests", "binpkg-logs", "buildpkg", "buildsyspkg", "candy",
|
| "ccache", "chflags", "collision-protect", "compress-build-logs",
|
| - "digest", "distcc", "distlocks",
|
| - "fakeroot", "fail-clean", "fixpackages", "getbinpkg",
|
| + "digest", "distcc", "distlocks", "fakeroot",
|
| + "fail-clean", "fixpackages", "force-mirror", "getbinpkg",
|
| "installsources", "keeptemp", "keepwork", "fixlafiles", "lmirror",
|
| "metadata-transfer", "mirror", "multilib-strict", "news",
|
| "noauto", "noclean", "nodoc", "noinfo", "noman", "nostrip",
|
|
|