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: Fri, 31 Jul 2020 19:19:10
Message-Id: 1596223130.483b8777102c1cd9d22a9be8811c0660a3d52247.gyakovlev@gentoo
1 commit: 483b8777102c1cd9d22a9be8811c0660a3d52247
2 Author: Georgy Yakovlev <gyakovlev <AT> gentoo <DOT> org>
3 AuthorDate: Fri Jul 31 19:18:26 2020 +0000
4 Commit: Georgy Yakovlev <gyakovlev <AT> gentoo <DOT> org>
5 CommitDate: Fri Jul 31 19:18:50 2020 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=483b8777
7
8 sys-fs/zfs-auto-snapshot: amd64 stable, bug #734946
9
10 Closes: https://bugs.gentoo.org/734946
11 Package-Manager: Portage-3.0.1, Repoman-2.3.23
12 Signed-off-by: Georgy Yakovlev <gyakovlev <AT> gentoo.org>
13
14 sys-fs/zfs-auto-snapshot/zfs-auto-snapshot-1.2.4.ebuild | 4 ++--
15 1 file changed, 2 insertions(+), 2 deletions(-)
16
17 diff --git a/sys-fs/zfs-auto-snapshot/zfs-auto-snapshot-1.2.4.ebuild b/sys-fs/zfs-auto-snapshot/zfs-auto-snapshot-1.2.4.ebuild
18 index d8170b5cfc1..609faf654fd 100644
19 --- a/sys-fs/zfs-auto-snapshot/zfs-auto-snapshot-1.2.4.ebuild
20 +++ b/sys-fs/zfs-auto-snapshot/zfs-auto-snapshot-1.2.4.ebuild
21 @@ -1,4 +1,4 @@
22 -# Copyright 1999-2019 Gentoo Authors
23 +# Copyright 1999-2020 Gentoo Authors
24 # Distributed under the terms of the GNU General Public License v2
25
26 EAPI=6
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 ~ppc64"
32 + KEYWORDS="amd64 ~ppc64"
33 S="${WORKDIR}/${MY_P}"
34 fi