diff options
author | Manuel Rüger <mrueg@gentoo.org> | 2019-05-21 11:18:21 +0200 |
---|---|---|
committer | Manuel Rüger <mrueg@gentoo.org> | 2019-05-21 11:18:21 +0200 |
commit | 69ff58445b423595f93d1f96cbe5e25cf0f0c10d (patch) | |
tree | 10efc6dee38e75b789031a1c5af68eb09079f915 /app-metrics | |
parent | net-misc/istioctl: Version bump to 1.1.7 (diff) | |
download | gentoo-69ff58445b423595f93d1f96cbe5e25cf0f0c10d.tar.gz gentoo-69ff58445b423595f93d1f96cbe5e25cf0f0c10d.tar.bz2 gentoo-69ff58445b423595f93d1f96cbe5e25cf0f0c10d.zip |
app-metrics/prometheus: Stabilize on amd64
Package-Manager: Portage-2.3.66, Repoman-2.3.12
Signed-off-by: Manuel Rüger <mrueg@gentoo.org>
Diffstat (limited to 'app-metrics')
-rw-r--r-- | app-metrics/prometheus/prometheus-2.9.2.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app-metrics/prometheus/prometheus-2.9.2.ebuild b/app-metrics/prometheus/prometheus-2.9.2.ebuild index 59bbd678238a..8b6174ce2b4e 100644 --- a/app-metrics/prometheus/prometheus-2.9.2.ebuild +++ b/app-metrics/prometheus/prometheus-2.9.2.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="d3245f1" -KEYWORDS="~amd64" +KEYWORDS="amd64" DESCRIPTION="Prometheus monitoring system and time series database" HOMEPAGE="https://github.com/prometheus/prometheus" |