diff options
Diffstat (limited to 'net-misc/rclone/rclone-1.51.0.ebuild')
-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 |