diff options
author | Sam Jorna <wraeth@gentoo.org> | 2016-05-22 00:52:10 +1000 |
---|---|---|
committer | Sam Jorna <wraeth@gentoo.org> | 2016-05-22 00:52:10 +1000 |
commit | 7a47cee7ca8d813928794e3005f5278c4a210dfa (patch) | |
tree | 458a966d6ed0558cc89be06c0511c93d3a695fd6 /net-p2p | |
parent | app-editors/joe: Fix maintainer, Emacs rather than GNU Emacs. (diff) | |
download | gentoo-7a47cee7ca8d813928794e3005f5278c4a210dfa.tar.gz gentoo-7a47cee7ca8d813928794e3005f5278c4a210dfa.tar.bz2 gentoo-7a47cee7ca8d813928794e3005f5278c4a210dfa.zip |
net-p2p/go-ipfs-bin: fix unconditional source download
amd64 source was being downloaded unconditionally, potentially causing
filename conflicts during unpack on x86.
Package-Manager: portage-2.3.0_rc1
Diffstat (limited to 'net-p2p')
-rw-r--r-- | net-p2p/go-ipfs-bin/go-ipfs-bin-0.4.1.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/net-p2p/go-ipfs-bin/go-ipfs-bin-0.4.1.ebuild b/net-p2p/go-ipfs-bin/go-ipfs-bin-0.4.1.ebuild index ac685667ed22..8a57ab4794c4 100644 --- a/net-p2p/go-ipfs-bin/go-ipfs-bin-0.4.1.ebuild +++ b/net-p2p/go-ipfs-bin/go-ipfs-bin-0.4.1.ebuild @@ -6,7 +6,7 @@ EAPI=6 DESCRIPTION="go-ipfs is the main implementation of IPFS." HOMEPAGE="https://ipfs.io/" -SRC_URI="https://dist.ipfs.io/go-ipfs/v${PV}/go-ipfs_v${PV}_linux-amd64.tar.gz +SRC_URI="amd64? ( https://dist.ipfs.io/go-ipfs/v${PV}/go-ipfs_v${PV}_linux-amd64.tar.gz ) x86? ( https://dist.ipfs.io/go-ipfs/v${PV}/go-ipfs_v${PV}_linux-386.tar.gz )" # Also available arches: # arm? ( https://dist.ipfs.io/go-ipfs/v${PV}/go-ipfs_v${PV}_linux-arm.tar.gz ) |