diff options
author | Sam James <sam@gentoo.org> | 2024-01-08 11:48:47 +0000 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2024-01-08 12:01:49 +0000 |
commit | 76c49cb284dcdb89bcddcd26cd5e0ea1ecafd1a1 (patch) | |
tree | a438f47281283adb1c81df0b7171c68c6e253725 /dev-util/cdecl | |
parent | dev-util/bpftrace: sys-devel/flex -> app-alternatives/lex (diff) | |
download | gentoo-76c49cb284dcdb89bcddcd26cd5e0ea1ecafd1a1.tar.gz gentoo-76c49cb284dcdb89bcddcd26cd5e0ea1ecafd1a1.tar.bz2 gentoo-76c49cb284dcdb89bcddcd26cd5e0ea1ecafd1a1.zip |
dev-util/cdecl: 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 'dev-util/cdecl')
-rw-r--r-- | dev-util/cdecl/cdecl-14.0.ebuild | 4 | ||||
-rw-r--r-- | dev-util/cdecl/cdecl-14.2.ebuild | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/dev-util/cdecl/cdecl-14.0.ebuild b/dev-util/cdecl/cdecl-14.0.ebuild index dc541f650892..87e73c11a1cd 100644 --- a/dev-util/cdecl/cdecl-14.0.ebuild +++ b/dev-util/cdecl/cdecl-14.0.ebuild @@ -1,4 +1,4 @@ -# Copyright 2021-2023 Gentoo Authors +# Copyright 2021-2024 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 @@ -19,7 +19,7 @@ DEPEND=" RDEPEND="${DEPEND}" BDEPEND=" sys-devel/bison - sys-devel/flex + app-alternatives/lex " src_configure() { diff --git a/dev-util/cdecl/cdecl-14.2.ebuild b/dev-util/cdecl/cdecl-14.2.ebuild index a7c9e7ca8637..25122f03a31d 100644 --- a/dev-util/cdecl/cdecl-14.2.ebuild +++ b/dev-util/cdecl/cdecl-14.2.ebuild @@ -1,4 +1,4 @@ -# Copyright 2021-2023 Gentoo Authors +# Copyright 2021-2024 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 @@ -19,7 +19,7 @@ DEPEND=" RDEPEND="${DEPEND}" BDEPEND=" sys-devel/bison - sys-devel/flex + app-alternatives/lex " src_configure() { |