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 2B1B0138334 for ; Sat, 2 Mar 2019 17:32:05 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 21AF1E08B1; Sat, 2 Mar 2019 17:32:04 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id EBA8DE08B1 for ; Sat, 2 Mar 2019 17:32:03 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 68DCF335CEC for ; Sat, 2 Mar 2019 17:32:02 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id D24F6553 for ; Sat, 2 Mar 2019 17:32:00 +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: <1551547871.df9e4b3ce1308e936c2390735751f0f32dcadf1d.mrueg@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-util/promu/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-util/promu/promu-0.2.0.ebuild X-VCS-Directories: dev-util/promu/ X-VCS-Committer: mrueg X-VCS-Committer-Name: Manuel Rüger X-VCS-Revision: df9e4b3ce1308e936c2390735751f0f32dcadf1d X-VCS-Branch: master Date: Sat, 2 Mar 2019 17:32:00 +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: 6c5332a1-a6bd-46f3-8eed-0fe3e7ba44b7 X-Archives-Hash: 3e2b4a143b495bbc006c7bdc5fcfed43 commit: df9e4b3ce1308e936c2390735751f0f32dcadf1d Author: Manuel Rüger gentoo org> AuthorDate: Sat Mar 2 17:31:11 2019 +0000 Commit: Manuel Rüger gentoo org> CommitDate: Sat Mar 2 17:31:11 2019 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=df9e4b3c dev-util/promu: Stabilize on amd64 Package-Manager: Portage-2.3.62, Repoman-2.3.12 Signed-off-by: Manuel Rüger gentoo.org> dev-util/promu/promu-0.2.0.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-util/promu/promu-0.2.0.ebuild b/dev-util/promu/promu-0.2.0.ebuild index b00d33f73cf..df89ca92f81 100644 --- a/dev-util/promu/promu-0.2.0.ebuild +++ b/dev-util/promu/promu-0.2.0.ebuild @@ -7,7 +7,7 @@ inherit golang-build golang-vcs-snapshot EGO_PN="github.com/prometheus/promu" EGIT_COMMIT="264dc36af9ea3103255063497636bd5713e3e9c1" SRC_URI="https://${EGO_PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz" -KEYWORDS="~amd64" +KEYWORDS="amd64" DESCRIPTION="Prometheus Utility Tool" HOMEPAGE="https://github.com/prometheus/promu"