From 24f7593369826b9553c2fada8df082786ad5e6d8 Mon Sep 17 00:00:00 2001 From: Sam James Date: Mon, 8 Jan 2024 11:52:13 +0000 Subject: sys-apps/pcmciautils: 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 --- sys-apps/pcmciautils/pcmciautils-018_p14.ebuild | 4 ++-- sys-apps/pcmciautils/pcmciautils-018_p8-r3.ebuild | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) (limited to 'sys-apps/pcmciautils') diff --git a/sys-apps/pcmciautils/pcmciautils-018_p14.ebuild b/sys-apps/pcmciautils/pcmciautils-018_p14.ebuild index 92f0d73c4d98..4fa25b6e060c 100644 --- a/sys-apps/pcmciautils/pcmciautils-018_p14.ebuild +++ b/sys-apps/pcmciautils/pcmciautils-018_p14.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 @@ -22,7 +22,7 @@ IUSE="debug staticsocket" RDEPEND="sys-apps/kmod[tools]" DEPEND="${RDEPEND} app-alternatives/yacc - sys-devel/flex" + app-alternatives/lex" PATCHES=( "${WORKDIR}"/debian/patches/no-modprobe-rules.patch diff --git a/sys-apps/pcmciautils/pcmciautils-018_p8-r3.ebuild b/sys-apps/pcmciautils/pcmciautils-018_p8-r3.ebuild index d239df8bef73..c7f6111bb77d 100644 --- a/sys-apps/pcmciautils/pcmciautils-018_p8-r3.ebuild +++ b/sys-apps/pcmciautils/pcmciautils-018_p8-r3.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=7 @@ -22,7 +22,7 @@ IUSE="debug staticsocket" RDEPEND="sys-apps/kmod[tools]" DEPEND="${RDEPEND} app-alternatives/yacc - sys-devel/flex" + app-alternatives/lex" PATCHES=( "${WORKDIR}"/debian/patches/no-modprobe-rules.patch -- cgit v1.2.3-65-gdbad