diff options
author | Sam James <sam@gentoo.org> | 2024-01-08 11:47:59 +0000 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2024-01-08 12:01:43 +0000 |
commit | 2c8d4b432fb168b1d59313029100f083afa9bc3b (patch) | |
tree | 76dad40d04f65d7d89c2819e8c32ad4a7f37a21b /dev-libs/kosmindoormap | |
parent | dev-libs/kopeninghours: sys-devel/flex -> app-alternatives/lex (diff) | |
download | gentoo-2c8d4b432fb168b1d59313029100f083afa9bc3b.tar.gz gentoo-2c8d4b432fb168b1d59313029100f083afa9bc3b.tar.bz2 gentoo-2c8d4b432fb168b1d59313029100f083afa9bc3b.zip |
dev-libs/kosmindoormap: 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/kosmindoormap')
-rw-r--r-- | dev-libs/kosmindoormap/kosmindoormap-23.08.4.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-libs/kosmindoormap/kosmindoormap-23.08.4.ebuild b/dev-libs/kosmindoormap/kosmindoormap-23.08.4.ebuild index 7d84056f235e..8db42686a676 100644 --- a/dev-libs/kosmindoormap/kosmindoormap-23.08.4.ebuild +++ b/dev-libs/kosmindoormap/kosmindoormap-23.08.4.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=8 @@ -35,7 +35,7 @@ RDEPEND="${COMMON_DEPEND} " BDEPEND=" sys-devel/bison - sys-devel/flex + app-alternatives/lex " src_configure() { |