From d647531b8af933e29bdb291c8b0ce36a8d1389b7 Mon Sep 17 00:00:00 2001 From: Sam James Date: Mon, 8 Jan 2024 12:08:35 +0000 Subject: [PATCH] net-mail/mairix: sys-devel/bison -> app-alternatives/yacc All of these will be using app-alternatives/yacc anyway as they're not unsetting YACC or LEX, so make the dep reflect reality. (Included both YACC and LEX out of conservatism.) Signed-off-by: Sam James --- net-mail/mairix/mairix-0.24.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/net-mail/mairix/mairix-0.24.ebuild b/net-mail/mairix/mairix-0.24.ebuild index 0c22c1efcf126..29589d0f3a642 100644 --- a/net-mail/mairix/mairix-0.24.ebuild +++ b/net-mail/mairix/mairix-0.24.ebuild @@ -20,7 +20,7 @@ RDEPEND="zlib? ( sys-libs/zlib ) DEPEND="${RDEPEND} app-alternatives/lex - sys-devel/bison" + app-alternatives/yacc" # Fail on various locales RESTRICT="test"