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.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id E89D5139084 for ; Wed, 14 Dec 2016 15:11:16 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 1EC3D21C038; Wed, 14 Dec 2016 15:11:16 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id EEBFF21C038 for ; Wed, 14 Dec 2016 15:11:15 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 904CF340C97 for ; Wed, 14 Dec 2016 15:11:14 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 2E42A1F2F for ; Wed, 14 Dec 2016 15:11:13 +0000 (UTC) From: "Manuel Rüger" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Manuel Rüger" Message-ID: <1481727536.776f2b62928be8bc06c826d4594b329c9b20f128.mrueg@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: net-analyzer/prometheus/ X-VCS-Repository: repo/gentoo X-VCS-Files: net-analyzer/prometheus/prometheus-1.4.1_p20161213.ebuild X-VCS-Directories: net-analyzer/prometheus/ X-VCS-Committer: mrueg X-VCS-Committer-Name: Manuel Rüger X-VCS-Revision: 776f2b62928be8bc06c826d4594b329c9b20f128 X-VCS-Branch: master Date: Wed, 14 Dec 2016 15:11:13 +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-Archives-Salt: fc35268f-9d5a-4221-bc4a-2cc0cfadc127 X-Archives-Hash: 2176dfa2406c0e18fe7312904541190c commit: 776f2b62928be8bc06c826d4594b329c9b20f128 Author: Manuel Rüger gentoo org> AuthorDate: Wed Dec 14 14:43:25 2016 +0000 Commit: Manuel Rüger gentoo org> CommitDate: Wed Dec 14 14:58:56 2016 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=776f2b62 net-analyzer/prometheus: Fix build Package-Manager: Portage-2.3.3, Repoman-2.3.1 net-analyzer/prometheus/prometheus-1.4.1_p20161213.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/net-analyzer/prometheus/prometheus-1.4.1_p20161213.ebuild b/net-analyzer/prometheus/prometheus-1.4.1_p20161213.ebuild index 47edcf4..47fb7e2 100644 --- a/net-analyzer/prometheus/prometheus-1.4.1_p20161213.ebuild +++ b/net-analyzer/prometheus/prometheus-1.4.1_p20161213.ebuild @@ -33,7 +33,7 @@ src_prepare() { src_compile() { pushd src/${EGO_PN%/*} || die - GOPATH="${S}" promu build -v --prefix ${PWD} || die + GOPATH="${S}" promu build -v || die popd || die }