summaryrefslogtreecommitdiffstats
path: root/pym/repoman/errors.py
diff options
context:
space:
mode:
authorZac Medico <zmedico@gentoo.org>2010-01-29 18:51:48 +0000
committerZac Medico <zmedico@gentoo.org>2010-01-29 18:51:48 +0000
commit2a45859c02ff2aee0f0d1d21a68ddf5cb28dd2dc (patch)
tree86797127aa1ec1ca4e6d147276741c3354a60463 /pym/repoman/errors.py
parent9035ac2b27171328c7b47aa43aa44400d1deb9d5 (diff)
downloadportage-2a45859c02ff2aee0f0d1d21a68ddf5cb28dd2dc.tar.gz
portage-2a45859c02ff2aee0f0d1d21a68ddf5cb28dd2dc.tar.bz2
portage-2a45859c02ff2aee0f0d1d21a68ddf5cb28dd2dc.zip
Add a warning for built_with_use. Thanks to Petteri Räty <betelgeuse@g.o> for
this patch. (trunk r15209) svn path=/main/branches/2.1.7/; revision=15261
Diffstat (limited to 'pym/repoman/errors.py')
-rw-r--r--pym/repoman/errors.py1
1 files changed, 1 insertions, 0 deletions
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'