diff options
author | Sam James <sam@gentoo.org> | 2024-09-23 01:31:18 +0100 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2024-09-23 01:31:18 +0100 |
commit | 51892270737d8032b7321e7fe4197f487cc1de16 (patch) | |
tree | 4072b83e0ba5164f120234e2dff5d0d10d12b6e8 /app-portage | |
parent | app-portage/portage-utils: Stabilize 0.97 ppc64, #940066 (diff) | |
download | gentoo-51892270737d8032b7321e7fe4197f487cc1de16.tar.gz gentoo-51892270737d8032b7321e7fe4197f487cc1de16.tar.bz2 gentoo-51892270737d8032b7321e7fe4197f487cc1de16.zip |
app-portage/portage-utils: Stabilize 0.97 ppc, #940066
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'app-portage')
-rw-r--r-- | app-portage/portage-utils/portage-utils-0.97.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app-portage/portage-utils/portage-utils-0.97.ebuild b/app-portage/portage-utils/portage-utils-0.97.ebuild index 9e6e03d1f8b1..111f9f63d362 100644 --- a/app-portage/portage-utils/portage-utils-0.97.ebuild +++ b/app-portage/portage-utils/portage-utils-0.97.ebuild @@ -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" |