net-analyzer/munin-plugins-zfs: EAPI 6 -> 8

Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>
This commit is contained in:
Arthur Zamarin
2024-05-10 11:19:49 +03:00
parent be5d3f27a9
commit 463ec8dee6

View File

@@ -1,14 +1,14 @@
# Copyright 1999-2024 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=6
EAPI=8
COMMIT="385f9e4cda592ace95b47c69db76553bcb6a42d6"
DESCRIPTION="A Munin plugin for monitoring ZFS on Linux"
HOMEPAGE="https://github.com/alexclear/ZoL-munin-plugin"
SRC_URI="https://github.com/alexclear/ZoL-munin-plugin/archive/${COMMIT}.tar.gz -> ${P}.tar.gz"
S="${WORKDIR}/ZoL-munin-plugin-${COMMIT}"
S=${WORKDIR}/ZoL-munin-plugin-${COMMIT}
LICENSE="MIT"
SLOT="0"
@@ -17,7 +17,6 @@ KEYWORDS="~amd64"
DEPEND="net-analyzer/munin"
RDEPEND="${DEPEND}
app-alternatives/bc
"
src_install() {