diff options
author | Sam James <sam@gentoo.org> | 2024-01-08 11:52:13 +0000 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2024-01-08 12:03:07 +0000 |
commit | 24f7593369826b9553c2fada8df082786ad5e6d8 (patch) | |
tree | e19222becf9766099031ec41834cb1be8d1c943c /sys-apps/pcmciautils | |
parent | sys-apps/miller: sys-devel/flex -> app-alternatives/lex (diff) | |
download | gentoo-24f7593369826b9553c2fada8df082786ad5e6d8.tar.gz gentoo-24f7593369826b9553c2fada8df082786ad5e6d8.tar.bz2 gentoo-24f7593369826b9553c2fada8df082786ad5e6d8.zip |
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 <sam@gentoo.org>
Diffstat (limited to 'sys-apps/pcmciautils')
-rw-r--r-- | sys-apps/pcmciautils/pcmciautils-018_p14.ebuild | 4 | ||||
-rw-r--r-- | sys-apps/pcmciautils/pcmciautils-018_p8-r3.ebuild | 4 |
2 files changed, 4 insertions, 4 deletions
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 |