commit:     be7134514c457e8a7f8945d85208828a40b47230
Author:     Eli Schwartz <eschwartz <AT> gentoo <DOT> org>
AuthorDate: Fri Oct 11 06:11:00 2024 +0000
Commit:     Eli Schwartz <eschwartz <AT> gentoo <DOT> org>
CommitDate: Mon Oct 14 05:27:11 2024 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=be713451

dev-lang/mercury: add missing build dependencies

Closes: https://bugs.gentoo.org/887165
Closes: https://bugs.gentoo.org/903639
Signed-off-by: Eli Schwartz <eschwartz <AT> gentoo.org>

 dev-lang/mercury/mercury-22.01.1-r1.ebuild | 7 ++++++-
 1 file changed, 6 insertions(+), 1 deletion(-)

diff --git a/dev-lang/mercury/mercury-22.01.1-r1.ebuild 
b/dev-lang/mercury/mercury-22.01.1-r1.ebuild
index 965d58b1c65e..78b5f0afb2fb 100644
--- a/dev-lang/mercury/mercury-22.01.1-r1.ebuild
+++ b/dev-lang/mercury/mercury-22.01.1-r1.ebuild
@@ -33,7 +33,12 @@ RDEPEND="${COMMON_DEP}
        emacs? ( >=app-editors/emacs-23.1:* )
        java? ( >=virtual/jre-1.8:* )"
 
-BDEPEND="test? ( sys-libs/timezone-data )"
+# specifically verifies that you are not using generic lex/yacc
+BDEPEND="
+       sys-devel/bison
+       sys-devel/flex
+       test? ( sys-libs/timezone-data )
+"
 
 SITEFILE=50${PN}-gentoo.el
 

Reply via email to