diff options
author | Sam James <sam@gentoo.org> | 2024-01-08 11:51:20 +0000 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2024-01-08 12:02:20 +0000 |
commit | 04057291335ddab246fc9fdb517a808dcdc3c085 (patch) | |
tree | 82043fec273a8d343ef84f1cb67352de3d47e2e9 /net-misc/olsrd | |
parent | net-misc/oidentd: sys-devel/flex -> app-alternatives/lex (diff) | |
download | gentoo-04057291335ddab246fc9fdb517a808dcdc3c085.tar.gz gentoo-04057291335ddab246fc9fdb517a808dcdc3c085.tar.bz2 gentoo-04057291335ddab246fc9fdb517a808dcdc3c085.zip |
net-misc/olsrd: 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/olsrd')
-rw-r--r-- | net-misc/olsrd/olsrd-0.9.8_p20210612-r1.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/net-misc/olsrd/olsrd-0.9.8_p20210612-r1.ebuild b/net-misc/olsrd/olsrd-0.9.8_p20210612-r1.ebuild index bff1915449d8..78216e9c4d92 100644 --- a/net-misc/olsrd/olsrd-0.9.8_p20210612-r1.ebuild +++ b/net-misc/olsrd/olsrd-0.9.8_p20210612-r1.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 @@ -28,7 +28,7 @@ RDEPEND="gtk? ( DEPEND="${RDEPEND} x11-base/xorg-proto" BDEPEND="app-alternatives/yacc - sys-devel/flex + app-alternatives/lex virtual/pkgconfig" PATCHES=( |