diff options
author | William Hubbs <williamh@gentoo.org> | 2023-09-07 17:21:32 -0500 |
---|---|---|
committer | William Hubbs <williamh@gentoo.org> | 2023-09-07 17:23:47 -0500 |
commit | cc5b3b9f134a070c548faa4e3de17d615497d0b3 (patch) | |
tree | 619d9373a5c0bddda6c273982a543658ad8a8400 /app-metrics | |
parent | app-text/poppler: fix PGP signature (diff) | |
download | gentoo-cc5b3b9f134a070c548faa4e3de17d615497d0b3.tar.gz gentoo-cc5b3b9f134a070c548faa4e3de17d615497d0b3.tar.bz2 gentoo-cc5b3b9f134a070c548faa4e3de17d615497d0b3.zip |
app-metrics/nftables-exporter: require >= go-1.21 to build
Signed-off-by: William Hubbs <williamh@gentoo.org>
Diffstat (limited to 'app-metrics')
-rw-r--r-- | app-metrics/nftables-exporter/nftables-exporter-0.2.7.ebuild | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/app-metrics/nftables-exporter/nftables-exporter-0.2.7.ebuild b/app-metrics/nftables-exporter/nftables-exporter-0.2.7.ebuild index 77090f32f70d..2714026e1004 100644 --- a/app-metrics/nftables-exporter/nftables-exporter-0.2.7.ebuild +++ b/app-metrics/nftables-exporter/nftables-exporter-0.2.7.ebuild @@ -19,6 +19,7 @@ SLOT="0" KEYWORDS="~amd64" RDEPEND="net-firewall/nftables" +BDEPEND=">=dev-lang/go-1.21" src_prepare() { default |