From: Zac Medico Date: Wed, 30 Jan 2008 22:52:57 +0000 (-0000) Subject: Remove the last traces of the ebuild.autotools check. X-Git-Tag: v2.2_pre1~34 X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=0d0b7665adac627ca1c6e7e885f0b91cbb465b67;p=portage.git Remove the last traces of the ebuild.autotools check. svn path=/main/trunk/; revision=9236 --- diff --git a/bin/repoman b/bin/repoman index 9631ccb28..a43f95c4b 100755 --- a/bin/repoman +++ b/bin/repoman @@ -296,7 +296,6 @@ qahelp={ "ebuild.majorsyn":"This ebuild has a major syntax error that may cause the ebuild to fail partially or fully", "ebuild.minorsyn":"This ebuild has a minor syntax error that contravenes gentoo coding style", "ebuild.badheader":"This ebuild has a malformed header", - "ebuild.autotools":"Ebuild calls autotools directly instead of using autotools.eclass", "metadata.missing":"Missing metadata.xml files", "metadata.bad":"Bad metadata.xml files", "virtual.versioned":"PROVIDE contains virtuals with versions", @@ -314,7 +313,6 @@ qawarnings=[ "ebuild.notadded", "ebuild.nostable", "ebuild.allmasked", -"ebuild.autotools", "ebuild.nesteddie", "desktop.invalid", "digest.assumed",