sys-fs/zfs-auto-snapshot: sync live ebuild
authorGeorgy Yakovlev <gyakovlev@gentoo.org>
Sat, 7 Dec 2019 01:01:27 +0000 (17:01 -0800)
committerGeorgy Yakovlev <gyakovlev@gentoo.org>
Sat, 7 Dec 2019 01:01:27 +0000 (17:01 -0800)
Package-Manager: Portage-2.3.81, Repoman-2.3.20
Signed-off-by: Georgy Yakovlev <gyakovlev@gentoo.org>
sys-fs/zfs-auto-snapshot/zfs-auto-snapshot-9999.ebuild

index e9006a5b9aac605cd1be2e2e0d826bb702a1fb55..d8170b5cfc1cda664ce2daaef3a58dcbbb341f93 100644 (file)
@@ -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