summaryrefslogtreecommitdiff
path: root/sys-fs
diff options
context:
space:
mode:
authorGeorgy Yakovlev <gyakovlev@gentoo.org>2019-12-06 17:01:27 -0800
committerGeorgy Yakovlev <gyakovlev@gentoo.org>2019-12-06 17:01:27 -0800
commit119263f2307a8b728bf83063fb06211c39159552 (patch)
tree9954cc5ff1a175ef267a0ffb8904d4eda5d9bdff /sys-fs
parentsys-fs/zfs-auto-snapshot: keyword on ~ppc64 (diff)
downloadgentoo-119263f2307a8b728bf83063fb06211c39159552.tar.gz
gentoo-119263f2307a8b728bf83063fb06211c39159552.tar.bz2
gentoo-119263f2307a8b728bf83063fb06211c39159552.zip
sys-fs/zfs-auto-snapshot: sync live ebuild
Package-Manager: Portage-2.3.81, Repoman-2.3.20 Signed-off-by: Georgy Yakovlev <gyakovlev@gentoo.org>
Diffstat (limited to 'sys-fs')
-rw-r--r--sys-fs/zfs-auto-snapshot/zfs-auto-snapshot-9999.ebuild4
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 e9006a5b9aac..d8170b5cfc1c 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-2018 Gentoo Foundation
+# Copyright 1999-2019 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"
+ KEYWORDS="~amd64 ~ppc64"
S="${WORKDIR}/${MY_P}"
fi