Diff alertmanager-0.26.0 with a alertmanager-0.28.0

/usr/portage/app-metrics/alertmanager/alertmanager-0.28.0.ebuild 2025-02-03 17:39:32.302665042 +0300
1
# Copyright 1999-2024 Gentoo Authors
1
# Copyright 1999-2025 Gentoo Authors
2 2
# Distributed under the terms of the GNU General Public License v2
3 3

  
4 4
EAPI=8
5

  
5 6
inherit go-module systemd
6
GIT_COMMIT=d7b4f0c7
7

  
8
GIT_COMMIT=4ce04fb0
7 9
MY_PV="${PV/_rc/-rc.}"
8 10

  
9 11
DESCRIPTION="Alertmanager for alerts sent by client applications such as Prometheus"
......
13 15

  
14 16
LICENSE="Apache-2.0 BSD BSD-2 MIT MPL-2.0"
15 17
SLOT="0"
16
KEYWORDS="amd64 ~arm64"
18
KEYWORDS="~amd64 ~arm64"
17 19

  
18 20
RESTRICT+=" test"
19 21

  
Thank you!