mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-07-31 10:58:21 -07:00
net-p2p/kubo: fixup VariableOrderWrong
Signed-off-by: John Helmert III <ajak@gentoo.org>
This commit is contained in:
@@ -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=(
|
||||
|
||||
@@ -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=(
|
||||
|
||||
Reference in New Issue
Block a user