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

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