diff options
author | Arthur Zamarin <arthurzam@gentoo.org> | 2024-11-09 09:57:08 +0000 |
---|---|---|
committer | Arthur Zamarin <arthurzam@gentoo.org> | 2024-11-09 09:57:08 +0000 |
commit | 5a1ff292054e7b4310f3a2b042913fe35ec2fa38 (patch) | |
tree | 2eda63d33ecc8ccac04574f07309f9533c5a0deb /app-misc | |
parent | net-p2p/bitcoin-core: Stabilize 27.1 amd64, #941227 (diff) | |
download | gentoo-5a1ff292054e7b4310f3a2b042913fe35ec2fa38.tar.gz gentoo-5a1ff292054e7b4310f3a2b042913fe35ec2fa38.tar.bz2 gentoo-5a1ff292054e7b4310f3a2b042913fe35ec2fa38.zip |
app-misc/fastfetch: Stabilize 2.27.1 amd64, #942983
Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>
Diffstat (limited to 'app-misc')
-rw-r--r-- | app-misc/fastfetch/fastfetch-2.27.1.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app-misc/fastfetch/fastfetch-2.27.1.ebuild b/app-misc/fastfetch/fastfetch-2.27.1.ebuild index 151cd4f51031..3d81543b4ade 100644 --- a/app-misc/fastfetch/fastfetch-2.27.1.ebuild +++ b/app-misc/fastfetch/fastfetch-2.27.1.ebuild @@ -15,7 +15,7 @@ if [[ ${PV} == *9999 ]]; then [[ "${EGIT_BRANCH}" == "" ]] && die "Please set a git branch" else SRC_URI="https://github.com/fastfetch-cli/fastfetch/archive/refs/tags/${PV}.tar.gz -> ${P}.tar.gz" - KEYWORDS="~amd64 ~arm arm64 ~loong ~ppc ppc64 ~riscv ~sparc ~x86" + KEYWORDS="amd64 ~arm arm64 ~loong ~ppc ppc64 ~riscv ~sparc ~x86" fi LICENSE="MIT" |