diff options
author | Sam James <sam@gentoo.org> | 2024-01-08 11:51:01 +0000 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2024-01-08 12:02:16 +0000 |
commit | 5740410e3a8c2ae1d353210ea524c20b4099d6e6 (patch) | |
tree | fb35fe653957e1770be8988b90e61a79e5ed11c0 /net-libs | |
parent | net-fs/openafs: sys-devel/flex -> app-alternatives/lex (diff) | |
download | gentoo-5740410e3a8c2ae1d353210ea524c20b4099d6e6.tar.gz gentoo-5740410e3a8c2ae1d353210ea524c20b4099d6e6.tar.bz2 gentoo-5740410e3a8c2ae1d353210ea524c20b4099d6e6.zip |
net-libs/canlock: 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/canlock/canlock-3.3.0.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/net-libs/canlock/canlock-3.3.0.ebuild b/net-libs/canlock/canlock-3.3.0.ebuild index a27b890f4590..d8299aca68c6 100644 --- a/net-libs/canlock/canlock-3.3.0.ebuild +++ b/net-libs/canlock/canlock-3.3.0.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2022 Gentoo Authors +# Copyright 1999-2024 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 @@ -14,7 +14,7 @@ KEYWORDS="amd64 arm ppc x86 ~amd64-linux ~x86-linux" IUSE="header-parser +legacy" BDEPEND=" - sys-devel/flex + app-alternatives/lex app-alternatives/yacc " |