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 329FD138351 for ; Sun, 16 Feb 2020 13:35:40 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id EC505E088A; Sun, 16 Feb 2020 13:35:38 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (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 CF436E088A for ; Sun, 16 Feb 2020 13:35:38 +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 D444534EB76 for ; Sun, 16 Feb 2020 13:35:37 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 5C6B5144 for ; Sun, 16 Feb 2020 13:35:35 +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: <1581860058.09da98dc67ab8c18c70c4f3ec5ffcceeb64d6207.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.49.1.ebuild net-misc/rclone/rclone-1.50.0.ebuild X-VCS-Directories: net-misc/rclone/ X-VCS-Committer: perfinion X-VCS-Committer-Name: Jason Zaman X-VCS-Revision: 09da98dc67ab8c18c70c4f3ec5ffcceeb64d6207 X-VCS-Branch: master Date: Sun, 16 Feb 2020 13:35:35 +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: eea825f9-3b6d-439a-9f5c-ff4aff3c3d04 X-Archives-Hash: bb81c05f4157a79c9bd035e61ab95a40 commit: 09da98dc67ab8c18c70c4f3ec5ffcceeb64d6207 Author: Jason Zaman gentoo org> AuthorDate: Sun Feb 16 13:14:32 2020 +0000 Commit: Jason Zaman gentoo org> CommitDate: Sun Feb 16 13:34:18 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=09da98dc net-misc/rclone: stable amd64 x86 Package-Manager: Portage-2.3.84, Repoman-2.3.20 Signed-off-by: Jason Zaman gentoo.org> net-misc/rclone/rclone-1.49.1.ebuild | 4 ++-- net-misc/rclone/rclone-1.50.0.ebuild | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/net-misc/rclone/rclone-1.49.1.ebuild b/net-misc/rclone/rclone-1.49.1.ebuild index 8c2e6519357..a19394f61d0 100644 --- a/net-misc/rclone/rclone-1.49.1.ebuild +++ b/net-misc/rclone/rclone-1.49.1.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2019 Gentoo Authors +# Copyright 1999-2020 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=6 @@ -8,7 +8,7 @@ EGO_PN="github.com/rclone/${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 diff --git a/net-misc/rclone/rclone-1.50.0.ebuild b/net-misc/rclone/rclone-1.50.0.ebuild index d8704bb0840..4166391f5fa 100644 --- a/net-misc/rclone/rclone-1.50.0.ebuild +++ b/net-misc/rclone/rclone-1.50.0.ebuild @@ -9,7 +9,7 @@ EGO_PN="github.com/rclone/${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