mirror of
https://anongit.gentoo.org/git/repo/gentoo.git
synced 2026-05-06 07:27:03 -04:00
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:
@@ -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
|
||||
)
|
||||
"
|
||||
|
||||
@@ -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() {
|
||||
|
||||
Reference in New Issue
Block a user