summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGeorgy Yakovlev <gyakovlev@gentoo.org>2020-07-31 12:18:26 -0700
committerGeorgy Yakovlev <gyakovlev@gentoo.org>2020-07-31 12:18:50 -0700
commit483b8777102c1cd9d22a9be8811c0660a3d52247 (patch)
tree119785e6a10e7e0ea74f141d931fdf75844eb6ae /sys-fs/zfs-auto-snapshot
parentsys-kernel/gentoo-sources: Linux patch version bumps (diff)
downloadgentoo-483b8777102c1cd9d22a9be8811c0660a3d52247.tar.gz
gentoo-483b8777102c1cd9d22a9be8811c0660a3d52247.tar.bz2
gentoo-483b8777102c1cd9d22a9be8811c0660a3d52247.zip
sys-fs/zfs-auto-snapshot: amd64 stable, bug #734946
Closes: https://bugs.gentoo.org/734946 Package-Manager: Portage-3.0.1, Repoman-2.3.23 Signed-off-by: Georgy Yakovlev <gyakovlev@gentoo.org>
Diffstat (limited to 'sys-fs/zfs-auto-snapshot')
-rw-r--r--sys-fs/zfs-auto-snapshot/zfs-auto-snapshot-1.2.4.ebuild4
1 files changed, 2 insertions, 2 deletions
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
index d8170b5cfc1c..609faf654fd0 100644
--- 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
@@ -1,4 +1,4 @@
-# Copyright 1999-2019 Gentoo Authors
+# Copyright 1999-2020 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=6
@@ -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 ~ppc64"
+ KEYWORDS="amd64 ~ppc64"
S="${WORKDIR}/${MY_P}"
fi