From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) by finch.gentoo.org (Postfix) with ESMTP id 75BF6138010 for ; Sun, 30 Sep 2012 11:10:51 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 47912E04C8; Sun, 30 Sep 2012 11:10:38 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) by pigeon.gentoo.org (Postfix) with ESMTP id 19EFDE04C8 for ; Sun, 30 Sep 2012 11:10:38 +0000 (UTC) Received: from hornbill.gentoo.org (hornbill.gentoo.org [94.100.119.163]) (using TLSv1 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 7D05233D70E for ; Sun, 30 Sep 2012 11:10:37 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by hornbill.gentoo.org (Postfix) with ESMTP id 3BE73E544B for ; Sun, 30 Sep 2012 11:10:36 +0000 (UTC) From: "Fabian Groffen" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Fabian Groffen" Message-ID: <1349002941.aea22906ecef2c179ae7f7d5384e2f785241b77d.grobian@gentoo> Subject: [gentoo-commits] proj/portage:prefix commit in: pym/portage/ X-VCS-Repository: proj/portage X-VCS-Files: pym/portage/const.py X-VCS-Directories: pym/portage/ X-VCS-Committer: grobian X-VCS-Committer-Name: Fabian Groffen X-VCS-Revision: aea22906ecef2c179ae7f7d5384e2f785241b77d X-VCS-Branch: prefix Date: Sun, 30 Sep 2012 11:10:36 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: 4028f805-aa77-406a-ba8a-cfbf5ee6da20 X-Archives-Hash: c756744cade8c27b2d022d624b561d2e commit: aea22906ecef2c179ae7f7d5384e2f785241b77d Author: Fabian Groffen gentoo org> AuthorDate: Sun Sep 30 11:02:21 2012 +0000 Commit: Fabian Groffen gentoo org> CommitDate: Sun Sep 30 11:02:21 2012 +0000 URL: http://git.overlays.gentoo.org/gitweb/?p=proj/portage.git;a=commit;h=aea22906 SUPPORTED_FEATURES: remove macossandbox cruft remove some cruft left over from previous macossandbox patches in const.py Patch by Michael Weisner, bug #430640 --- pym/portage/const.py | 1 - 1 files changed, 0 insertions(+), 1 deletions(-) diff --git a/pym/portage/const.py b/pym/portage/const.py index a460b7e..74cda03 100644 --- a/pym/portage/const.py +++ b/pym/portage/const.py @@ -133,7 +133,6 @@ SUPPORTED_FEATURES = frozenset([ "downgrade-backup", "ebuild-locks", "fakeroot", "fail-clean", "force-mirror", "force-prefix", "getbinpkg", "installsources", "keeptemp", "keepwork", "fixlafiles", "lmirror", - "macossandbox", "macosprefixsandbox", "macosusersandbox", "metadata-transfer", "mirror", "multilib-strict", "news", "noauto", "noclean", "nodoc", "noinfo", "noman", "nostrip", "notitles", "parallel-fetch", "parallel-install",