From d26b4a4112854bbbfbd6d5f9edc6e6d0454bb1de Mon Sep 17 00:00:00 2001 From: Zac Medico Date: Sun, 31 Aug 2008 08:05:50 +0000 Subject: =?UTF-8?q?Check=20for=20calls=20to=20the=20deprecated=20bindnow-f?= =?UTF-8?q?lags=20function.=20Thanks=20to=20Diego=20"Flameeyes"=20Petten?= =?UTF-8?q?=C3=B2=20for=20the=20suggestion.?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit svn path=/main/trunk/; revision=11481 --- 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 c6577f945..7c54cc13d 100644 --- a/pym/repoman/errors.py +++ b/pym/repoman/errors.py @@ -14,3 +14,4 @@ NESTED_DIE_ERROR = 'Ebuild calls die in a subshell on line: %d' 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 = 'Ebuild calls emake -j1 on line: %d' +DEPRECATED_BINDNOW_FLAGS = 'Deprecated bindnow-flags call on line: %d' -- cgit v1.2.3-1-g7c22