projects
/
portage.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
ffa97dc
)
show licenses or pointer to license files on 'masked by' message
author
Marius Mauch
<genone@gentoo.org>
Thu, 26 Oct 2006 16:27:44 +0000
(16:27 -0000)
committer
Marius Mauch
<genone@gentoo.org>
Thu, 26 Oct 2006 16:27:44 +0000
(16:27 -0000)
svn path=/main/trunk/; revision=4828
pym/portage.py
patch
|
blob
|
history
diff --git
a/pym/portage.py
b/pym/portage.py
index 6a7f6f33da1b684172831d98dfc29ebaf3d39765..2862db7cc18b3c3230444e1645a16f4287954349 100644
(file)
--- 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 \