From 1460a6fb61c0f2bff96f64c49973ec1f6160386f Mon Sep 17 00:00:00 2001 From: Zac Medico Date: Mon, 9 Jun 2008 15:09:42 +0000 Subject: Add additional functions such as eaclocal and eautoheader to the inherit.autotools regex. Thanks to Arfrever. (trunk r10602) svn path=/main/branches/2.1.2/; revision=10617 --- bin/repoman | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/bin/repoman b/bin/repoman index 6b2508349..d80b033bb 100755 --- a/bin/repoman +++ b/bin/repoman @@ -1124,7 +1124,11 @@ _constant_checks = tuple((c() for c in ( _iuse_def_re = re.compile(r'^IUSE=.*') _comment_re = re.compile(r'(^|\s*)#') -_autotools_func_re = re.compile(r'(^|\s)(eautomake|eautoconf|eautoreconf)(\s|$)') +_autotools_funcs = ( + "eaclocal", "eautoconf", "eautoheader", + "eautomake", "eautoreconf", "_elibtoolize") +_autotools_func_re = re.compile(r'(^|\s)(' + \ + "|".join(_autotools_funcs) + ')(\s|$)') def run_checks(contents, pkg): iuse_def = None -- cgit v1.2.3-1-g7c22