mirror of
https://github.com/gentoo-mirror/guru.git
synced 2026-07-22 13:33:32 -04:00
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:
@@ -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')
|
||||
|
||||
Reference in New Issue
Block a user