summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorWANG Xuerui <xen0n@gentoo.org>2022-05-05 17:52:27 +0800
committerWANG Xuerui <xen0n@gentoo.org>2022-05-05 18:05:20 +0800
commite8dd13360a7cae9cebe447d18578101d57ef0ab6 (patch)
treee778d73953fd75ee945fa0e1e53a77b2258e04b7 /app-misc/screenfetch
parentapp-misc/screenfetch: keyword 3.9.1-r1 for ~loong (diff)
downloadgentoo-e8dd13360a7cae9cebe447d18578101d57ef0ab6.tar.gz
gentoo-e8dd13360a7cae9cebe447d18578101d57ef0ab6.tar.bz2
gentoo-e8dd13360a7cae9cebe447d18578101d57ef0ab6.zip
app-misc/screenfetch: forward ~loong
Signed-off-by: WANG Xuerui <xen0n@gentoo.org>
Diffstat (limited to 'app-misc/screenfetch')
-rw-r--r--app-misc/screenfetch/screenfetch-9999.ebuild4
1 files changed, 2 insertions, 2 deletions
diff --git a/app-misc/screenfetch/screenfetch-9999.ebuild b/app-misc/screenfetch/screenfetch-9999.ebuild
index 8bb13a276cb6..4312905647d7 100644
--- a/app-misc/screenfetch/screenfetch-9999.ebuild
+++ b/app-misc/screenfetch/screenfetch-9999.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 ~x86 ~x64-macos"
SRC_URI="https://github.com/KittyKatt/screenFetch/archive/v${PV}.tar.gz -> ${P}.tar.gz"
S="${WORKDIR}/${MY_PN}-${PV}"
fi