diff options
author | Sam James <sam@gentoo.org> | 2024-01-08 12:06:31 +0000 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2024-01-08 12:24:42 +0000 |
commit | 5348ca39051c72dd345211ece31174e5851b8b8a (patch) | |
tree | 4f3491ca457793d3316abc291ba0c65c507af475 /dev-libs/foma | |
parent | dev-lang/maude: sys-devel/bison -> app-alternatives/yacc (diff) | |
download | gentoo-5348ca39051c72dd345211ece31174e5851b8b8a.tar.gz gentoo-5348ca39051c72dd345211ece31174e5851b8b8a.tar.bz2 gentoo-5348ca39051c72dd345211ece31174e5851b8b8a.zip |
dev-libs/foma: 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-libs/foma')
-rw-r--r-- | dev-libs/foma/foma-0.10.0_p20220612-r1.ebuild | 2 | ||||
-rw-r--r-- | dev-libs/foma/foma-0.10.0_p20220612.ebuild | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/dev-libs/foma/foma-0.10.0_p20220612-r1.ebuild b/dev-libs/foma/foma-0.10.0_p20220612-r1.ebuild index 2f0481bb26b8..55793a263a8d 100644 --- a/dev-libs/foma/foma-0.10.0_p20220612-r1.ebuild +++ b/dev-libs/foma/foma-0.10.0_p20220612-r1.ebuild @@ -15,7 +15,7 @@ LICENSE="Apache-2.0" SLOT="0/0.10" KEYWORDS="~amd64 ~x86" -BDEPEND="sys-devel/bison +BDEPEND="app-alternatives/yacc app-alternatives/lex" DEPEND="sys-libs/readline:= sys-libs/zlib" diff --git a/dev-libs/foma/foma-0.10.0_p20220612.ebuild b/dev-libs/foma/foma-0.10.0_p20220612.ebuild index 21443150a87d..113e0c864ab3 100644 --- a/dev-libs/foma/foma-0.10.0_p20220612.ebuild +++ b/dev-libs/foma/foma-0.10.0_p20220612.ebuild @@ -15,7 +15,7 @@ LICENSE="Apache-2.0" SLOT="0/0.10" KEYWORDS="amd64 x86" -BDEPEND="sys-devel/bison +BDEPEND="app-alternatives/yacc app-alternatives/lex" DEPEND="sys-libs/readline:= sys-libs/zlib" |