summaryrefslogtreecommitdiffstats
path: root/pym
diff options
context:
space:
mode:
Diffstat (limited to 'pym')
-rw-r--r--pym/portage.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/pym/portage.py b/pym/portage.py
index 2862db7cc..6a7f6f33d 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 \