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 D6C3A158094 for ; Thu, 11 Aug 2022 10:55:13 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 401D3E09E3; Thu, 11 Aug 2022 10:55:12 +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 0D906E09E1 for ; Thu, 11 Aug 2022 10:55:11 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id BF953341061 for ; Thu, 11 Aug 2022 10:55:10 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 0DCDB54D for ; Thu, 11 Aug 2022 10:55:09 +0000 (UTC) From: "Sam James" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Sam James" Message-ID: <1660215289.db74d6e82cfab32333b7dcc185270b3f07e64369.sam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: app-metrics/prometheus/ X-VCS-Repository: repo/gentoo X-VCS-Files: app-metrics/prometheus/prometheus-2.36.2.ebuild X-VCS-Directories: app-metrics/prometheus/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: db74d6e82cfab32333b7dcc185270b3f07e64369 X-VCS-Branch: master Date: Thu, 11 Aug 2022 10:55:09 +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: d3a58ef3-d420-4891-95f9-8805685e006d X-Archives-Hash: 14a46faac048b000e95fb545dec6a7b0 commit: db74d6e82cfab32333b7dcc185270b3f07e64369 Author: Sam James gentoo org> AuthorDate: Thu Aug 11 10:41:39 2022 +0000 Commit: Sam James gentoo org> CommitDate: Thu Aug 11 10:54:49 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=db74d6e8 app-metrics/prometheus: fix UnquotedVariable Signed-off-by: Sam James gentoo.org> app-metrics/prometheus/prometheus-2.36.2.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app-metrics/prometheus/prometheus-2.36.2.ebuild b/app-metrics/prometheus/prometheus-2.36.2.ebuild index 33afcbc18829..896df6b72ce8 100644 --- a/app-metrics/prometheus/prometheus-2.36.2.ebuild +++ b/app-metrics/prometheus/prometheus-2.36.2.ebuild @@ -37,7 +37,7 @@ src_prepare() { } src_compile() { - emake PROMU=${EPREFIX}/usr/bin/promu common-build plugins + emake PROMU="${EPREFIX}"/usr/bin/promu common-build plugins } src_install() {