summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSam James <sam@gentoo.org>2024-01-08 12:06:11 +0000
committerSam James <sam@gentoo.org>2024-01-08 12:21:40 +0000
commit22828c49bdfe616d84d5736e347d1932001b75cc (patch)
treefc4ae94803eee56bf160677c88386dff6f08328b /app-text/pinfo
parentapp-text/enscript: sys-devel/bison -> app-alternatives/yacc (diff)
downloadgentoo-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.ebuild4
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 )
"