summaryrefslogtreecommitdiffstats
path: root/pym/portage/const.py
diff options
context:
space:
mode:
authorZac Medico <zmedico@gentoo.org>2011-10-11 16:45:46 -0700
committerZac Medico <zmedico@gentoo.org>2011-10-11 16:45:46 -0700
commit7ab4d5722a828167dd1bf946b26cfa80808f59fc (patch)
treef6fc7f0c94033cc81dcce086945c2272230a8568 /pym/portage/const.py
parentd7bc4e67632e66d97d23eff3b6e1b75ce5e84e87 (diff)
downloadportage-7ab4d5722a828167dd1bf946b26cfa80808f59fc.tar.gz
portage-7ab4d5722a828167dd1bf946b26cfa80808f59fc.tar.bz2
portage-7ab4d5722a828167dd1bf946b26cfa80808f59fc.zip
Remove FEATURES=fixpackages support.v2.2.0_alpha67
This reduces the probability of users encountering issues related to package moves when they disable --dynamic-deps, and --package-moves=n can be set in EMERGE_DEFAULT_OPTS if package moves need to be temporarily avoided for some reason.
Diffstat (limited to 'pym/portage/const.py')
-rw-r--r--pym/portage/const.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/pym/portage/const.py b/pym/portage/const.py
index e3627ea6e..29c3878a6 100644
--- a/pym/portage/const.py
+++ b/pym/portage/const.py
@@ -90,7 +90,7 @@ SUPPORTED_FEATURES = frozenset([
"ccache", "chflags", "clean-logs",
"collision-protect", "compress-build-logs",
"digest", "distcc", "distcc-pump", "distlocks", "ebuild-locks", "fakeroot",
- "fail-clean", "fixpackages", "force-mirror", "getbinpkg",
+ "fail-clean", "force-mirror", "getbinpkg",
"installsources", "keeptemp", "keepwork", "fixlafiles", "lmirror",
"metadata-transfer", "mirror", "multilib-strict", "news",
"noauto", "noclean", "nodoc", "noinfo", "noman",