show licenses or pointer to license files on 'masked by' message
authorMarius Mauch <genone@gentoo.org>
Thu, 26 Oct 2006 16:27:44 +0000 (16:27 -0000)
committerMarius Mauch <genone@gentoo.org>
Thu, 26 Oct 2006 16:27:44 +0000 (16:27 -0000)
svn path=/main/trunk/; revision=4828

pym/portage.py

index 6a7f6f33da1b684172831d98dfc29ebaf3d39765..2862db7cc18b3c3230444e1645a16f4287954349 100644 (file)
@@ -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 \