Diff alertmanager-0.24.0 with a alertmanager-0.26.0
| /usr/portage/app-metrics/alertmanager/alertmanager-0.26.0.ebuild 2024-12-25 14:59:47.103270040 +0300 | ||
|---|---|---|
| 1 |
# Copyright 1999-2022 Gentoo Authors |
|
| 1 |
# Copyright 1999-2024 Gentoo Authors |
|
| 2 | 2 |
# Distributed under the terms of the GNU General Public License v2 |
| 3 | 3 | |
| 4 | 4 |
EAPI=8 |
| 5 | 5 |
inherit go-module systemd |
| 6 |
GIT_COMMIT=f484b17f |
|
| 6 |
GIT_COMMIT=d7b4f0c7 |
|
| 7 | 7 |
MY_PV="${PV/_rc/-rc.}"
|
| 8 | 8 | |
| 9 | 9 |
DESCRIPTION="Alertmanager for alerts sent by client applications such as Prometheus" |
| ... | ... | |
| 13 | 13 | |
| 14 | 14 |
LICENSE="Apache-2.0 BSD BSD-2 MIT MPL-2.0" |
| 15 | 15 |
SLOT="0" |
| 16 |
KEYWORDS="amd64" |
|
| 16 |
KEYWORDS="amd64 ~arm64" |
|
| 17 | 17 | |
| 18 | 18 |
RESTRICT+=" test" |
| 19 | 19 | |