From: "Sam Jorna" <wraeth@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: net-p2p/go-ipfs-bin/
Date: Sat, 21 May 2016 14:52:26 +0000 (UTC) [thread overview]
Message-ID: <1463842330.7a47cee7ca8d813928794e3005f5278c4a210dfa.wraeth@gentoo> (raw)
commit: 7a47cee7ca8d813928794e3005f5278c4a210dfa
Author: Sam Jorna <wraeth <AT> gentoo <DOT> org>
AuthorDate: Sat May 21 14:52:10 2016 +0000
Commit: Sam Jorna <wraeth <AT> gentoo <DOT> org>
CommitDate: Sat May 21 14:52:10 2016 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7a47cee7
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
net-p2p/go-ipfs-bin/go-ipfs-bin-0.4.1.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
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 ac68566..8a57ab4 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 )
next reply other threads:[~2016-05-21 14:52 UTC|newest]
Thread overview: 25+ messages / expand[flat|nested] mbox.gz Atom feed top
2016-05-21 14:52 Sam Jorna [this message]
-- strict thread matches above, loose matches on Subject: below --
2021-07-16 6:49 [gentoo-commits] repo/gentoo:master commit in: net-p2p/go-ipfs-bin/ Joonas Niilola
2020-10-10 7:22 Joonas Niilola
2020-10-10 7:22 Joonas Niilola
2019-09-28 6:46 Joonas Niilola
2019-04-19 11:32 Michał Górny
2019-03-10 22:38 Patrice Clement
2019-03-10 22:38 Patrice Clement
2018-11-03 8:50 Michał Górny
2018-11-03 8:50 Michał Górny
2018-08-08 1:54 Georgy Yakovlev
2018-05-15 18:21 Michał Górny
2018-03-29 10:19 Michał Górny
2018-03-29 10:19 Michał Górny
2018-03-23 21:17 Mikle Kolyada
2018-01-07 12:39 Markus Meier
2017-12-08 21:53 Patrice Clement
2017-12-08 21:53 Patrice Clement
2017-11-17 18:47 David Seifert
2017-10-04 21:33 Patrice Clement
2017-07-06 12:21 Sam Jorna
2017-07-06 12:21 Sam Jorna
2016-06-06 1:16 Sam Jorna
2016-05-19 13:43 Sam Jorna
2016-05-19 10:04 Sam Jorna
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=1463842330.7a47cee7ca8d813928794e3005f5278c4a210dfa.wraeth@gentoo \
--to=wraeth@gentoo.org \
--cc=gentoo-commits@lists.gentoo.org \
--cc=gentoo-dev@lists.gentoo.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox