summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'app-misc/screenfetch/screenfetch-3.9.1-r1.ebuild')
-rw-r--r--app-misc/screenfetch/screenfetch-3.9.1-r1.ebuild4
1 files changed, 2 insertions, 2 deletions
diff --git a/app-misc/screenfetch/screenfetch-3.9.1-r1.ebuild b/app-misc/screenfetch/screenfetch-3.9.1-r1.ebuild
index 8bb13a276cb6..e575ef6a0395 100644
--- a/app-misc/screenfetch/screenfetch-3.9.1-r1.ebuild
+++ b/app-misc/screenfetch/screenfetch-3.9.1-r1.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2021 Gentoo Authors
+# Copyright 1999-2022 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=7
@@ -14,7 +14,7 @@ if [[ ${PV} == *9999 ]] ; then
EGIT_REPO_URI="https://github.com/KittyKatt/screenFetch.git"
inherit git-r3
else
- KEYWORDS="~amd64 ~arm ~x86 ~x64-macos"
+ KEYWORDS="~amd64 ~arm ~loong ~riscv ~x86 ~x64-macos"
SRC_URI="https://github.com/KittyKatt/screenFetch/archive/v${PV}.tar.gz -> ${P}.tar.gz"
S="${WORKDIR}/${MY_PN}-${PV}"
fi