Refer to bug #402167 where appropriate.
authorZac Medico <zmedico@gentoo.org>
Wed, 9 May 2012 22:23:24 +0000 (15:23 -0700)
committerZac Medico <zmedico@gentoo.org>
Wed, 9 May 2012 22:23:24 +0000 (15:23 -0700)
man/repoman.1
pym/portage/package/ebuild/_eapi_invalid.py

index 4305ce7d7dedff240f06043129c0b281805bcc17..49e5afaeac0b72fff4676aeb2f0389644b682bef 100644 (file)
@@ -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
index 50a6978d810f3cd58a99f178f88438b77779c3cb..1ee8a8be6f0256376e7f896d8f4e731a46368017 100644 (file)
@@ -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: