diff options
author | Yixun Lan <dlan@gentoo.org> | 2022-04-28 21:30:32 +0800 |
---|---|---|
committer | Yixun Lan <dlan@gentoo.org> | 2022-04-28 21:31:59 +0800 |
commit | 26c67b8ca80a21d3f22efe14d2338b161b086b08 (patch) | |
tree | 2f8fdef976ad74ce919bd2a6ecbdc391c70555e5 /sys-fs | |
parent | dev-python/watchgod: Bump to 0.8.2 (diff) | |
download | gentoo-26c67b8ca80a21d3f22efe14d2338b161b086b08.tar.gz gentoo-26c67b8ca80a21d3f22efe14d2338b161b086b08.tar.bz2 gentoo-26c67b8ca80a21d3f22efe14d2338b161b086b08.zip |
sys-fs/zfs-auto-snapshot: keyword 1.2.4-r1 for ~riscv
Signed-off-by: Yixun Lan <dlan@gentoo.org>
Diffstat (limited to 'sys-fs')
-rw-r--r-- | sys-fs/zfs-auto-snapshot/zfs-auto-snapshot-1.2.4-r1.ebuild | 4 |
1 files 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 |