diff options
author | Georgy Yakovlev <gyakovlev@gentoo.org> | 2019-12-06 17:00:56 -0800 |
---|---|---|
committer | Georgy Yakovlev <gyakovlev@gentoo.org> | 2019-12-06 17:00:56 -0800 |
commit | 04b05c4f2dee71c664c96aeb29d8584b81bfc2b6 (patch) | |
tree | 220b92289b9b0a77d6723548414116461789f700 /sys-fs | |
parent | net-irc/weechat: sync live ebuild (diff) | |
download | gentoo-04b05c4f2dee71c664c96aeb29d8584b81bfc2b6.tar.gz gentoo-04b05c4f2dee71c664c96aeb29d8584b81bfc2b6.tar.bz2 gentoo-04b05c4f2dee71c664c96aeb29d8584b81bfc2b6.zip |
sys-fs/zfs-auto-snapshot: keyword on ~ppc64
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-1.2.4.ebuild | 4 |
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 e9006a5b9aac..d8170b5cfc1c 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-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 |