Diff prometheus-2.40.4 with a prometheus-2.43.0-r2

/usr/portage/app-metrics/prometheus/prometheus-2.43.0-r2.ebuild 2023-10-09 14:52:28.780368332 +0300
1
# Copyright 1999-2022 Gentoo Authors
1
# Copyright 1999-2023 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=414d31aee6586a5f29e755ae059b7d7131f1c6c8
6
GIT_COMMIT=edfc3bcd025dd6fe296c167a14a216cab1e552ee
7 7
MY_PV=v${PV/_rc/-rc.}
8 8

  
9 9
# To create the assets tarball run the following:
......
38 38
		-e "s/{{.Revision}}/${GIT_COMMIT}/" \
39 39
		-e "s/{{.Version}}/${PV}/" \
40 40
		.promu.yml || die
41
	cp -a -n "${WORKDIR}"/web/ui web || die
41
	cp -a -u "${WORKDIR}"/web/ui web || die "cp failed"
42 42
}
43 43

  
44 44
src_compile() {
Thank you!