diff options
author | Sam James <sam@gentoo.org> | 2022-04-22 18:44:01 +0100 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2022-04-22 18:44:01 +0100 |
commit | a1ca9e6a5b40531c57b71e5dd6b5cad9526d93c5 (patch) | |
tree | e315c82218836045dcf7f362fd4c4b6914aa2cff /net-p2p | |
parent | net-dns/openresolv: fix ROOT check in pkg_postinst (diff) | |
download | gentoo-a1ca9e6a5b40531c57b71e5dd6b5cad9526d93c5.tar.gz gentoo-a1ca9e6a5b40531c57b71e5dd6b5cad9526d93c5.tar.bz2 gentoo-a1ca9e6a5b40531c57b71e5dd6b5cad9526d93c5.zip |
net-p2p/go-ipfs: add note re vendor tarball
Bug: https://bugs.gentoo.org/833480
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'net-p2p')
-rw-r--r-- | net-p2p/go-ipfs/go-ipfs-0.12.2.ebuild | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/net-p2p/go-ipfs/go-ipfs-0.12.2.ebuild b/net-p2p/go-ipfs/go-ipfs-0.12.2.ebuild index 22c0d76d8e5b..57e9b470e41e 100644 --- a/net-p2p/go-ipfs/go-ipfs-0.12.2.ebuild +++ b/net-p2p/go-ipfs/go-ipfs-0.12.2.ebuild @@ -8,6 +8,7 @@ inherit bash-completion-r1 go-module systemd DESCRIPTION="Main implementation of IPFS" HOMEPAGE="https://ipfs.io/" SRC_URI="https://github.com/ipfs/go-ipfs/archive/v${PV}.tar.gz -> ${P}.tar.gz" +# After dropped Go patch, might be able to use upstream vendor tarball SRC_URI+=" https://dev.gentoo.org/~sam/distfiles/${CATEGORY}/${PN}/${P}-deps.tar.xz" LICENSE="Apache-2.0 BSD BSD-2 CC0-1.0 ISC MIT MPL-2.0" |