commit:     c21472aed0fd65b2d60e535cc3117e0ed2b0d0b3
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Fri Sep  9 02:55:22 2022 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Fri Sep  9 02:55:56 2022 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c21472ae

net-libs/libsmi: add missing BDEPENDs (flex, yacc)

I can't reproduce the reported issue but these
were missing anyway.

Bug: https://bugs.gentoo.org/869149
Signed-off-by: Sam James <sam <AT> gentoo.org>

 net-libs/libsmi/libsmi-0.5.0-r2.ebuild | 6 ++++++
 1 file changed, 6 insertions(+)

diff --git a/net-libs/libsmi/libsmi-0.5.0-r2.ebuild 
b/net-libs/libsmi/libsmi-0.5.0-r2.ebuild
index 2769b75bce56..92b2580e9492 100644
--- a/net-libs/libsmi/libsmi-0.5.0-r2.ebuild
+++ b/net-libs/libsmi/libsmi-0.5.0-r2.ebuild
@@ -12,6 +12,12 @@ SLOT="0"
 KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~m68k ~ppc ~ppc64 ~riscv ~s390 ~sparc 
~x86"
 RESTRICT="test"
 
+# libsmi-0.5.0-implicit-function-declarations.patch touches parser
+BDEPEND="
+       sys-devel/flex
+       virtual/yacc
+"
+
 PATCHES=(
        "${FILESDIR}"/${PN}-0.5.0-implicit-function-declarations.patch
 )

Reply via email to