diff options
author | Matoro Mahri <matoro_gentoo@matoro.tk> | 2023-11-30 12:46:20 -0500 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2023-12-01 03:27:41 +0000 |
commit | 7a39c216a2111d5fefa31027f567a30521393d46 (patch) | |
tree | 0a1f5ba9fcd29fa2c7738d3f5616a0f1c7e2225e /app-misc/fastfetch | |
parent | dev-libs/yyjson: Keyword 0.8.0 ppc64, #912270 (diff) | |
download | gentoo-7a39c216a2111d5fefa31027f567a30521393d46.tar.gz gentoo-7a39c216a2111d5fefa31027f567a30521393d46.tar.bz2 gentoo-7a39c216a2111d5fefa31027f567a30521393d46.zip |
app-misc/fastfetch: Keyword 2.2.3 ppc64, #912270
Signed-off-by: Matoro Mahri <matoro_gentoo@matoro.tk>
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'app-misc/fastfetch')
-rw-r--r-- | app-misc/fastfetch/fastfetch-2.2.3.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app-misc/fastfetch/fastfetch-2.2.3.ebuild b/app-misc/fastfetch/fastfetch-2.2.3.ebuild index f3c91c217ba1..c69d489e1627 100644 --- a/app-misc/fastfetch/fastfetch-2.2.3.ebuild +++ b/app-misc/fastfetch/fastfetch-2.2.3.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 ~riscv ~x86" + KEYWORDS="~amd64 ~arm ~arm64 ~loong ~ppc64 ~riscv ~x86" fi LICENSE="MIT" |