Generate a pruned version of ACCEPT_LICENSE, by intersection with
authorZac Medico <zmedico@gentoo.org>
Thu, 30 Apr 2009 05:21:22 +0000 (05:21 -0000)
committerZac Medico <zmedico@gentoo.org>
Thu, 30 Apr 2009 05:21:22 +0000 (05:21 -0000)
commit3251210e410c851a7f31579089969a5df7995777
tree4d59e916f0ecc26cc03465580e700f9dd2301830
parent0aa668e28b30904b0664f0f9dd1a737ce5da3575
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.

svn path=/main/trunk/; revision=13417
pym/portage/__init__.py