summaryrefslogtreecommitdiffstats
path: root/pym/repoman/errors.py
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 /pym/repoman/errors.py
parent2913d535915ef5c00931a05cddf7021d69849891 (diff)
downloadportage-9da1ab2d6d894d784f9020688302743ce641fa30.tar.gz
portage-9da1ab2d6d894d784f9020688302743ce641fa30.tar.bz2
portage-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 'pym/repoman/errors.py')
-rw-r--r--pym/repoman/errors.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/pym/repoman/errors.py b/pym/repoman/errors.py
index 451e499ad..2e13e0d67 100644
--- a/pym/repoman/errors.py
+++ b/pym/repoman/errors.py
@@ -16,4 +16,3 @@ REDUNDANT_CD_S_ERROR = 'Ebuild has redundant cd ${S} statement on line: %d'
EMAKE_PARALLEL_DISABLED = 'Upstream parallel compilation bug (ebuild calls emake -j1 on line: %d)'
EMAKE_PARALLEL_DISABLED_VIA_MAKEOPTS = 'Upstream parallel compilation bug (MAKEOPTS=-j1 on line: %d)'
DEPRECATED_BINDNOW_FLAGS = 'Deprecated bindnow-flags call on line: %d'
-PREPALLDOCS_ERROR = 'prepalldocs called on line: %d'