From 6d7fefc073c6182ff3734ee8ec0a2e528e1cc6ef Mon Sep 17 00:00:00 2001 From: Zac Medico Date: Sun, 22 Oct 2006 07:26:48 +0000 Subject: Add support for masking of packages via ACCEPT_LICENSE and /etc/portage/package.license. Thanks to Jason Stubbs for the initial patch from bug #17367. svn path=/main/trunk/; revision=4792 --- bin/repoman | 1 + 1 file changed, 1 insertion(+) (limited to 'bin') diff --git a/bin/repoman b/bin/repoman index 7b0a0fe67..ba4e62415 100755 --- a/bin/repoman +++ b/bin/repoman @@ -474,6 +474,7 @@ 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() -- cgit v1.2.3-1-g7c22