diff options
author | Sam James <sam@gentoo.org> | 2024-01-08 11:47:42 +0000 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2024-01-08 12:01:42 +0000 |
commit | f27136cdba0752dce5456a9a89684467cf956e01 (patch) | |
tree | 33d2e8b9102d4b97d65a0eeefba8f2685edea3b6 /dev-libs/foma | |
parent | dev-libs/elfutils: sys-devel/flex -> app-alternatives/lex (diff) | |
download | gentoo-f27136cdba0752dce5456a9a89684467cf956e01.tar.gz gentoo-f27136cdba0752dce5456a9a89684467cf956e01.tar.bz2 gentoo-f27136cdba0752dce5456a9a89684467cf956e01.zip |
dev-libs/foma: sys-devel/flex -> app-alternatives/lex
All of these will be using app-alternatives/lex 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 | 4 |
2 files changed, 3 insertions, 3 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 c6e37a343f7b..2f0481bb26b8 100644 --- a/dev-libs/foma/foma-0.10.0_p20220612-r1.ebuild +++ b/dev-libs/foma/foma-0.10.0_p20220612-r1.ebuild @@ -16,7 +16,7 @@ SLOT="0/0.10" KEYWORDS="~amd64 ~x86" BDEPEND="sys-devel/bison - sys-devel/flex" + app-alternatives/lex" DEPEND="sys-libs/readline:= sys-libs/zlib" RDEPEND="${DEPEND}" diff --git a/dev-libs/foma/foma-0.10.0_p20220612.ebuild b/dev-libs/foma/foma-0.10.0_p20220612.ebuild index 1ba9f8a3597f..21443150a87d 100644 --- a/dev-libs/foma/foma-0.10.0_p20220612.ebuild +++ b/dev-libs/foma/foma-0.10.0_p20220612.ebuild @@ -1,4 +1,4 @@ -# Copyright 2022 Gentoo Authors +# Copyright 2022-2024 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 @@ -16,7 +16,7 @@ SLOT="0/0.10" KEYWORDS="amd64 x86" BDEPEND="sys-devel/bison - sys-devel/flex" + app-alternatives/lex" DEPEND="sys-libs/readline:= sys-libs/zlib" RDEPEND="${DEPEND}" |