summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJason Zaman <perfinion@gentoo.org>2019-01-02 23:53:12 +0800
committerJason Zaman <perfinion@gentoo.org>2019-01-02 23:53:47 +0800
commit7fa2aaa9a6b47b7913b39b35e96799fd0ac7eb21 (patch)
tree8ba473f8f99485d2af8a0ae0aff7628cc88a9d08 /net-misc
parentnet-misc/rclone: drop old (diff)
downloadgentoo-7fa2aaa9a6b47b7913b39b35e96799fd0ac7eb21.tar.gz
gentoo-7fa2aaa9a6b47b7913b39b35e96799fd0ac7eb21.tar.bz2
gentoo-7fa2aaa9a6b47b7913b39b35e96799fd0ac7eb21.zip
net-misc/rclone: stable 1.44
Signed-off-by: Jason Zaman <perfinion@gentoo.org> Package-Manager: Portage-2.3.51, Repoman-2.3.11
Diffstat (limited to 'net-misc')
-rw-r--r--net-misc/rclone/rclone-1.44.ebuild4
1 files changed, 2 insertions, 2 deletions
diff --git a/net-misc/rclone/rclone-1.44.ebuild b/net-misc/rclone/rclone-1.44.ebuild
index 2c530609ee7b..e7c1175ae163 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