diff options
author | Sam James <sam@gentoo.org> | 2024-01-08 11:44:51 +0000 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2024-01-08 12:01:33 +0000 |
commit | 939d82b95620e0a398f99cea0291107c3e5799ed (patch) | |
tree | b8ff63bbd9bf0e395f36d7667157c8d2de3999db /app-misc | |
parent | app-misc/jq: sys-devel/flex -> app-alternatives/lex (diff) | |
download | gentoo-939d82b95620e0a398f99cea0291107c3e5799ed.tar.gz gentoo-939d82b95620e0a398f99cea0291107c3e5799ed.tar.bz2 gentoo-939d82b95620e0a398f99cea0291107c3e5799ed.zip |
app-misc/ola: 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 'app-misc')
-rw-r--r-- | app-misc/ola/ola-0.10.9-r1.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/app-misc/ola/ola-0.10.9-r1.ebuild b/app-misc/ola/ola-0.10.9-r1.ebuild index c2e2066ba149..a0af60d6c23d 100644 --- a/app-misc/ola/ola-0.10.9-r1.ebuild +++ b/app-misc/ola/ola-0.10.9-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=8 @@ -45,7 +45,7 @@ RDEPEND="<dev-libs/protobuf-23:= DEPEND="${RDEPEND} sys-kernel/linux-headers" BDEPEND="sys-devel/bison - sys-devel/flex + app-alternatives/lex virtual/pkgconfig doc? ( app-doc/doxygen |