net-misc/bgpq3: Remove dohtml which is banned in EAPI 7

Use dodoc instead, as suggested by Mike Fisher.
As this is fatal, no revision bump is required.

Closes: https://bugs.gentoo.org/692548
Reported-By: Toralf Förster <toralf@gentoo.org>
Suggested-By: Mike Fisher <mike.fisher128@gmail.com>
Signed-Off-By: Tony Vroon <chainsaw@gentoo.org>
Package-Manager: Portage-2.3.69, Repoman-2.3.16
This commit is contained in:
Tony Vroon
2019-08-23 09:07:50 +01:00
parent d1be2b4aae
commit 84a1415148

View File

@@ -30,6 +30,5 @@ src_prepare() {
src_install() {
dobin bgpq3
doman bgpq3.8
dodoc CHANGES
dohtml *.html
dodoc CHANGES README.md *.html
}