diff options
author | 2024-08-27 12:28:42 +0200 | |
---|---|---|
committer | 2024-08-27 12:28:42 +0200 | |
commit | c4060dffadc32888e38c96ee3cb5465de5a224d9 (patch) | |
tree | 3c030e83d6b0820c236533d17495c44feb9b468b /app-misc | |
parent | app-misc/fastfetch: Stabilize 2.20.0 ppc64, #938545 (diff) | |
download | gentoo-c4060dffadc32888e38c96ee3cb5465de5a224d9.tar.gz gentoo-c4060dffadc32888e38c96ee3cb5465de5a224d9.tar.bz2 gentoo-c4060dffadc32888e38c96ee3cb5465de5a224d9.zip |
app-misc/fastfetch: Stabilize 2.20.0 amd64, #938545
Signed-off-by: Jakov Smolić <jsmolic@gentoo.org>
Diffstat (limited to 'app-misc')
-rw-r--r-- | app-misc/fastfetch/fastfetch-2.20.0.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app-misc/fastfetch/fastfetch-2.20.0.ebuild b/app-misc/fastfetch/fastfetch-2.20.0.ebuild index 74b459bed2bb..c5461c00eeb9 100644 --- a/app-misc/fastfetch/fastfetch-2.20.0.ebuild +++ b/app-misc/fastfetch/fastfetch-2.20.0.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" |