sys-cluster/mcxx: add missing test deps

Closes: https://bugs.gentoo.org/810285
Signed-off-by: Alessandro Barbieri <lssndrbarbieri@gmail.com>
This commit is contained in:
Alessandro Barbieri
2022-05-04 04:49:11 +02:00
parent be811365b7
commit 048fd37c7c

View File

@@ -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 )"