Gentoo Archives: gentoo-commits

From: "Manuel Rüger" <mrueg@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-util/promu/
Date: Thu, 25 Jan 2018 18:51:59
Message-Id: 1516906293.e419ee40ea80330f104db249842e045d539da68c.mrueg@gentoo
1 commit: e419ee40ea80330f104db249842e045d539da68c
2 Author: Manuel Rüger <mrueg <AT> gentoo <DOT> org>
3 AuthorDate: Thu Jan 25 18:49:32 2018 +0000
4 Commit: Manuel Rüger <mrueg <AT> gentoo <DOT> org>
5 CommitDate: Thu Jan 25 18:51:33 2018 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e419ee40
7
8 dev-util/promu: Stable on amd64
9
10 Package-Manager: Portage-2.3.19, Repoman-2.3.6
11
12 dev-util/promu/promu-0.1.0.ebuild | 4 ++--
13 1 file changed, 2 insertions(+), 2 deletions(-)
14
15 diff --git a/dev-util/promu/promu-0.1.0.ebuild b/dev-util/promu/promu-0.1.0.ebuild
16 index 6cefcabc0a9..027fda9afb0 100644
17 --- a/dev-util/promu/promu-0.1.0.ebuild
18 +++ b/dev-util/promu/promu-0.1.0.ebuild
19 @@ -1,4 +1,4 @@
20 -# Copyright 1999-2017 Gentoo Foundation
21 +# Copyright 1999-2018 Gentoo Foundation
22 # Distributed under the terms of the GNU General Public License v2
23
24 EAPI=6
25 @@ -7,7 +7,7 @@ inherit golang-build golang-vcs-snapshot
26 EGO_PN="github.com/prometheus/promu"
27 EGIT_COMMIT="5e82f2f"
28 SRC_URI="https://${EGO_PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz"
29 -KEYWORDS="~amd64"
30 +KEYWORDS="amd64"
31
32 DESCRIPTION="Prometheus Utility Tool"
33 HOMEPAGE="https://github.com/prometheus/promu"