From 1e51b0b1ee65e1fed1caf42a2901bc654e0ab600 Mon Sep 17 00:00:00 2001 From: Piotr Kubaj Date: Tue, 13 Feb 2024 00:32:32 +0100 Subject: [PATCH] app-misc/pfetch: keyword 0.6.0 for ~arm64 Signed-off-by: Piotr Kubaj --- app-misc/pfetch/pfetch-0.6.0.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app-misc/pfetch/pfetch-0.6.0.ebuild b/app-misc/pfetch/pfetch-0.6.0.ebuild index fa181e29ca..b9c7582b9d 100644 --- a/app-misc/pfetch/pfetch-0.6.0.ebuild +++ b/app-misc/pfetch/pfetch-0.6.0.ebuild @@ -6,7 +6,7 @@ EAPI=7 DESCRIPTION="A pretty system information tool written in POSIX sh" HOMEPAGE="https://github.com/dylanaraps/pfetch" -KEYWORDS="~amd64 ~x86" +KEYWORDS="~amd64 ~arm64 ~x86" SRC_URI="https://github.com/dylanaraps/pfetch/archive/${PV}.tar.gz -> ${P}.tar.gz" LICENSE="MIT"