diff options
author | Sam James <sam@gentoo.org> | 2021-04-19 13:02:09 +0100 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2021-04-19 20:11:41 +0100 |
commit | 68eac8b9c48a11e2e425f95260d6d8aa1a493e94 (patch) | |
tree | 945d56a452c88f3b7c51fa6c6c5516632478a097 /dev-util | |
parent | dev-util/shflags: drop 1.0.3 (EAPI 5) (diff) | |
download | gentoo-68eac8b9c48a11e2e425f95260d6d8aa1a493e94.tar.gz gentoo-68eac8b9c48a11e2e425f95260d6d8aa1a493e94.tar.bz2 gentoo-68eac8b9c48a11e2e425f95260d6d8aa1a493e94.zip |
dev-util/linklint: update EAPI 5 -> 7
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'dev-util')
-rw-r--r-- | dev-util/linklint/linklint-2.3.5.ebuild | 8 |
1 files changed, 4 insertions, 4 deletions
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/* } |