Gentoo Archives: gentoo-commits

From: Thomas Sachau <tommy@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] proj/portage:multilib commit in: pym/portage/
Date: Sun, 26 Feb 2012 16:28:37
Message-Id: 1330262401.9a678b3d620311e0ffb76e0001dcb229da8ba009.tommy@gentoo
1 commit: 9a678b3d620311e0ffb76e0001dcb229da8ba009
2 Author: Thomas Sachau <tommy <AT> gentoo <DOT> org>
3 AuthorDate: Sun Feb 26 13:20:01 2012 +0000
4 Commit: Thomas Sachau <tommy <AT> gentoo <DOT> org>
5 CommitDate: Sun Feb 26 13:20:01 2012 +0000
6 URL: http://git.overlays.gentoo.org/gitweb/?p=proj/portage.git;a=commit;h=9a678b3d
7
8 Add force-multilib to the list of supported FEATURES
9
10 ---
11 pym/portage/const.py | 2 +-
12 1 files changed, 1 insertions(+), 1 deletions(-)
13
14 diff --git a/pym/portage/const.py b/pym/portage/const.py
15 index 1858955..90fa952 100644
16 --- a/pym/portage/const.py
17 +++ b/pym/portage/const.py
18 @@ -92,7 +92,7 @@ SUPPORTED_FEATURES = frozenset([
19 "collision-protect", "compress-build-logs", "compressdebug",
20 "config-protect-if-modified",
21 "digest", "distcc", "distcc-pump", "distlocks", "ebuild-locks", "fakeroot",
22 - "fail-clean", "force-mirror", "force-prefix", "getbinpkg",
23 + "fail-clean", "force-mirror", "force-multilib", "force-prefix", "getbinpkg",
24 "installsources", "keeptemp", "keepwork", "fixlafiles", "lmirror",
25 "metadata-transfer", "mirror", "multilib-strict", "news",
26 "noauto", "noclean", "nodoc", "noinfo", "noman",