diff options
author | 2023-08-09 06:54:45 +0100 | |
---|---|---|
committer | 2023-08-09 06:54:45 +0100 | |
commit | f96695d785497fc78ee0f48e4d88e24f7f930fc0 (patch) | |
tree | a10c2e3ce267688ead9cc7784006fb73837c6287 /sys-fs | |
parent | sys-fs/zfs-kmod: Stabilize 2.1.12 arm64, #911673 (diff) | |
download | gentoo-f96695d785497fc78ee0f48e4d88e24f7f930fc0.tar.gz gentoo-f96695d785497fc78ee0f48e4d88e24f7f930fc0.tar.bz2 gentoo-f96695d785497fc78ee0f48e4d88e24f7f930fc0.zip |
sys-fs/zfs: Stabilize 2.1.12 arm64, #911673
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'sys-fs')
-rw-r--r-- | sys-fs/zfs/zfs-2.1.12.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sys-fs/zfs/zfs-2.1.12.ebuild b/sys-fs/zfs/zfs-2.1.12.ebuild index b26e1c180a00..d03112013891 100644 --- a/sys-fs/zfs/zfs-2.1.12.ebuild +++ b/sys-fs/zfs/zfs-2.1.12.ebuild @@ -25,7 +25,7 @@ else S="${WORKDIR}/${P%_rc?}" if [[ ${PV} != *_rc* ]]; then - KEYWORDS="amd64 ~arm64 ppc64 ~riscv ~sparc" + KEYWORDS="amd64 arm64 ppc64 ~riscv ~sparc" fi fi |