From 2a45859c02ff2aee0f0d1d21a68ddf5cb28dd2dc Mon Sep 17 00:00:00 2001 From: Zac Medico Date: Fri, 29 Jan 2010 18:51:48 +0000 Subject: =?UTF-8?q?Add=20a=20warning=20for=20built=5Fwith=5Fuse.=20Thanks?= =?UTF-8?q?=20to=20Petteri=20R=C3=A4ty=20=20for=20this=20p?= =?UTF-8?q?atch.=20(trunk=20r15209)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit svn path=/main/branches/2.1.7/; revision=15261 --- 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 b62af12b3..cd1d7e3d7 100644 --- a/pym/repoman/errors.py +++ b/pym/repoman/errors.py @@ -18,3 +18,4 @@ EMAKE_PARALLEL_DISABLED_VIA_MAKEOPTS = 'Upstream parallel compilation bug (MAKEO DEPRECATED_BINDNOW_FLAGS = 'Deprecated bindnow-flags call on line: %d' EAPI_DEFINED_AFTER_INHERIT = 'EAPI defined after inherit on line: %d' NO_AS_NEEDED = 'Upstream asneeded linking bug (no-as-needed on line: %d)' +BUILT_WITH_USE = 'built_with_use on line: %d' -- cgit v1.2.3-1-g7c22