From e9d733062759b6e53d7b99df73571b9521a8348b Mon Sep 17 00:00:00 2001 From: Andrew Ammerlaan Date: Sun, 3 Jul 2022 14:19:21 +0200 Subject: [PATCH] net-p2p/ipfs-cluster: drop unused eclass Signed-off-by: Andrew Ammerlaan --- net-p2p/ipfs-cluster/ipfs-cluster-1.0.1.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/net-p2p/ipfs-cluster/ipfs-cluster-1.0.1.ebuild b/net-p2p/ipfs-cluster/ipfs-cluster-1.0.1.ebuild index 7e0c64e895..3d9b5ff25e 100644 --- a/net-p2p/ipfs-cluster/ipfs-cluster-1.0.1.ebuild +++ b/net-p2p/ipfs-cluster/ipfs-cluster-1.0.1.ebuild @@ -3,7 +3,7 @@ EAPI=8 -inherit bash-completion-r1 go-module systemd +inherit go-module systemd DESCRIPTION="Pinset orchestration for IPFS" HOMEPAGE="https://ipfscluster.io/"