summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorZac Medico <zmedico@gentoo.org>2006-11-18 00:45:55 +0000
committerZac Medico <zmedico@gentoo.org>2006-11-18 00:45:55 +0000
commitc87889cb59a1ac1125328c90834b0c3860985b24 (patch)
treea679fbac71d70dac001e6a12988fd6b4d3a7499b /bin/repoman
parents/settings/mysettings/ typo (diff)
downloadportage-multirepo-c87889cb59a1ac1125328c90834b0c3860985b24.tar.gz
portage-multirepo-c87889cb59a1ac1125328c90834b0c3860985b24.tar.bz2
portage-multirepo-c87889cb59a1ac1125328c90834b0c3860985b24.zip
Revert ACCEPT_LICENSE support, since license group support is a requirement and it remain unimplemented. This brings trunk back into sync with the 2.1.2 branch.
svn path=/main/trunk/; revision=5081
Diffstat (limited to 'bin/repoman')
-rwxr-xr-xbin/repoman1
1 files changed, 0 insertions, 1 deletions
diff --git a/bin/repoman b/bin/repoman
index 4e8f7fc1..9f853073 100755
--- a/bin/repoman
+++ b/bin/repoman
@@ -477,7 +477,6 @@ if quiet < 2:
print "PORTDIR_OVERLAY = \""+os.environ["PORTDIR_OVERLAY"]+"\""
# Now that PORTDIR_OVERLAY is properly overridden, create the portdb.
-os.environ["ACCEPT_LICENSE"] = "*"
repoman_settings = portage.config(local_config=False,
config_incrementals=portage_const.INCREMENTALS)
trees = portage.create_trees()