diff options
author | Sam James <sam@gentoo.org> | 2024-01-08 11:51:17 +0000 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2024-01-08 12:02:19 +0000 |
commit | 6139047759c15810be7ba2d77fe55d3f0ffba1bf (patch) | |
tree | ada22921e0bc0b4548b2f69608d6754ab2a3229e /net-misc/mico | |
parent | net-misc/frr: sys-devel/flex -> app-alternatives/lex (diff) | |
download | gentoo-6139047759c15810be7ba2d77fe55d3f0ffba1bf.tar.gz gentoo-6139047759c15810be7ba2d77fe55d3f0ffba1bf.tar.bz2 gentoo-6139047759c15810be7ba2d77fe55d3f0ffba1bf.zip |
net-misc/mico: 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 'net-misc/mico')
-rw-r--r-- | net-misc/mico/mico-2.3.13-r14.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/net-misc/mico/mico-2.3.13-r14.ebuild b/net-misc/mico/mico-2.3.13-r14.ebuild index 637035595df9..d1ce400fc92d 100644 --- a/net-misc/mico/mico-2.3.13-r14.ebuild +++ b/net-misc/mico/mico-2.3.13-r14.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" @@ -31,7 +31,7 @@ RDEPEND=" " DEPEND="${RDEPEND}" BDEPEND=" - >=sys-devel/flex-2.5.2 + app-alternatives/lex >=sys-devel/bison-1.22 " |