From 3e03a50e356a0bed9bfb05762ef9cdd176d97af7 Mon Sep 17 00:00:00 2001 From: Arthur Zamarin Date: Wed, 6 May 2026 09:38:17 +0300 Subject: [PATCH] sys-apps/earlyoom: update BDEPEND on dev-lang/go Closes: https://bugs.gentoo.org/973651 Signed-off-by: Arthur Zamarin --- sys-apps/earlyoom/earlyoom-1.7-r1.ebuild | 4 ++-- sys-apps/earlyoom/earlyoom-9999.ebuild | 7 +++++-- 2 files changed, 7 insertions(+), 4 deletions(-) diff --git a/sys-apps/earlyoom/earlyoom-1.7-r1.ebuild b/sys-apps/earlyoom/earlyoom-1.7-r1.ebuild index 9c0f8e1059dc..242868ef2817 100644 --- a/sys-apps/earlyoom/earlyoom-1.7-r1.ebuild +++ b/sys-apps/earlyoom/earlyoom-1.7-r1.ebuild @@ -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 ) " diff --git a/sys-apps/earlyoom/earlyoom-9999.ebuild b/sys-apps/earlyoom/earlyoom-9999.ebuild index 26455f1c6000..0209a84b8d83 100644 --- a/sys-apps/earlyoom/earlyoom-9999.ebuild +++ b/sys-apps/earlyoom/earlyoom-9999.ebuild @@ -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() {