Gentoo Archives: gentoo-commits

From: Georgy Yakovlev <gyakovlev@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: sys-fs/zfs-auto-snapshot/
Date: Wed, 02 Sep 2020 20:19:09
Message-Id: 1599077924.f6cbcf2cfc90458350625d5e12e0508f1fab2934.gyakovlev@gentoo
1 commit: f6cbcf2cfc90458350625d5e12e0508f1fab2934
2 Author: Georgy Yakovlev <gyakovlev <AT> gentoo <DOT> org>
3 AuthorDate: Wed Sep 2 20:18:44 2020 +0000
4 Commit: Georgy Yakovlev <gyakovlev <AT> gentoo <DOT> org>
5 CommitDate: Wed Sep 2 20:18:44 2020 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f6cbcf2c
7
8 sys-fs/zfs-auto-snapshot: sync live ebuild keywords
9
10 Package-Manager: Portage-3.0.5, Repoman-3.0.1
11 Signed-off-by: Georgy Yakovlev <gyakovlev <AT> gentoo.org>
12
13 sys-fs/zfs-auto-snapshot/zfs-auto-snapshot-9999.ebuild | 4 ++--
14 1 file changed, 2 insertions(+), 2 deletions(-)
15
16 diff --git a/sys-fs/zfs-auto-snapshot/zfs-auto-snapshot-9999.ebuild b/sys-fs/zfs-auto-snapshot/zfs-auto-snapshot-9999.ebuild
17 index d8170b5cfc1..c880e32a760 100644
18 --- a/sys-fs/zfs-auto-snapshot/zfs-auto-snapshot-9999.ebuild
19 +++ b/sys-fs/zfs-auto-snapshot/zfs-auto-snapshot-9999.ebuild
20 @@ -1,4 +1,4 @@
21 -# Copyright 1999-2019 Gentoo Authors
22 +# Copyright 1999-2020 Gentoo Authors
23 # Distributed under the terms of the GNU General Public License v2
24
25 EAPI=6
26 @@ -11,7 +11,7 @@ if [[ ${PV} == 9999 ]]; then
27 else
28 MY_P="${PN}-upstream-${PV}"
29 SRC_URI="https://github.com/zfsonlinux/${PN}/archive/upstream/${PV}.tar.gz -> ${MY_P}.tar.gz"
30 - KEYWORDS="~amd64 ~ppc64"
31 + KEYWORDS="~amd64 ~arm64 ~ppc64"
32 S="${WORKDIR}/${MY_P}"
33 fi