diff options
author | Sam James <sam@gentoo.org> | 2024-01-08 12:06:09 +0000 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2024-01-08 12:21:40 +0000 |
commit | 57a32e20f400fcb850363ff724a274505abb8517 (patch) | |
tree | 5e61b8562e30bb67c773e8b44007c8ce6108e9b4 /app-text | |
parent | app-office/libreoffice: sys-devel/bison -> app-alternatives/yacc (diff) | |
download | gentoo-57a32e20f400fcb850363ff724a274505abb8517.tar.gz gentoo-57a32e20f400fcb850363ff724a274505abb8517.tar.bz2 gentoo-57a32e20f400fcb850363ff724a274505abb8517.zip |
app-text/enscript: 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 'app-text')
-rw-r--r-- | app-text/enscript/enscript-1.6.6-r1.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app-text/enscript/enscript-1.6.6-r1.ebuild b/app-text/enscript/enscript-1.6.6-r1.ebuild index 3455b1932661..f3503237816d 100644 --- a/app-text/enscript/enscript-1.6.6-r1.ebuild +++ b/app-text/enscript/enscript-1.6.6-r1.ebuild @@ -18,7 +18,7 @@ RDEPEND="nls? ( virtual/libintl )" DEPEND="${RDEPEND}" BDEPEND=" app-alternatives/lex - sys-devel/bison + app-alternatives/yacc nls? ( sys-devel/gettext ) " |