summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorZac Medico <zmedico@gentoo.org>2009-03-17 05:52:27 +0000
committerZac Medico <zmedico@gentoo.org>2009-03-17 05:52:27 +0000
commit9da1ab2d6d894d784f9020688302743ce641fa30 (patch)
tree05305995f4c80525ca4430ccda5eeaaad6fffd6d /bin/repoman
parentPunt fix-db.py since it's not really needed. It's been broken since 2.1.6 (diff)
downloadportage-idfetch-9da1ab2d6d894d784f9020688302743ce641fa30.tar.gz
portage-idfetch-9da1ab2d6d894d784f9020688302743ce641fa30.tar.bz2
portage-idfetch-9da1ab2d6d894d784f9020688302743ce641fa30.zip
Bug #262365 - Punt the prepalldocs check until there is an alternative
available in EAPI 3. svn path=/main/trunk/; revision=13118
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 b3f9a92f..27d65e9f 100755
--- a/bin/repoman
+++ b/bin/repoman
@@ -313,7 +313,6 @@ qahelp={
"metadata.missing":"Missing metadata.xml files",
"metadata.bad":"Bad metadata.xml files",
"metadata.warning":"Warnings in metadata.xml files",
- "portage.internal":"The ebuild uses an internal Portage function",
"virtual.versioned":"PROVIDE contains virtuals with versions",
"virtual.exists":"PROVIDE contains existing package names",
"virtual.unavailable":"PROVIDE contains a virtual which contains no profile default",
@@ -352,7 +351,6 @@ qawarnings = set((
"inherit.autotools",
"java.eclassesnotused",
"metadata.warning",
-"portage.internal",
"virtual.versioned",
"virtual.exists",
"virtual.unavailable",