Gentoo Archives: gentoo-commits

From: Fabian Groffen <grobian@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] proj/portage:prefix commit in: pym/portage/
Date: Sun, 30 Sep 2012 11:10:51
Message-Id: 1349002941.aea22906ecef2c179ae7f7d5384e2f785241b77d.grobian@gentoo
1 commit: aea22906ecef2c179ae7f7d5384e2f785241b77d
2 Author: Fabian Groffen <grobian <AT> gentoo <DOT> org>
3 AuthorDate: Sun Sep 30 11:02:21 2012 +0000
4 Commit: Fabian Groffen <grobian <AT> gentoo <DOT> org>
5 CommitDate: Sun Sep 30 11:02:21 2012 +0000
6 URL: http://git.overlays.gentoo.org/gitweb/?p=proj/portage.git;a=commit;h=aea22906
7
8 SUPPORTED_FEATURES: remove macossandbox cruft
9
10 remove some cruft left over from previous macossandbox
11 patches in const.py
12
13 Patch by Michael Weisner, bug #430640
14
15 ---
16 pym/portage/const.py | 1 -
17 1 files changed, 0 insertions(+), 1 deletions(-)
18
19 diff --git a/pym/portage/const.py b/pym/portage/const.py
20 index a460b7e..74cda03 100644
21 --- a/pym/portage/const.py
22 +++ b/pym/portage/const.py
23 @@ -133,7 +133,6 @@ SUPPORTED_FEATURES = frozenset([
24 "downgrade-backup", "ebuild-locks", "fakeroot",
25 "fail-clean", "force-mirror", "force-prefix", "getbinpkg",
26 "installsources", "keeptemp", "keepwork", "fixlafiles", "lmirror",
27 - "macossandbox", "macosprefixsandbox", "macosusersandbox",
28 "metadata-transfer", "mirror", "multilib-strict", "news",
29 "noauto", "noclean", "nodoc", "noinfo", "noman",
30 "nostrip", "notitles", "parallel-fetch", "parallel-install",