diff options
author | 2024-08-27 12:28:40 +0200 | |
---|---|---|
committer | 2024-08-27 12:28:40 +0200 | |
commit | adecee497501aa501edeb5d1b6df871ef801032e (patch) | |
tree | dc5d0aedc2aedc7deb2d9bb5571815a1105104ae /app-misc | |
parent | app-misc/fastfetch: Stabilize 2.20.0 arm64, #938545 (diff) | |
download | gentoo-adecee497501aa501edeb5d1b6df871ef801032e.tar.gz gentoo-adecee497501aa501edeb5d1b6df871ef801032e.tar.bz2 gentoo-adecee497501aa501edeb5d1b6df871ef801032e.zip |
app-misc/fastfetch: Stabilize 2.20.0 ppc64, #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 0de04684ece8..74b459bed2bb 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" |