From: Marius Mauch Date: Thu, 26 Oct 2006 16:27:44 +0000 (-0000) Subject: show licenses or pointer to license files on 'masked by' message X-Git-Tag: v2.1.2~542 X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=06f0c9516021924620922ee6ebee1ef1facf3290;p=portage.git show licenses or pointer to license files on 'masked by' message svn path=/main/trunk/; revision=4828 --- diff --git a/pym/portage.py b/pym/portage.py index 6a7f6f33d..2862db7cc 100644 --- a/pym/portage.py +++ b/pym/portage.py @@ -1344,8 +1344,8 @@ class config: # Wait until license groups are ready before enabling this. - self._accept_license = set(self.get("ACCEPT_LICENSE", "*").split()) - #self._accept_license = set(["*"]) + #self._accept_license = set(self.get("ACCEPT_LICENSE", "*").split()) + self._accept_license = set(["*"]) if "gpg" in self.features: if not os.path.exists(self["PORTAGE_GPG_DIR"]) or \