diff options
author | Sam James <sam@gentoo.org> | 2024-01-08 11:51:05 +0000 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2024-01-08 12:02:16 +0000 |
commit | 56075182c201e36a965414154c1ebd7dd6eead84 (patch) | |
tree | 1a034918f6870b22b9ea86a6168d3adfa59b8de9 /net-libs | |
parent | net-libs/gsoap: sys-devel/flex -> app-alternatives/lex (diff) | |
download | gentoo-56075182c201e36a965414154c1ebd7dd6eead84.tar.gz gentoo-56075182c201e36a965414154c1ebd7dd6eead84.tar.bz2 gentoo-56075182c201e36a965414154c1ebd7dd6eead84.zip |
net-libs/libsmi: 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-libs')
-rw-r--r-- | net-libs/libsmi/libsmi-0.5.0-r5.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/net-libs/libsmi/libsmi-0.5.0-r5.ebuild b/net-libs/libsmi/libsmi-0.5.0-r5.ebuild index c3ed5ebae6b6..2e679a11472d 100644 --- a/net-libs/libsmi/libsmi-0.5.0-r5.ebuild +++ b/net-libs/libsmi/libsmi-0.5.0-r5.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 @@ -16,7 +16,7 @@ RESTRICT="test" # libsmi-0.5.0-implicit-function-declarations.patch touches parser BDEPEND=" - sys-devel/flex + app-alternatives/lex app-alternatives/yacc " |