Generate a pruned version of ACCEPT_LICENSE, by intersection with
authorZac Medico <zmedico@gentoo.org>
Thu, 30 Apr 2009 07:31:39 +0000 (07:31 -0000)
committerZac Medico <zmedico@gentoo.org>
Thu, 30 Apr 2009 07:31:39 +0000 (07:31 -0000)
commit821f5aaaea60a562effc03f57806e38b8893c422
tree986883079a02af29d7495bed2fe4f50a77ec5161
parentf270ef52ad806966f1d60f45c077bc828fb33bab
Generate a pruned version of ACCEPT_LICENSE, by intersection with
LICENSE. This is required since otherwise ACCEPT_LICENSE might be too
big (bigger than ARG_MAX), causing execve() calls to fail with E2BIG
errors as in bug #262647. (trunk r13417)

svn path=/main/branches/2.1.6/; revision=13557
pym/portage/__init__.py