sys-apps/earlyoom: update BDEPEND on dev-lang/go

Closes: https://bugs.gentoo.org/973651
Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>
This commit is contained in:
Arthur Zamarin
2026-05-06 09:38:17 +03:00
parent fdb40cc419
commit 3e03a50e35
2 changed files with 7 additions and 4 deletions
+2 -2
View File
@@ -1,4 +1,4 @@
# Copyright 2020-2024 Gentoo Authors
# Copyright 2020-2026 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
@@ -27,7 +27,7 @@ RESTRICT="!test? ( test )"
BDEPEND="
man? ( virtual/pandoc )
test? (
dev-lang/go
>=dev-lang/go-1.16
dev-util/cppcheck
)
"
+5 -2
View File
@@ -1,4 +1,4 @@
# Copyright 2020-2024 Gentoo Authors
# Copyright 2020-2026 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
@@ -26,7 +26,10 @@ RESTRICT="!test? ( test )"
BDEPEND="
man? ( virtual/pandoc )
test? ( dev-lang/go )
test? (
>=dev-lang/go-1.16
dev-util/cppcheck
)
"
src_unpack() {