From 7411bc1bde9734df9eb00b19044929e4047b8652 Mon Sep 17 00:00:00 2001 From: Zac Medico Date: Thu, 12 Feb 2009 23:12:41 +0000 Subject: =?UTF-8?q?Add=20a=20new=20"portage.internal"=20warning=20for=20pr?= =?UTF-8?q?epalldocs=20usage=20since=20the=20council=20ruled=20that=20it?= =?UTF-8?q?=20shouldn't=20be=20used=20in=20ebuilds.=20Thanks=20to=20Petter?= =?UTF-8?q?i=20R=C3=A4ty=20=20for=20the=20initial=20patch.?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit svn path=/main/trunk/; revision=12603 --- pym/repoman/errors.py | 1 + 1 file changed, 1 insertion(+) (limited to 'pym/repoman/errors.py') diff --git a/pym/repoman/errors.py b/pym/repoman/errors.py index 7f45bea21..205913951 100644 --- a/pym/repoman/errors.py +++ b/pym/repoman/errors.py @@ -15,3 +15,4 @@ PATCHES_ERROR = 'PATCHES is not a bash array on line: %d' 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)' DEPRECATED_BINDNOW_FLAGS = 'Deprecated bindnow-flags call on line: %d' +PREPALLDOCS_ERROR = 'prepalldocs called on line: %d' -- cgit v1.2.3-1-g7c22