From 68eac8b9c48a11e2e425f95260d6d8aa1a493e94 Mon Sep 17 00:00:00 2001 From: Sam James Date: Mon, 19 Apr 2021 13:02:09 +0100 Subject: dev-util/linklint: update EAPI 5 -> 7 Signed-off-by: Sam James --- dev-util/linklint/linklint-2.3.5.ebuild | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'dev-util') diff --git a/dev-util/linklint/linklint-2.3.5.ebuild b/dev-util/linklint/linklint-2.3.5.ebuild index 4469ab384bbd..92cf938d642b 100644 --- a/dev-util/linklint/linklint-2.3.5.ebuild +++ b/dev-util/linklint/linklint-2.3.5.ebuild @@ -1,7 +1,7 @@ # Copyright 1999-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 -EAPI=5 +EAPI=7 DESCRIPTION="A Perl program that checks links on web sites" HOMEPAGE="http://www.linklint.org/" @@ -10,13 +10,13 @@ SRC_URI="http://www.linklint.org/download/${P}.tar.gz" LICENSE="GPL-2" SLOT="0" KEYWORDS="amd64 ppc x86 ~amd64-linux ~x86-linux ~ppc-macos" -IUSE="" -DEPEND="" RDEPEND="dev-lang/perl" src_install() { newbin ${P} ${PN} dodoc INSTALL.unix INSTALL.windows READ_ME.txt CHANGES.txt - dohtml -r doc/* + + docinto html + dodoc -r doc/* } -- cgit v1.2.3-65-gdbad