Diff ceph_exporter-4.1.1-r1 with a ceph_exporter-4.2.5

/usr/portage/app-metrics/ceph_exporter/ceph_exporter-4.2.5.ebuild 2025-02-03 17:39:32.302665042 +0300
1
# Copyright 1999-2023 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
6 7

  
7 8
DESCRIPTION="Prometheus exporter that scrapes metrics from a ceph cluster"
......
19 20
	sys-cluster/ceph
20 21
"
21 22
DEPEND="${RDEPEND}"
22
BDEPEND=">=dev-lang/go-1.18"
23 23

  
24 24
src_compile() {
25
	go build -o bin/ceph_exporter || die
25
	ego build -o bin/ceph_exporter
26 26
}
27 27

  
28 28
src_install() {
Thank you!