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 223EE138336 for ; Wed, 2 Jan 2019 15:55:40 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 4366CE0885; Wed, 2 Jan 2019 15:55:39 +0000 (UTC) Received: from smtp.gentoo.org (dev.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 1D7FDE0885 for ; Wed, 2 Jan 2019 15:55:38 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (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 897D2335C7B for ; Wed, 2 Jan 2019 15:55:36 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 6845A503 for ; Wed, 2 Jan 2019 15:55:34 +0000 (UTC) From: "Jason Zaman" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Jason Zaman" Message-ID: <1546444427.7fa2aaa9a6b47b7913b39b35e96799fd0ac7eb21.perfinion@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: net-misc/rclone/ X-VCS-Repository: repo/gentoo X-VCS-Files: net-misc/rclone/rclone-1.44.ebuild X-VCS-Directories: net-misc/rclone/ X-VCS-Committer: perfinion X-VCS-Committer-Name: Jason Zaman X-VCS-Revision: 7fa2aaa9a6b47b7913b39b35e96799fd0ac7eb21 X-VCS-Branch: master Date: Wed, 2 Jan 2019 15:55:34 +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: b2928e5a-eddd-459e-be7b-2f93d61c87cd X-Archives-Hash: b7c3a98abfd1bbc4dea66cc57e868056 commit: 7fa2aaa9a6b47b7913b39b35e96799fd0ac7eb21 Author: Jason Zaman gentoo org> AuthorDate: Wed Jan 2 15:53:12 2019 +0000 Commit: Jason Zaman gentoo org> CommitDate: Wed Jan 2 15:53:47 2019 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7fa2aaa9 net-misc/rclone: stable 1.44 Signed-off-by: Jason Zaman gentoo.org> Package-Manager: Portage-2.3.51, Repoman-2.3.11 net-misc/rclone/rclone-1.44.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/net-misc/rclone/rclone-1.44.ebuild b/net-misc/rclone/rclone-1.44.ebuild index 2c530609ee7..e7c1175ae16 100644 --- a/net-misc/rclone/rclone-1.44.ebuild +++ b/net-misc/rclone/rclone-1.44.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 @@ -8,7 +8,7 @@ EGO_PN="github.com/ncw/${PN}" if [[ ${PV} == *9999* ]]; then inherit golang-vcs else - KEYWORDS="~amd64 ~arm ~x86" + KEYWORDS="amd64 ~arm x86" EGIT_COMMIT="v${PV}" SRC_URI="https://${EGO_PN}/archive/${EGIT_COMMIT}.tar.gz -> ${P}.tar.gz" inherit golang-vcs-snapshot