diff options
author | 2024-01-08 11:52:17 +0000 | |
---|---|---|
committer | 2024-01-08 12:03:08 +0000 | |
commit | 5b4b9391c528a95ef52a3107834f257fe2032afe (patch) | |
tree | c22b45856e82871f0735b413e3e7d0a278a73df7 /sys-apps | |
parent | sys-apps/pcsc-lite: sys-devel/flex -> app-alternatives/lex (diff) | |
download | gentoo-5b4b9391c528a95ef52a3107834f257fe2032afe.tar.gz gentoo-5b4b9391c528a95ef52a3107834f257fe2032afe.tar.bz2 gentoo-5b4b9391c528a95ef52a3107834f257fe2032afe.zip |
sys-apps/ppc64-diag: 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/ppc64-diag/ppc64-diag-2.7.9.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys-apps/ppc64-diag/ppc64-diag-2.7.9.ebuild b/sys-apps/ppc64-diag/ppc64-diag-2.7.9.ebuild index efa16f44fa52..a56bcef13cb3 100644 --- a/sys-apps/ppc64-diag/ppc64-diag-2.7.9.ebuild +++ b/sys-apps/ppc64-diag/ppc64-diag-2.7.9.ebuild @@ -1,4 +1,4 @@ -# Copyright 2021-2022 Gentoo Authors +# Copyright 2021-2024 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 @@ -30,7 +30,7 @@ RDEPEND="${DEPEND} BDEPEND=" sys-devel/bison - sys-devel/flex + app-alternatives/lex virtual/pkgconfig " |