summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSam James <sam@gentoo.org>2024-01-08 11:49:06 +0000
committerSam James <sam@gentoo.org>2024-01-08 12:01:54 +0000
commit2083fd64f1f344b6d2dfad7fabd91c4da2136502 (patch)
tree33b3c6c28da551a1bd4f8c8b4627006c2b5c32dc /dev-util/pscan
parentdev-util/poke: sys-devel/flex -> app-alternatives/lex (diff)
downloadgentoo-2083fd64f1f344b6d2dfad7fabd91c4da2136502.tar.gz
gentoo-2083fd64f1f344b6d2dfad7fabd91c4da2136502.tar.bz2
gentoo-2083fd64f1f344b6d2dfad7fabd91c4da2136502.zip
dev-util/pscan: 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/pscan')
-rw-r--r--dev-util/pscan/pscan-20000721-r1.ebuild4
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-util/pscan/pscan-20000721-r1.ebuild b/dev-util/pscan/pscan-20000721-r1.ebuild
index 260a2eb5405a..152745bc2ad7 100644
--- a/dev-util/pscan/pscan-20000721-r1.ebuild
+++ b/dev-util/pscan/pscan-20000721-r1.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2021 Gentoo Authors
+# Copyright 1999-2024 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=7
@@ -16,7 +16,7 @@ IUSE=""
# Does NOT contain a testsuite, but does contain a test.c that confuses src_test
RESTRICT="test"
-BDEPEND="sys-devel/flex"
+BDEPEND="app-alternatives/lex"
S="${WORKDIR}/${PN}"
PATCHES=( "${FILESDIR}"/${P}-fix-build-system.patch )