diff options
author | Sam James <sam@gentoo.org> | 2023-08-16 20:17:02 +0100 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2023-08-16 20:17:02 +0100 |
commit | 97192b2544192be74bfa850dab288df201eac34b (patch) | |
tree | 18850b928e564740a2b43c4ea2d28f54f52c3c61 /net-analyzer/netdata | |
parent | www-client/chromium: promote 116.0.5845.96 to stable slot (diff) | |
download | gentoo-97192b2544192be74bfa850dab288df201eac34b.tar.gz gentoo-97192b2544192be74bfa850dab288df201eac34b.tar.bz2 gentoo-97192b2544192be74bfa850dab288df201eac34b.zip |
net-analyzer/netdata: Keyword 1.42.0 arm64, #907708
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'net-analyzer/netdata')
-rw-r--r-- | net-analyzer/netdata/netdata-1.42.0.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/net-analyzer/netdata/netdata-1.42.0.ebuild b/net-analyzer/netdata/netdata-1.42.0.ebuild index 90d183c63811..04f7f17f76b5 100644 --- a/net-analyzer/netdata/netdata-1.42.0.ebuild +++ b/net-analyzer/netdata/netdata-1.42.0.ebuild @@ -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 ~riscv ~x86" + KEYWORDS="~amd64 ~arm64 ~ppc64 ~riscv ~x86" fi DESCRIPTION="Linux real time system monitoring, done right!" |