summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichał Górny <mgorny@gentoo.org>2024-11-23 16:47:10 +0100
committerMichał Górny <mgorny@gentoo.org>2024-11-23 16:47:10 +0100
commit146421aa41748a60db1f4587714499ee62fb29d9 (patch)
treef0a97a925b1f7719cd75c978273cf8c6cf46686a /app-misc/screenfetch
parentapp-misc/beanstalkd: Stabilize 1.13 amd64, #944614 (diff)
downloadgentoo-146421aa41748a60db1f4587714499ee62fb29d9.tar.gz
gentoo-146421aa41748a60db1f4587714499ee62fb29d9.tar.bz2
gentoo-146421aa41748a60db1f4587714499ee62fb29d9.zip
app-misc/screenfetch: Stabilize 3.9.1-r1 x86, #944631
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'app-misc/screenfetch')
-rw-r--r--app-misc/screenfetch/screenfetch-3.9.1-r1.ebuild2
1 files changed, 1 insertions, 1 deletions
diff --git a/app-misc/screenfetch/screenfetch-3.9.1-r1.ebuild b/app-misc/screenfetch/screenfetch-3.9.1-r1.ebuild
index e91a6a442ebe..679a4a2ae9df 100644
--- a/app-misc/screenfetch/screenfetch-3.9.1-r1.ebuild
+++ b/app-misc/screenfetch/screenfetch-3.9.1-r1.ebuild
@@ -14,7 +14,7 @@ if [[ ${PV} == *9999 ]] ; then
EGIT_REPO_URI="https://github.com/KittyKatt/screenFetch.git"
inherit git-r3
else
- KEYWORDS="amd64 ~arm ~loong ~riscv ~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