mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-09-24 17:09:10 -07:00
net-analyzer/munin-plugins-zfs: EAPI 6 -> 8
Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>
This commit is contained in:
@@ -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() {
|
||||
Reference in New Issue
Block a user