From c5142aadedee5b1917607f10d5018b763ef2419b Mon Sep 17 00:00:00 2001 From: Zac Medico Date: Fri, 22 Jun 2012 16:49:46 -0700 Subject: Enable /etc/portage/sets for stable, bug #384061. --- pym/portage/const.py | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) (limited to 'pym/portage/const.py') diff --git a/pym/portage/const.py b/pym/portage/const.py index 3744e111f..3607df0e0 100644 --- a/pym/portage/const.py +++ b/pym/portage/const.py @@ -1,5 +1,5 @@ # portage: Constants -# Copyright 1998-2011 Gentoo Foundation +# Copyright 1998-2012 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 import os @@ -175,6 +175,3 @@ if not _ENABLE_PRESERVE_LIBS: SUPPORTED_FEATURES = set(SUPPORTED_FEATURES) SUPPORTED_FEATURES.remove("preserve-libs") SUPPORTED_FEATURES = frozenset(SUPPORTED_FEATURES) - -if not _ENABLE_SET_CONFIG: - WORLD_SETS_FILE = '/dev/null' -- cgit v1.2.3-1-g7c22