commit: 28308e431acee5877a81923445f415631653f69e Author: Joonas Niilola <juippis <AT> gentoo <DOT> org> AuthorDate: Mon Oct 10 12:42:45 2022 +0000 Commit: Joonas Niilola <juippis <AT> gentoo <DOT> org> CommitDate: Mon Oct 10 12:55:51 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=28308e43
net-p2p/kubo: drop COMMON_DEPEND from 0.15.0 Signed-off-by: Joonas Niilola <juippis <AT> gentoo.org> net-p2p/kubo/kubo-0.15.0.ebuild | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/net-p2p/kubo/kubo-0.15.0.ebuild b/net-p2p/kubo/kubo-0.15.0.ebuild index 85f31dd4bd4d..6558783604be 100644 --- a/net-p2p/kubo/kubo-0.15.0.ebuild +++ b/net-p2p/kubo/kubo-0.15.0.ebuild @@ -6,20 +6,19 @@ EAPI=8 inherit bash-completion-r1 go-module systemd DESCRIPTION="Main implementation of IPFS" -HOMEPAGE="https://ipfs.io/" +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" LICENSE="Apache-2.0 BSD BSD-2 CC0-1.0 ISC MIT MPL-2.0" SLOT="0" KEYWORDS="~amd64 ~x86" -COMMON_DEPEND=" +DEPEND=" acct-group/ipfs acct-user/ipfs sys-fs/fuse:0 " -DEPEND="${COMMON_DEPEND}" -RDEPEND="${COMMON_DEPEND}" +RDEPEND="${DEPEND}" BDEPEND="dev-lang/go" DOCS=( CHANGELOG.md CONTRIBUTING.md README.md docs/ )