From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id CE9E8138359 for ; Wed, 2 Sep 2020 20:19:10 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 94F6EE089C; Wed, 2 Sep 2020 20:19:08 +0000 (UTC) Received: from smtp.gentoo.org (mail.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 7E99EE089C for ; Wed, 2 Sep 2020 20:19:08 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 157DE340F08 for ; Wed, 2 Sep 2020 20:19:07 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id B46CE2EC for ; Wed, 2 Sep 2020 20:19:05 +0000 (UTC) From: "Georgy Yakovlev" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Georgy Yakovlev" Message-ID: <1599077855.ceb7c1b44b4e2fb724a1199224d2c53f71e60f6c.gyakovlev@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: sys-fs/zfs-auto-snapshot/ X-VCS-Repository: repo/gentoo X-VCS-Files: sys-fs/zfs-auto-snapshot/zfs-auto-snapshot-1.2.4.ebuild X-VCS-Directories: sys-fs/zfs-auto-snapshot/ X-VCS-Committer: gyakovlev X-VCS-Committer-Name: Georgy Yakovlev X-VCS-Revision: ceb7c1b44b4e2fb724a1199224d2c53f71e60f6c X-VCS-Branch: master Date: Wed, 2 Sep 2020 20:19:05 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 8d3f9be2-5a03-45c1-88a4-e2e28b01554d X-Archives-Hash: c33851f06815f1bcecd3be159f07e25e commit: ceb7c1b44b4e2fb724a1199224d2c53f71e60f6c Author: Georgy Yakovlev gentoo org> AuthorDate: Wed Sep 2 20:17:35 2020 +0000 Commit: Georgy Yakovlev gentoo org> CommitDate: Wed Sep 2 20:17:35 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ceb7c1b4 sys-fs/zfs-auto-snapshot: ppc64 stable Package-Manager: Portage-3.0.5, Repoman-3.0.1 Signed-off-by: Georgy Yakovlev gentoo.org> sys-fs/zfs-auto-snapshot/zfs-auto-snapshot-1.2.4.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 609faf654fd..9138ecdaa81 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 @@ -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