diff options
author | Sam James <sam@gentoo.org> | 2024-11-11 15:19:58 +0000 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2024-11-11 15:19:58 +0000 |
commit | e9dfb1d66bc14e31d6d5f90b09b19d311fe0b0fa (patch) | |
tree | af221d9519d514dcef3f3be7ef706c45e7faaaf6 | |
parent | app-arch/xz-utils: Stabilize 5.6.3 x86, #943257 (diff) | |
download | gentoo-e9dfb1d66bc14e31d6d5f90b09b19d311fe0b0fa.tar.gz gentoo-e9dfb1d66bc14e31d6d5f90b09b19d311fe0b0fa.tar.bz2 gentoo-e9dfb1d66bc14e31d6d5f90b09b19d311fe0b0fa.zip |
app-arch/xz-utils: Stabilize 5.6.3 amd64, #943257
Signed-off-by: Sam James <sam@gentoo.org>
-rw-r--r-- | app-arch/xz-utils/xz-utils-5.6.3.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app-arch/xz-utils/xz-utils-5.6.3.ebuild b/app-arch/xz-utils/xz-utils-5.6.3.ebuild index 11bd8b9a4e4d..861973a7eb77 100644 --- a/app-arch/xz-utils/xz-utils-5.6.3.ebuild +++ b/app-arch/xz-utils/xz-utils-5.6.3.ebuild @@ -35,7 +35,7 @@ else " if [[ ${PV} != *_alpha* && ${PV} != *_beta* ]] ; then - 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 S="${WORKDIR}/${MY_P}" |