diff options
author | Sam James <sam@gentoo.org> | 2023-02-24 18:34:15 +0000 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2023-02-24 18:35:56 +0000 |
commit | a2fb91ef324f29ae9985c9c3e4f127fd23476054 (patch) | |
tree | 5f83527283577514a9fe4c8b3dc7dd03799e5e15 /app-arch/bzip2/bzip2-9999.ebuild | |
parent | app-admin/eselect: keyword for ~arm64-macos (diff) | |
download | gentoo-a2fb91ef324f29ae9985c9c3e4f127fd23476054.tar.gz gentoo-a2fb91ef324f29ae9985c9c3e4f127fd23476054.tar.bz2 gentoo-a2fb91ef324f29ae9985c9c3e4f127fd23476054.zip |
app-arch/bzip2: keyword for ~arm64-macos
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'app-arch/bzip2/bzip2-9999.ebuild')
-rw-r--r-- | app-arch/bzip2/bzip2-9999.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/app-arch/bzip2/bzip2-9999.ebuild b/app-arch/bzip2/bzip2-9999.ebuild index 025f6378d542..e8b4774ac56e 100644 --- a/app-arch/bzip2/bzip2-9999.ebuild +++ b/app-arch/bzip2/bzip2-9999.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2022 Gentoo Authors +# Copyright 1999-2023 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 @@ -11,7 +11,7 @@ if [[ ${PV} == 9999 ]] ; then EGIT_REPO_URI="https://gitlab.com/bzip2/bzip2" inherit git-r3 else - KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86" + KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86 ~arm64-macos" fi LICENSE="BZIP2" |