From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 725F1158090 for ; Sat, 28 May 2022 10:10:29 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id D308DE08E5; Sat, 28 May 2022 10:10:25 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [140.211.166.183]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id B133AE08E0 for ; Sat, 28 May 2022 10:10:25 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id C337034169F for ; Sat, 28 May 2022 10:10:24 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 5F745501 for ; Sat, 28 May 2022 10:10:21 +0000 (UTC) From: "Andrew Ammerlaan" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Andrew Ammerlaan" Message-ID: <1653707952.7fa4ac412aede788f48122984fd6bceb037e990a.andrewammerlaan@gentoo> Subject: [gentoo-commits] repo/proj/guru:master commit in: net-p2p/ipfs-cluster/ X-VCS-Repository: repo/proj/guru X-VCS-Files: net-p2p/ipfs-cluster/ipfs-cluster-1.0.1.ebuild X-VCS-Directories: net-p2p/ipfs-cluster/ X-VCS-Committer: andrewammerlaan X-VCS-Committer-Name: Andrew Ammerlaan X-VCS-Revision: 7fa4ac412aede788f48122984fd6bceb037e990a X-VCS-Branch: master Date: Sat, 28 May 2022 10:10:21 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 3e3ba8e9-e369-4562-9430-dbd278866d52 X-Archives-Hash: 0ffe92d5f57279a42c639f4ae15d1f9a commit: 7fa4ac412aede788f48122984fd6bceb037e990a Author: Tony Olagbaiye fron io> AuthorDate: Sat May 28 03:19:12 2022 +0000 Commit: Andrew Ammerlaan gentoo org> CommitDate: Sat May 28 03:19:12 2022 +0000 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=7fa4ac41 net-p2p/ipfs-cluster: cleanup src_compile Signed-off-by: Tony Olagbaiye fron.io> net-p2p/ipfs-cluster/ipfs-cluster-1.0.1.ebuild | 2 -- 1 file changed, 2 deletions(-) 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 dba391621..455b766b7 100644 --- a/net-p2p/ipfs-cluster/ipfs-cluster-1.0.1.ebuild +++ b/net-p2p/ipfs-cluster/ipfs-cluster-1.0.1.ebuild @@ -21,8 +21,6 @@ RDEPEND=" DOCS=( CHANGELOG.md CONTRIBUTING.md README.md ) src_compile() { - default - pushd cmd/ipfs-cluster-ctl ego build mv ipfs-cluster-ctl $OLDPWD