diff options
author | 2022-04-28 21:31:08 +0800 | |
---|---|---|
committer | 2022-04-28 21:32:02 +0800 | |
commit | 14d3c53fb01555536565698ba9449544e0ab5694 (patch) | |
tree | 57498628d83fbbe493f9471b0c8bcc375b6347e4 /sys-fs/zfs-auto-snapshot | |
parent | sys-fs/zfs-auto-snapshot: keyword 1.2.4-r1 for ~riscv (diff) | |
download | gentoo-14d3c53fb01555536565698ba9449544e0ab5694.tar.gz gentoo-14d3c53fb01555536565698ba9449544e0ab5694.tar.bz2 gentoo-14d3c53fb01555536565698ba9449544e0ab5694.zip |
sys-fs/zfs-auto-snapshot: forward keyword to live ebuild
try to keep it sync with release version
Signed-off-by: Yixun Lan <dlan@gentoo.org>
Diffstat (limited to 'sys-fs/zfs-auto-snapshot')
-rw-r--r-- | sys-fs/zfs-auto-snapshot/zfs-auto-snapshot-9999.ebuild | 4 |
1 files 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 |