diff options
author | Sam James <sam@gentoo.org> | 2024-01-08 11:52:15 +0000 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2024-01-08 12:03:08 +0000 |
commit | f74214dfe229020d04c49daba8fec9b7128cbec4 (patch) | |
tree | fdd4bfde00eaf5ebdfba440341e31c483a948cf8 /sys-apps | |
parent | sys-apps/pcmciautils: sys-devel/flex -> app-alternatives/lex (diff) | |
download | gentoo-f74214dfe229020d04c49daba8fec9b7128cbec4.tar.gz gentoo-f74214dfe229020d04c49daba8fec9b7128cbec4.tar.bz2 gentoo-f74214dfe229020d04c49daba8fec9b7128cbec4.zip |
sys-apps/pcsc-lite: 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')
-rw-r--r-- | sys-apps/pcsc-lite/pcsc-lite-2.0.0.ebuild | 4 | ||||
-rw-r--r-- | sys-apps/pcsc-lite/pcsc-lite-2.0.1.ebuild | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/sys-apps/pcsc-lite/pcsc-lite-2.0.0.ebuild b/sys-apps/pcsc-lite/pcsc-lite-2.0.0.ebuild index 2b817740a746..0f5bb6e93f4d 100644 --- a/sys-apps/pcsc-lite/pcsc-lite-2.0.0.ebuild +++ b/sys-apps/pcsc-lite/pcsc-lite-2.0.0.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 @@ -35,7 +35,7 @@ DEPEND=" RDEPEND="${DEPEND} selinux? ( sec-policy/selinux-pcscd )" BDEPEND=" - sys-devel/flex + app-alternatives/lex virtual/pkgconfig" PATCHES=( diff --git a/sys-apps/pcsc-lite/pcsc-lite-2.0.1.ebuild b/sys-apps/pcsc-lite/pcsc-lite-2.0.1.ebuild index 3a0cf3c74caa..d32cbfb1cc05 100644 --- a/sys-apps/pcsc-lite/pcsc-lite-2.0.1.ebuild +++ b/sys-apps/pcsc-lite/pcsc-lite-2.0.1.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 @@ -35,7 +35,7 @@ DEPEND=" RDEPEND="${DEPEND} selinux? ( sec-policy/selinux-pcscd )" BDEPEND=" - sys-devel/flex + app-alternatives/lex virtual/pkgconfig" PATCHES=( |