From 048fd37c7ce262cfe97b86a0b165f49720f268f7 Mon Sep 17 00:00:00 2001 From: Alessandro Barbieri Date: Wed, 4 May 2022 04:49:11 +0200 Subject: [PATCH] sys-cluster/mcxx: add missing test deps Closes: https://bugs.gentoo.org/810285 Signed-off-by: Alessandro Barbieri --- 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 7f949c9c67..f9420aeb5b 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 )"