diff options
author | Agostino Sarubbo <ago@gentoo.org> | 2020-06-09 15:53:09 +0200 |
---|---|---|
committer | Agostino Sarubbo <ago@gentoo.org> | 2020-06-09 15:53:09 +0200 |
commit | 6c783be8cd3fa067d0860128cee858b02f9ae2f6 (patch) | |
tree | 717a859da513fb3714ebab91e082aa7bb52f4f9b /net-misc/rclone | |
parent | dev-java/commons-lang: x86 stable wrt bug #721154 (diff) | |
download | gentoo-6c783be8cd3fa067d0860128cee858b02f9ae2f6.tar.gz gentoo-6c783be8cd3fa067d0860128cee858b02f9ae2f6.tar.bz2 gentoo-6c783be8cd3fa067d0860128cee858b02f9ae2f6.zip |
net-misc/rclone: x86 stable wrt bug #722728
Package-Manager: Portage-2.3.99, Repoman-2.3.22
RepoMan-Options: --include-arches="x86"
Signed-off-by: Agostino Sarubbo <ago@gentoo.org>
Diffstat (limited to 'net-misc/rclone')
-rw-r--r-- | net-misc/rclone/rclone-1.51.0.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/net-misc/rclone/rclone-1.51.0.ebuild b/net-misc/rclone/rclone-1.51.0.ebuild index 5726d35b3b22..380576cdebc5 100644 --- a/net-misc/rclone/rclone-1.51.0.ebuild +++ b/net-misc/rclone/rclone-1.51.0.ebuild @@ -9,7 +9,7 @@ EGO_PN="github.com/rclone/${PN}" if [[ ${PV} == *9999* ]]; then inherit golang-vcs else - KEYWORDS="amd64 ~arm ~arm64 ~x86" + KEYWORDS="amd64 ~arm ~arm64 x86" EGIT_COMMIT="v${PV}" SRC_URI="https://${EGO_PN}/archive/${EGIT_COMMIT}.tar.gz -> ${P}.tar.gz" inherit golang-vcs-snapshot |