diff options
author | Sam James <sam@gentoo.org> | 2023-05-16 17:53:17 +0100 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2023-05-16 17:53:17 +0100 |
commit | d5afa35b82f497d73771b1bc3ae0b6c9e1caf19b (patch) | |
tree | 05288e1b6e80f59f7cb0a5d918e32539334be9ce /sys-fs | |
parent | net-fs/btfs: Keyword 2.24 arm64, #906551 (diff) | |
download | gentoo-d5afa35b82f497d73771b1bc3ae0b6c9e1caf19b.tar.gz gentoo-d5afa35b82f497d73771b1bc3ae0b6c9e1caf19b.tar.bz2 gentoo-d5afa35b82f497d73771b1bc3ae0b6c9e1caf19b.zip |
sys-fs/exfatprogs: Keyword 1.2.0 arm64, #906552
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'sys-fs')
-rw-r--r-- | sys-fs/exfatprogs/exfatprogs-1.2.0.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys-fs/exfatprogs/exfatprogs-1.2.0.ebuild b/sys-fs/exfatprogs/exfatprogs-1.2.0.ebuild index 0e556a14bed4..d48989b37991 100644 --- a/sys-fs/exfatprogs/exfatprogs-1.2.0.ebuild +++ b/sys-fs/exfatprogs/exfatprogs-1.2.0.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://github.com/exfatprogs/exfatprogs.git" else SRC_URI="https://github.com/${PN}/${PN}/releases/download/${PV}/${P}.tar.xz" - KEYWORDS="amd64 ~loong ppc ppc64 ~riscv x86" + KEYWORDS="amd64 ~arm64 ~loong ppc ppc64 ~riscv x86" fi LICENSE="GPL-2" SLOT="0" |