commit: 1bf826f5866cdbddd51ac67b0a61a8b5691f66cb Author: Matt Turner <mattst88 <AT> gentoo <DOT> org> AuthorDate: Sat Jan 25 03:37:49 2025 +0000 Commit: Matt Turner <mattst88 <AT> gentoo <DOT> org> CommitDate: Sat Jan 25 03:40:09 2025 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1bf826f5
app-portage/portage-utils: Stabilize 0.97 hppa, #940066 Signed-off-by: Matt Turner <mattst88 <AT> gentoo.org> app-portage/portage-utils/portage-utils-0.97.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/app-portage/portage-utils/portage-utils-0.97.ebuild b/app-portage/portage-utils/portage-utils-0.97.ebuild index 494f66e8e8bf..07750f673f20 100644 --- a/app-portage/portage-utils/portage-utils-0.97.ebuild +++ b/app-portage/portage-utils/portage-utils-0.97.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2024 Gentoo Authors +# Copyright 1999-2025 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 @@ -13,7 +13,7 @@ if [[ ${PV} == *9999 ]]; then EGIT_REPO_URI="https://anongit.gentoo.org/git/proj/portage-utils.git" else SRC_URI="https://dev.gentoo.org/~grobian/distfiles/${P}.tar.xz" - KEYWORDS="~alpha amd64 arm arm64 ~hppa ~loong ~m68k ~mips ppc ppc64 ~riscv ~s390 sparc x86 ~amd64-linux ~x86-linux ~arm64-macos ~ppc-macos ~x64-macos ~x64-solaris" + KEYWORDS="~alpha amd64 arm arm64 hppa ~loong ~m68k ~mips ppc ppc64 ~riscv ~s390 sparc x86 ~amd64-linux ~x86-linux ~arm64-macos ~ppc-macos ~x64-macos ~x64-solaris" fi LICENSE="GPL-2"