commit:     048fd37c7ce262cfe97b86a0b165f49720f268f7
Author:     Alessandro Barbieri <lssndrbarbieri <AT> gmail <DOT> com>
AuthorDate: Wed May  4 02:49:11 2022 +0000
Commit:     Alessandro Barbieri <lssndrbarbieri <AT> gmail <DOT> com>
CommitDate: Wed May  4 02:49:11 2022 +0000
URL:        https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=048fd37c

sys-cluster/mcxx: add missing test deps

Closes: https://bugs.gentoo.org/810285
Signed-off-by: Alessandro Barbieri <lssndrbarbieri <AT> gmail.com>

 sys-cluster/mcxx/mcxx-2021.06.ebuild | 7 ++++++-
 1 file changed, 6 insertions(+), 1 deletion(-)

diff --git a/sys-cluster/mcxx/mcxx-2021.06.ebuild 
b/sys-cluster/mcxx/mcxx-2021.06.ebuild
index 7f949c9c6..f9420aeb5 100644
--- a/sys-cluster/mcxx/mcxx-2021.06.ebuild
+++ b/sys-cluster/mcxx/mcxx-2021.06.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2021 Gentoo Authors
+# Copyright 1999-2022 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=8
@@ -43,6 +43,11 @@ BDEPEND="
        sys-devel/flex
        virtual/pkgconfig
        virtual/yacc
+
+       test? (
+               sys-devel/bc
+               virtual/awk
+       )
 "
 
 RESTRICT="!test? ( test )"

Reply via email to