Gentoo Archives: gentoo-commits

From: Yixun Lan <dlan@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: sys-fs/zfs-auto-snapshot/
Date: Thu, 28 Apr 2022 13:35:39
Message-Id: 1651152722.14d3c53fb01555536565698ba9449544e0ab5694.dlan@gentoo
1 commit: 14d3c53fb01555536565698ba9449544e0ab5694
2 Author: Yixun Lan <dlan <AT> gentoo <DOT> org>
3 AuthorDate: Thu Apr 28 13:31:08 2022 +0000
4 Commit: Yixun Lan <dlan <AT> gentoo <DOT> org>
5 CommitDate: Thu Apr 28 13:32:02 2022 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=14d3c53f
7
8 sys-fs/zfs-auto-snapshot: forward keyword to live ebuild
9
10 try to keep it sync with release version
11
12 Signed-off-by: Yixun Lan <dlan <AT> gentoo.org>
13
14 sys-fs/zfs-auto-snapshot/zfs-auto-snapshot-9999.ebuild | 4 ++--
15 1 file changed, 2 insertions(+), 2 deletions(-)
16
17 diff --git a/sys-fs/zfs-auto-snapshot/zfs-auto-snapshot-9999.ebuild b/sys-fs/zfs-auto-snapshot/zfs-auto-snapshot-9999.ebuild
18 index 4096503e2fff..18a922257dbc 100644
19 --- a/sys-fs/zfs-auto-snapshot/zfs-auto-snapshot-9999.ebuild
20 +++ b/sys-fs/zfs-auto-snapshot/zfs-auto-snapshot-9999.ebuild
21 @@ -1,4 +1,4 @@
22 -# Copyright 1999-2020 Gentoo Authors
23 +# Copyright 1999-2022 Gentoo Authors
24 # Distributed under the terms of the GNU General Public License v2
25
26 EAPI=7
27 @@ -11,7 +11,7 @@ if [[ ${PV} == 9999 ]]; then
28 else
29 MY_P="${PN}-upstream-${PV}"
30 SRC_URI="https://github.com/zfsonlinux/${PN}/archive/upstream/${PV}.tar.gz -> ${MY_P}.tar.gz"
31 - KEYWORDS="~amd64 ~arm64 ~ppc64"
32 + KEYWORDS="~amd64 ~arm64 ~ppc64 ~riscv"
33 S="${WORKDIR}/${MY_P}"
34 fi