From: Zac Medico Date: Wed, 27 Oct 2010 02:21:12 +0000 (-0700) Subject: am maintainer-mode: ignore autotest and help2man X-Git-Tag: v2.2.0_alpha2~10 X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=1ef4238727ec3cd69bda9bcae9ce899fd3e66f43;p=portage.git am maintainer-mode: ignore autotest and help2man This will fix bug #342561. --- diff --git a/pym/portage/package/ebuild/doebuild.py b/pym/portage/package/ebuild/doebuild.py index 3c8489844..77aec8da5 100644 --- a/pym/portage/package/ebuild/doebuild.py +++ b/pym/portage/package/ebuild/doebuild.py @@ -1241,7 +1241,7 @@ def _check_build_log(mysettings, out=None): # Automake: ${SHELL} /var/tmp/portage/dev-libs/yaz-3.0.47/work/yaz-3.0.47/config/missing --run automake-1.10 am_maintainer_mode_re = re.compile(r'/missing --run ') am_maintainer_mode_exclude_re = \ - re.compile(r'(/missing --run (autoheader|makeinfo)|^\s*Automake:\s)') + re.compile(r'(/missing --run (autoheader|autotest|help2man|makeinfo)|^\s*Automake:\s)') make_jobserver_re = \ re.compile(r'g?make\[\d+\]: warning: jobserver unavailable:')