diff options
author | Sam James <sam@gentoo.org> | 2024-01-08 12:06:11 +0000 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2024-01-08 12:21:40 +0000 |
commit | 22828c49bdfe616d84d5736e347d1932001b75cc (patch) | |
tree | fc4ae94803eee56bf160677c88386dff6f08328b /app-text/pinfo | |
parent | app-text/enscript: sys-devel/bison -> app-alternatives/yacc (diff) | |
download | gentoo-22828c49bdfe616d84d5736e347d1932001b75cc.tar.gz gentoo-22828c49bdfe616d84d5736e347d1932001b75cc.tar.bz2 gentoo-22828c49bdfe616d84d5736e347d1932001b75cc.zip |
app-text/pinfo: 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/pinfo')
-rw-r--r-- | app-text/pinfo/pinfo-0.6.13.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/app-text/pinfo/pinfo-0.6.13.ebuild b/app-text/pinfo/pinfo-0.6.13.ebuild index 9b3ae745d0c3..12df4b647966 100644 --- a/app-text/pinfo/pinfo-0.6.13.ebuild +++ b/app-text/pinfo/pinfo-0.6.13.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2023 Gentoo Authors +# Copyright 1999-2024 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 @@ -22,7 +22,7 @@ RDEPEND=" DEPEND=" ${RDEPEND} sys-apps/texinfo - sys-devel/bison + app-alternatives/yacc virtual/pkgconfig nls? ( sys-devel/gettext ) " |