diff options
author | Sam James <sam@gentoo.org> | 2023-02-24 18:28:46 +0000 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2023-02-24 18:35:50 +0000 |
commit | a7ce3e89b88f036fbb6c611838d6650f4d47feda (patch) | |
tree | b2034ba0643e83986da4e71f184a540a96c82bd3 /app-alternatives/gzip | |
parent | app-alternatives/cpio: keyword for ~arm64-macos (diff) | |
download | gentoo-a7ce3e89b88f036fbb6c611838d6650f4d47feda.tar.gz gentoo-a7ce3e89b88f036fbb6c611838d6650f4d47feda.tar.bz2 gentoo-a7ce3e89b88f036fbb6c611838d6650f4d47feda.zip |
app-alternatives/gzip: keyword for ~arm64-macos
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'app-alternatives/gzip')
-rw-r--r-- | app-alternatives/gzip/gzip-0.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/app-alternatives/gzip/gzip-0.ebuild b/app-alternatives/gzip/gzip-0.ebuild index 4d19fb28ba7c..4b7c266a798a 100644 --- a/app-alternatives/gzip/gzip-0.ebuild +++ b/app-alternatives/gzip/gzip-0.ebuild @@ -1,4 +1,4 @@ -# Copyright 2022 Gentoo Authors +# Copyright 2022-2023 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 @@ -11,7 +11,7 @@ ALTERNATIVES=( inherit app-alternatives DESCRIPTION="gzip symlinks" -KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ~loong ~m68k ~mips ppc ppc64 ~riscv ~s390 sparc x86 ~x64-cygwin ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris" +KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ~loong ~m68k ~mips ppc ppc64 ~riscv ~s390 sparc x86 ~x64-cygwin ~amd64-linux ~x86-linux ~arm64-macos ~ppc-macos ~x64-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris" IUSE="split-usr" RDEPEND=" |