From 1a47daae3077458f66cdf8d80c419b2525830152 Mon Sep 17 00:00:00 2001 From: John Helmert III Date: Sun, 21 Apr 2024 15:21:37 -0700 Subject: [PATCH] net-p2p/kubo: fixup VariableOrderWrong Signed-off-by: John Helmert III --- net-p2p/kubo/kubo-0.26.0.ebuild | 3 +-- net-p2p/kubo/kubo-0.28.0.ebuild | 3 +-- 2 files changed, 2 insertions(+), 4 deletions(-) diff --git a/net-p2p/kubo/kubo-0.26.0.ebuild b/net-p2p/kubo/kubo-0.26.0.ebuild index 5344ff2f9a2c4..a0a1e83e9245a 100644 --- a/net-p2p/kubo/kubo-0.26.0.ebuild +++ b/net-p2p/kubo/kubo-0.26.0.ebuild @@ -8,6 +8,7 @@ inherit go-module shell-completion systemd DESCRIPTION="Main implementation of IPFS" HOMEPAGE="https://ipfs.io/ https://github.com/ipfs/kubo/" SRC_URI="https://github.com/ipfs/${PN}/releases/download/v${PV}/kubo-source.tar.gz -> ${P}.tar.gz" +S="${WORKDIR}" LICENSE="Apache-2.0 BSD BSD-2 CC0-1.0 ISC MIT MPL-2.0" SLOT="0" @@ -22,8 +23,6 @@ RDEPEND="${DEPEND}" DOCS=( CHANGELOG.md CONTRIBUTING.md README.md docs/ ) -S="${WORKDIR}" - src_compile() { local mygoargs mygoargs=( diff --git a/net-p2p/kubo/kubo-0.28.0.ebuild b/net-p2p/kubo/kubo-0.28.0.ebuild index 5eb80133d0723..0d66c3d3aeb28 100644 --- a/net-p2p/kubo/kubo-0.28.0.ebuild +++ b/net-p2p/kubo/kubo-0.28.0.ebuild @@ -8,6 +8,7 @@ inherit go-module shell-completion systemd DESCRIPTION="Main implementation of IPFS" HOMEPAGE="https://ipfs.io/ https://github.com/ipfs/kubo/" SRC_URI="https://github.com/ipfs/${PN}/releases/download/v${PV}/kubo-source.tar.gz -> ${P}.tar.gz" +S="${WORKDIR}" LICENSE="Apache-2.0 BSD BSD-2 CC0-1.0 ISC MIT MPL-2.0" SLOT="0" @@ -22,8 +23,6 @@ RDEPEND="${DEPEND}" DOCS=( CHANGELOG.md CONTRIBUTING.md README.md docs/ ) -S="${WORKDIR}" - src_compile() { local mygoargs mygoargs=(