emerge: add reference to the portage(5) man page when failing
authorMike Frysinger <vapier@gentoo.org>
Tue, 15 Jan 2013 20:31:29 +0000 (15:31 -0500)
committerMike Frysinger <vapier@gentoo.org>
Tue, 15 Jan 2013 20:31:29 +0000 (15:31 -0500)
commitf906f1973a77e3e1bdb10de277c5404fda1d52e8
treec6b334467fdd5dbcb49abf8ec75e5854e7d7c425
parentcb49dfc3319a0a202fb26f3cf825cf12790d2bd3
emerge: add reference to the portage(5) man page when failing

For example, the current licensing error message looks like:

 The following license changes (package.license) are necessary to proceed:
 #required by quake3-bin (argument)
 >=games-fps/quake3-bin-1.32c-r1 GPL-2 Q3AEULA

If you don't know much about licensing issues, this error message
doesn't help.  Instead, give references to the man page so people
can easily delve further.  Now it looks like:

 The following license changes are necessary to proceed:
  (see package.license in the portage(5) man page for more details)
 #required by quake3-bin (argument)
 >=games-fps/quake3-bin-1.32c-r1 GPL-2 Q3AEULA

Signed-off-by: Mike Frysinger <vapier@gentoo.org>
pym/_emerge/depgraph.py