diff options
author | Sam James <sam@gentoo.org> | 2024-01-08 12:07:00 +0000 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2024-01-08 12:24:47 +0000 |
commit | ad864b45c585d91cbb6994576290c23b65a5fc06 (patch) | |
tree | a3f131da3d2771087300655673aa79c350119923 /dev-tex | |
parent | dev-qt/qtwebengine: sys-devel/bison -> app-alternatives/yacc (diff) | |
download | gentoo-ad864b45c585d91cbb6994576290c23b65a5fc06.tar.gz gentoo-ad864b45c585d91cbb6994576290c23b65a5fc06.tar.bz2 gentoo-ad864b45c585d91cbb6994576290c23b65a5fc06.zip |
dev-tex/rail: 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 'dev-tex')
-rw-r--r-- | dev-tex/rail/rail-1.2_p1-r1.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-tex/rail/rail-1.2_p1-r1.ebuild b/dev-tex/rail/rail-1.2_p1-r1.ebuild index b9a7de287cae..9b89d5949658 100644 --- a/dev-tex/rail/rail-1.2_p1-r1.ebuild +++ b/dev-tex/rail/rail-1.2_p1-r1.ebuild @@ -14,7 +14,7 @@ SLOT="0" KEYWORDS="~amd64 ~x86" BDEPEND="app-arch/unzip - sys-devel/bison + app-alternatives/yacc app-alternatives/lex" S="${WORKDIR}/${PN}" |