commit: 26c67b8ca80a21d3f22efe14d2338b161b086b08
Author: Yixun Lan <dlan <AT> gentoo <DOT> org>
AuthorDate: Thu Apr 28 13:30:32 2022 +0000
Commit: Yixun Lan <dlan <AT> gentoo <DOT> org>
CommitDate: Thu Apr 28 13:31:59 2022 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=26c67b8c
sys-fs/zfs-auto-snapshot: keyword 1.2.4-r1 for ~riscv
Signed-off-by: Yixun Lan <dlan <AT> gentoo.org>
sys-fs/zfs-auto-snapshot/zfs-auto-snapshot-1.2.4-r1.ebuild | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/sys-fs/zfs-auto-snapshot/zfs-auto-snapshot-1.2.4-r1.ebuild
b/sys-fs/zfs-auto-snapshot/zfs-auto-snapshot-1.2.4-r1.ebuild
index e5ec98d94089..30221867b133 100644
--- a/sys-fs/zfs-auto-snapshot/zfs-auto-snapshot-1.2.4-r1.ebuild
+++ b/sys-fs/zfs-auto-snapshot/zfs-auto-snapshot-1.2.4-r1.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2021 Gentoo Authors
+# Copyright 1999-2022 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=7
@@ -11,7 +11,7 @@ if [[ ${PV} == 9999 ]]; then
else
MY_P="${PN}-upstream-${PV}"
SRC_URI="https://github.com/zfsonlinux/${PN}/archive/upstream/${PV}.tar.gz ->
${MY_P}.tar.gz"
- KEYWORDS="amd64 arm64 ppc64"
+ KEYWORDS="amd64 arm64 ppc64 ~riscv"
S="${WORKDIR}/${MY_P}"
fi