diff options
author | Sam James <sam@gentoo.org> | 2023-01-07 23:03:51 +0000 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2023-01-07 23:03:51 +0000 |
commit | f594ce767d3251b6d5a23f038699782c78c6916b (patch) | |
tree | 615cec012e997b4ee0dbd321c5eb24c663c3ab99 /net-misc/rclone | |
parent | app-arch/pigz: backport memcpy UB fix (diff) | |
download | gentoo-f594ce767d3251b6d5a23f038699782c78c6916b.tar.gz gentoo-f594ce767d3251b6d5a23f038699782c78c6916b.tar.bz2 gentoo-f594ce767d3251b6d5a23f038699782c78c6916b.zip |
net-misc/rclone: Stabilize 1.60.1 x86, #890160
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'net-misc/rclone')
-rw-r--r-- | net-misc/rclone/rclone-1.60.1.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/net-misc/rclone/rclone-1.60.1.ebuild b/net-misc/rclone/rclone-1.60.1.ebuild index 585af0e639a7..9fe5acd9d311 100644 --- a/net-misc/rclone/rclone-1.60.1.ebuild +++ b/net-misc/rclone/rclone-1.60.1.ebuild @@ -1,10 +1,10 @@ -# Copyright 1999-2022 Gentoo Authors +# Copyright 1999-2023 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 inherit bash-completion-r1 go-module -KEYWORDS="~amd64 ~arm ~arm64 ~riscv ~x86" +KEYWORDS="~amd64 ~arm ~arm64 ~riscv x86" SRC_URI=" https://github.com/rclone/rclone/archive/v${PV}.tar.gz -> ${P}.tar.gz https://dev.gentoo.org/~slashbeast/distfiles/${PN}/${P}-deps.tar.xz |