diff options
author | Manuel Rüger <mrueg@gentoo.org> | 2019-04-16 11:15:10 +0200 |
---|---|---|
committer | Manuel Rüger <mrueg@gentoo.org> | 2019-04-16 11:15:10 +0200 |
commit | a0a649520529d34d4807df221c5924cd4af81eef (patch) | |
tree | 4d3ca6298f90bc110107c3ec4ef30cbe6c040765 /app-metrics/prometheus | |
parent | dev-util/promu: Stabilize on amd64 (diff) | |
download | gentoo-a0a649520529d34d4807df221c5924cd4af81eef.tar.gz gentoo-a0a649520529d34d4807df221c5924cd4af81eef.tar.bz2 gentoo-a0a649520529d34d4807df221c5924cd4af81eef.zip |
app-metrics/prometheus: Stabilize on amd64
Package-Manager: Portage-2.3.63, Repoman-2.3.12
Signed-off-by: Manuel Rüger <mrueg@gentoo.org>
Diffstat (limited to 'app-metrics/prometheus')
-rw-r--r-- | app-metrics/prometheus/prometheus-2.8.1.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app-metrics/prometheus/prometheus-2.8.1.ebuild b/app-metrics/prometheus/prometheus-2.8.1.ebuild index 66c9dce364b3..555b997a3d4d 100644 --- a/app-metrics/prometheus/prometheus-2.8.1.ebuild +++ b/app-metrics/prometheus/prometheus-2.8.1.ebuild @@ -7,7 +7,7 @@ inherit user golang-build golang-vcs-snapshot EGO_PN="github.com/prometheus/prometheus" MY_PV=v${PV/_rc/-rc.} PROMETHEUS_COMMIT="4d60eb3" -KEYWORDS="~amd64" +KEYWORDS="amd64" DESCRIPTION="Prometheus monitoring system and time series database" HOMEPAGE="https://github.com/prometheus/prometheus" |