From: Zac Medico Date: Wed, 9 May 2012 22:23:24 +0000 (-0700) Subject: Refer to bug #402167 where appropriate. X-Git-Tag: v2.2.0_alpha103~1 X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=ac77fac359701c4f3a24c8e546f7a4d90adbd6d8;p=portage.git Refer to bug #402167 where appropriate. --- diff --git a/man/repoman.1 b/man/repoman.1 index 4305ce7d7..49e5afaea 100644 --- a/man/repoman.1 +++ b/man/repoman.1 @@ -147,7 +147,7 @@ Ebuilds that have a missing or empty DESCRIPTION variable .TP .B EAPI.definition EAPI definition does not conform to PMS section 7.3.1 (first -non\-comment, non\-blank line) +non\-comment, non\-blank line). See bug #402167. .TP .B EAPI.deprecated Ebuilds that use features that are deprecated in the current EAPI diff --git a/pym/portage/package/ebuild/_eapi_invalid.py b/pym/portage/package/ebuild/_eapi_invalid.py index 50a6978d8..1ee8a8be6 100644 --- a/pym/portage/package/ebuild/_eapi_invalid.py +++ b/pym/portage/package/ebuild/_eapi_invalid.py @@ -12,7 +12,7 @@ def eapi_invalid(self, cpv, repo_name, settings, msg = [] msg.extend(textwrap.wrap(("EAPI assignment in ebuild '%s%s%s' does not" - " conform with PMS section 7.3.1:") % + " conform with PMS section 7.3.1 (see bug #402167):") % (cpv, _repo_separator, repo_name), 70)) if not eapi_parsed: