net-im/mautrix-whatsapp: Include the full minimum dev-lang/go version in BDEPEND.

The BDEPEND was >=dev-lang/go-1.25, but it seems the tinderbox doesn't like it
that way and requires the full version like >=dev-lang/go-1.25.0.

Closes: https://bugs.gentoo.org/975452

Signed-off-by: Jesús P Rey (Chuso) <git@chuso.net>
This commit is contained in:
Jesús P Rey (Chuso)
2026-07-17 13:59:11 +02:00
parent a62fb9d62f
commit 4b8b77a96c

View File

@@ -25,7 +25,7 @@ RDEPEND="
acct-user/${PN}
"
BDEPEND=">=dev-lang/go-1.25"
BDEPEND=">=dev-lang/go-1.25.0"
src_compile() {
ego build ./cmd/mautrix-whatsapp $(use crypt || echo '-tags nocrypto')