summaryrefslogtreecommitdiffstats
path: root/bin/repoman
diff options
context:
space:
mode:
authorZac Medico <zmedico@gentoo.org>2008-01-30 22:52:57 +0000
committerZac Medico <zmedico@gentoo.org>2008-01-30 22:52:57 +0000
commit0d0b7665adac627ca1c6e7e885f0b91cbb465b67 (patch)
tree120245c873387950fe9accf6265192598a6dc9d4 /bin/repoman
parent6b2dfba4b27544af98a096ec39f3e5989f472056 (diff)
downloadportage-0d0b7665adac627ca1c6e7e885f0b91cbb465b67.tar.gz
portage-0d0b7665adac627ca1c6e7e885f0b91cbb465b67.tar.bz2
portage-0d0b7665adac627ca1c6e7e885f0b91cbb465b67.zip
Remove the last traces of the ebuild.autotools check.
svn path=/main/trunk/; revision=9236
Diffstat (limited to 'bin/repoman')
-rwxr-xr-xbin/repoman2
1 files changed, 0 insertions, 2 deletions
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",