Diff prometheus-2.43.0-r2 with a prometheus-2.47.0

/usr/portage/app-metrics/prometheus/prometheus-2.47.0.ebuild 2023-10-09 14:52:28.780368332 +0300
3 3

  
4 4
EAPI=8
5 5
inherit go-module systemd
6
GIT_COMMIT=edfc3bcd025dd6fe296c167a14a216cab1e552ee
6
GIT_COMMIT=efa34a5840661c29c2e362efa76bc3a70dccb335
7 7
MY_PV=v${PV/_rc/-rc.}
8 8

  
9 9
# To create the assets tarball run the following:
......
19 19

  
20 20
LICENSE="Apache-2.0 BSD BSD-2 ISC MIT MPL-2.0"
21 21
SLOT="0"
22
KEYWORDS="amd64 ~arm ~riscv"
22
KEYWORDS="~amd64 ~arm ~riscv"
23 23

  
24 24
COMMON_DEPEND="acct-group/prometheus
25 25
	acct-user/prometheus"
Thank you!