sci-electronics/iverilog: fix DEPEND's problem for 10.3

Add flex and bison to DEPEND's of the iverilog suggested by @trofi
https://github.com/gentoo/gentoo/pull/14619

Package-Manager: Portage-2.3.89, Repoman-2.3.20
Signed-off-by: Huang Rui <vowstar@gmail.com>
Closes: https://github.com/gentoo/gentoo/pull/14685
Signed-off-by: Sergei Trofimovich <slyfox@gentoo.org>
This commit is contained in:
Huang Rui
2020-02-17 21:29:02 +08:00
committed by Sergei Trofimovich
parent 055dc27910
commit 06e1355d5c

View File

@@ -35,6 +35,8 @@ RDEPEND="
DEPEND="
dev-util/gperf
sys-devel/bison
sys-devel/flex
${RDEPEND}
"