diff options
author | David Seifert <soap@gentoo.org> | 2022-12-06 22:25:32 +0100 |
---|---|---|
committer | David Seifert <soap@gentoo.org> | 2022-12-06 22:25:32 +0100 |
commit | 474e4df422e5ca6a1baaf8a8f35ab2fc07d8dd33 (patch) | |
tree | 7e2e10db5ebebbc05da348d6374a1edd26ecf196 /net-analyzer/ifmetric | |
parent | net-analyzer/hexinject: update EAPI 6 -> 8 (diff) | |
download | gentoo-474e4df422e5ca6a1baaf8a8f35ab2fc07d8dd33.tar.gz gentoo-474e4df422e5ca6a1baaf8a8f35ab2fc07d8dd33.tar.bz2 gentoo-474e4df422e5ca6a1baaf8a8f35ab2fc07d8dd33.zip |
net-analyzer/ifmetric: update EAPI 6 -> 8
Signed-off-by: David Seifert <soap@gentoo.org>
Diffstat (limited to 'net-analyzer/ifmetric')
-rw-r--r-- | net-analyzer/ifmetric/ifmetric-0.3-r3.ebuild (renamed from net-analyzer/ifmetric/ifmetric-0.3-r2.ebuild) | 10 |
1 files changed, 3 insertions, 7 deletions
diff --git a/net-analyzer/ifmetric/ifmetric-0.3-r2.ebuild b/net-analyzer/ifmetric/ifmetric-0.3-r3.ebuild index f5e962992ffb..df13f75e5942 100644 --- a/net-analyzer/ifmetric/ifmetric-0.3-r2.ebuild +++ b/net-analyzer/ifmetric/ifmetric-0.3-r3.ebuild @@ -1,7 +1,7 @@ -# Copyright 1999-2020 Gentoo Authors +# Copyright 1999-2022 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 -EAPI=6 +EAPI=8 DESCRIPTION="Set metrics of all IPv4 routes attached to a given network interface at once" HOMEPAGE="http://0pointer.de/lennart/projects/ifmetric/" @@ -13,15 +13,11 @@ KEYWORDS="~amd64 ~ppc x86" DEPEND="sys-kernel/linux-headers" -DOCS=( - README - doc/README.html -) - PATCHES=( "${FILESDIR}"/${P}-ul.patch "${FILESDIR}"/${P}-replybuf.patch ) +HTML_DOCS=( doc/README.html ) src_configure() { # man page and HTML are already generated |