diff --git a/sys-apps/earlyoom/earlyoom-1.7-r1.ebuild b/sys-apps/earlyoom/earlyoom-1.7-r1.ebuild index 9c0f8e1059dc2..242868ef28171 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 26455f1c60009..0209a84b8d83f 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() {