diff options
author | Sam James <sam@gentoo.org> | 2024-01-08 12:08:35 +0000 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2024-01-08 12:25:05 +0000 |
commit | d647531b8af933e29bdb291c8b0ce36a8d1389b7 (patch) | |
tree | fc32d5ad3c30980f2adc1a256f9fa8d7d52d4cd7 /net-mail/mairix | |
parent | net-libs/gsoap: sys-devel/bison -> app-alternatives/yacc (diff) | |
download | gentoo-d647531b8af933e29bdb291c8b0ce36a8d1389b7.tar.gz gentoo-d647531b8af933e29bdb291c8b0ce36a8d1389b7.tar.bz2 gentoo-d647531b8af933e29bdb291c8b0ce36a8d1389b7.zip |
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 <sam@gentoo.org>
Diffstat (limited to 'net-mail/mairix')
-rw-r--r-- | net-mail/mairix/mairix-0.24.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/net-mail/mairix/mairix-0.24.ebuild b/net-mail/mairix/mairix-0.24.ebuild index 0c22c1efcf12..29589d0f3a64 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" |