commit: 14d3c53fb01555536565698ba9449544e0ab5694
Author: Yixun Lan <dlan <AT> gentoo <DOT> org>
AuthorDate: Thu Apr 28 13:31:08 2022 +0000
Commit: Yixun Lan <dlan <AT> gentoo <DOT> org>
CommitDate: Thu Apr 28 13:32:02 2022 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=14d3c53f
sys-fs/zfs-auto-snapshot: forward keyword to live ebuild
try to keep it sync with release version
Signed-off-by: Yixun Lan <dlan <AT> gentoo.org>
sys-fs/zfs-auto-snapshot/zfs-auto-snapshot-9999.ebuild | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/sys-fs/zfs-auto-snapshot/zfs-auto-snapshot-9999.ebuild
b/sys-fs/zfs-auto-snapshot/zfs-auto-snapshot-9999.ebuild
index 4096503e2fff..18a922257dbc 100644
--- a/sys-fs/zfs-auto-snapshot/zfs-auto-snapshot-9999.ebuild
+++ b/sys-fs/zfs-auto-snapshot/zfs-auto-snapshot-9999.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2020 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