diff options
author | Markus Meier <maekke@gentoo.org> | 2018-01-07 13:38:55 +0100 |
---|---|---|
committer | Markus Meier <maekke@gentoo.org> | 2018-01-07 13:39:14 +0100 |
commit | 647cc1decb21f548c67e2c94a76d21a5f9b85a55 (patch) | |
tree | 4b0282ca25f30340d00da3bb4ee8002fb61c7848 /net-p2p/go-ipfs-bin | |
parent | www-apps/radicale: add ~arm, bug #596726 (diff) | |
download | gentoo-647cc1decb21f548c67e2c94a76d21a5f9b85a55.tar.gz gentoo-647cc1decb21f548c67e2c94a76d21a5f9b85a55.tar.bz2 gentoo-647cc1decb21f548c67e2c94a76d21a5f9b85a55.zip |
net-p2p/go-ipfs-bin: add ~arm, bug #583492
Package-Manager: Portage-2.3.13, Repoman-2.3.3
Diffstat (limited to 'net-p2p/go-ipfs-bin')
-rw-r--r-- | net-p2p/go-ipfs-bin/Manifest | 1 | ||||
-rw-r--r-- | net-p2p/go-ipfs-bin/go-ipfs-bin-0.4.13.ebuild | 9 |
2 files changed, 5 insertions, 5 deletions
diff --git a/net-p2p/go-ipfs-bin/Manifest b/net-p2p/go-ipfs-bin/Manifest index c21057a7a414..8ee781c21bfc 100644 --- a/net-p2p/go-ipfs-bin/Manifest +++ b/net-p2p/go-ipfs-bin/Manifest @@ -4,3 +4,4 @@ DIST go-ipfs_v0.4.12_linux-386.tar.gz 10093462 BLAKE2B 2cb0197f84badab6f21c505ac DIST go-ipfs_v0.4.12_linux-amd64.tar.gz 12640731 BLAKE2B 85468f3703c0b4b703642a7f7c1fc2282bfe4ce7541bda80d7ac0bf7facd23552354c72d7f96fb0c63fa04c1fae6c07eef617785464562b51828f47779eb0c4e SHA512 6fef8d9cb0660cb4ecb9cb0148a5a9ee69d2d5ddbf903961e8097d4c2e45af468885fa2060f378b9abf826da7e0cc0fa375639f25c11fe623ea43949907e06dd DIST go-ipfs_v0.4.13_linux-386.tar.gz 10092376 BLAKE2B 244d964402162d6de667e8c8b51a8a05f230916dc6048b5fd9b71b9776f26e775791eb80c3e02c7c6e730bf77fa6828cc7067e6070877e716d7e63439f481e36 SHA512 4d0c54e094a0566be8dec1dae5f99264dcf039d92a6f757b6e95b98b1d60f35d6a226a130b02ff2be74875f8d6e283e8535666a011b6c940b91f0fe0c03b8d24 DIST go-ipfs_v0.4.13_linux-amd64.tar.gz 12635297 BLAKE2B 984dc455668fc9c5cd3b301978b0639f1c2dcb22e6091d351d6ff021aca427ae06801ab814eb497ce6b597f8fcdbcdd7f8764334220ae1dcacda4ce2d9a314ae SHA512 b1c8a8ed5f9857f421dd1dc082492a39dc517b6306184762b3161af0c81f22d9e17720a4a459e94f369a6c0664da37f0516b1cea07ca742d9dd4305537e416b2 +DIST go-ipfs_v0.4.13_linux-arm.tar.gz 9925178 BLAKE2B 735534b278838a9ea25a6d379ffa6834c2710c61901870924f60fd6849b6320271dc5af263e58140096f3dff1d0d50a8f1835364889cd4e1b3a16383ec2b5599 SHA512 2152c4d132ab753c50fc8c5f3726066d5f0d490db02f2dc344c2414cd3ea93daa88f75d38e92a33aa036fa49ac97e615320a690d7680f6a3c86604a6cd0f00cb diff --git a/net-p2p/go-ipfs-bin/go-ipfs-bin-0.4.13.ebuild b/net-p2p/go-ipfs-bin/go-ipfs-bin-0.4.13.ebuild index 8e07ed6fc878..142d353d7e07 100644 --- a/net-p2p/go-ipfs-bin/go-ipfs-bin-0.4.13.ebuild +++ b/net-p2p/go-ipfs-bin/go-ipfs-bin-0.4.13.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2017 Gentoo Foundation +# Copyright 1999-2018 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 EAPI=6 @@ -6,13 +6,12 @@ EAPI=6 DESCRIPTION="go-ipfs is the main implementation of IPFS." HOMEPAGE="https://ipfs.io/" 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 ) + x86? ( https://dist.ipfs.io/go-ipfs/v${PV}/go-ipfs_v${PV}_linux-386.tar.gz ) + arm? ( https://dist.ipfs.io/go-ipfs/v${PV}/go-ipfs_v${PV}_linux-arm.tar.gz )" LICENSE="MIT" SLOT="0" -KEYWORDS="-* ~x86 ~amd64" +KEYWORDS="-* ~amd64 ~arm ~x86" IUSE="+fuse" RDEPEND="fuse? ( sys-fs/fuse )" |