sci-electronics/iverilog: fix DEPEND's problem for 9999
authorHuang Rui <vowstar@gmail.com>
Mon, 17 Feb 2020 13:04:27 +0000 (21:04 +0800)
committerSergei Trofimovich <slyfox@gentoo.org>
Tue, 18 Feb 2020 10:07:01 +0000 (10:07 +0000)
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>
Signed-off-by: Sergei Trofimovich <slyfox@gentoo.org>
sci-electronics/iverilog/iverilog-9999.ebuild

index 46f342bfb5ad7d5e4c22881319daf38ed43e9be3..74c2574d0ab535d5e00c22cc0fc3a558e170dd74 100644 (file)
@@ -35,6 +35,8 @@ RDEPEND="
 
 DEPEND="
        dev-util/gperf
+       sys-devel/bison
+       sys-devel/flex
        ${RDEPEND}
 "