commit: fae6f6216292db72352327145c3dd177fc7b2dfd Author: Sam James <sam <AT> gentoo <DOT> org> AuthorDate: Wed Jan 3 06:21:44 2024 +0000 Commit: Sam James <sam <AT> gentoo <DOT> org> CommitDate: Wed Jan 3 06:21:44 2024 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=fae6f621
app-misc/neofetch: Stabilize 7.1.0-r1 ppc64, #921227 Signed-off-by: Sam James <sam <AT> gentoo.org> app-misc/neofetch/neofetch-7.1.0-r1.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/app-misc/neofetch/neofetch-7.1.0-r1.ebuild b/app-misc/neofetch/neofetch-7.1.0-r1.ebuild index 95a45676825c..8a0907e59fa7 100644 --- a/app-misc/neofetch/neofetch-7.1.0-r1.ebuild +++ b/app-misc/neofetch/neofetch-7.1.0-r1.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2023 Gentoo Authors +# Copyright 1999-2024 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 @@ -7,7 +7,7 @@ inherit optfeature prefix if [[ ${PV} != *9999* ]]; then SRC_URI="https://github.com/dylanaraps/${PN}/archive/${PV}/${P}.tar.gz" - KEYWORDS="amd64 arm arm64 ~hppa ~ia64 ~loong ~mips ~ppc ~ppc64 ~riscv ~sparc x86 ~arm64-macos ~x64-macos" + KEYWORDS="amd64 arm arm64 ~hppa ~ia64 ~loong ~mips ~ppc ppc64 ~riscv ~sparc x86 ~arm64-macos ~x64-macos" else inherit git-r3 EGIT_REPO_URI="https://github.com/dylanaraps/neofetch.git"