net-analyzer/netdata: Keyword 1.36.1-r1 riscv, #866139

Signed-off-by: Chris Su <chris@lesscrowds.org>
Closes: https://github.com/gentoo/gentoo/pull/27490
Signed-off-by: Jakov Smolić <jsmolic@gentoo.org>
This commit is contained in:
Chris Su
2022-09-27 09:32:06 +00:00
committed by Jakov Smolić
parent 61a2b643e8
commit 53cef98529

View File

@@ -12,7 +12,7 @@ if [[ ${PV} == *9999 ]] ; then
else
SRC_URI="https://github.com/netdata/${PN}/releases/download/v${PV}/${PN}-v${PV}.tar.gz -> ${P}.tar.gz"
S="${WORKDIR}/${PN}-v${PV}"
KEYWORDS="~amd64 ~ppc64 ~x86"
KEYWORDS="~amd64 ~ppc64 ~riscv ~x86"
fi
DESCRIPTION="Linux real time system monitoring, done right!"