summaryrefslogtreecommitdiff
path: root/sys-fs
diff options
context:
space:
mode:
authorSam James <sam@gentoo.org>2022-08-03 19:54:39 +0100
committerSam James <sam@gentoo.org>2022-08-03 19:54:39 +0100
commitd88628119552af50c68386c1e0174f99bd54eab5 (patch)
treee2a484db700fe460901d7fdfb14462ffbbb3e65a /sys-fs
parentapp-emulation/qemu: fix build w/ glibc 2.36 (diff)
downloadgentoo-d88628119552af50c68386c1e0174f99bd54eab5.tar.gz
gentoo-d88628119552af50c68386c1e0174f99bd54eab5.tar.bz2
gentoo-d88628119552af50c68386c1e0174f99bd54eab5.zip
sys-fs/zfs: keyword 2.1.5-r5
Bug: https://bugs.gentoo.org/863212 Bug: https://bugs.gentoo.org/855182 Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'sys-fs')
-rw-r--r--sys-fs/zfs/zfs-2.1.5-r5.ebuild7
1 files changed, 3 insertions, 4 deletions
diff --git a/sys-fs/zfs/zfs-2.1.5-r5.ebuild b/sys-fs/zfs/zfs-2.1.5-r5.ebuild
index c1f790c74a69..705c6d3e1aa7 100644
--- a/sys-fs/zfs/zfs-2.1.5-r5.ebuild
+++ b/sys-fs/zfs/zfs-2.1.5-r5.ebuild
@@ -24,10 +24,9 @@ else
SRC_URI+=" verify-sig? ( https://github.com/openzfs/${PN}/releases/download/${MY_P}/${MY_P}.tar.gz.asc )"
S="${WORKDIR}/${P%_rc?}"
- # Unkeyworded briefly for testing
- #if [[ ${PV} != *_rc* ]]; then
- # KEYWORDS="~amd64 ~arm64 ~ppc64 ~riscv"
- #fi
+ if [[ ${PV} != *_rc* ]]; then
+ KEYWORDS="~amd64 ~arm64 ~ppc64 ~riscv"
+ fi
fi
LICENSE="BSD-2 CDDL MIT"