commit:     0701ba59dd1912e04e4c34da50a5e43a78662a5c
Author:     Rick Farina <zerochaos <AT> gentoo <DOT> org>
AuthorDate: Wed Aug 23 17:39:17 2023 +0000
Commit:     Rick Farina <zerochaos <AT> gentoo <DOT> org>
CommitDate: Wed Aug 23 17:39:17 2023 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0701ba59

sys-apps/earlyoom: add missing test dep

Signed-off-by: Rick Farina <zerochaos <AT> gentoo.org>

 sys-apps/earlyoom/{earlyoom-1.7.ebuild => earlyoom-1.7-r1.ebuild} | 7 +++++--
 1 file changed, 5 insertions(+), 2 deletions(-)

diff --git a/sys-apps/earlyoom/earlyoom-1.7.ebuild 
b/sys-apps/earlyoom/earlyoom-1.7-r1.ebuild
similarity index 93%
rename from sys-apps/earlyoom/earlyoom-1.7.ebuild
rename to sys-apps/earlyoom/earlyoom-1.7-r1.ebuild
index 42e4a6373240..96f0c7262ee2 100644
--- a/sys-apps/earlyoom/earlyoom-1.7.ebuild
+++ b/sys-apps/earlyoom/earlyoom-1.7-r1.ebuild
@@ -1,4 +1,4 @@
-# Copyright 2020-2022 Gentoo Authors
+# Copyright 2020-2023 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
+               dev-util/cppcheck
+       )
 "
 
 src_unpack() {

Reply via email to