summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSam James <sam@gentoo.org>2024-01-08 11:52:43 +0000
committerSam James <sam@gentoo.org>2024-01-08 12:03:13 +0000
commiteb1a42363e2121822c60cba0e344267498b341d3 (patch)
tree112a21311c2ea839398d306833695cde356b077a /x11-apps/igt-gpu-tools/igt-gpu-tools-9999.ebuild
parentwww-client/chromium: sys-devel/flex -> app-alternatives/lex (diff)
downloadgentoo-eb1a42363e2121822c60cba0e344267498b341d3.tar.gz
gentoo-eb1a42363e2121822c60cba0e344267498b341d3.tar.bz2
gentoo-eb1a42363e2121822c60cba0e344267498b341d3.zip
x11-apps/igt-gpu-tools: 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 'x11-apps/igt-gpu-tools/igt-gpu-tools-9999.ebuild')
-rw-r--r--x11-apps/igt-gpu-tools/igt-gpu-tools-9999.ebuild4
1 files changed, 2 insertions, 2 deletions
diff --git a/x11-apps/igt-gpu-tools/igt-gpu-tools-9999.ebuild b/x11-apps/igt-gpu-tools/igt-gpu-tools-9999.ebuild
index 08f99480e18b..7d0ce241dba0 100644
--- a/x11-apps/igt-gpu-tools/igt-gpu-tools-9999.ebuild
+++ b/x11-apps/igt-gpu-tools/igt-gpu-tools-9999.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
@@ -70,7 +70,7 @@ DEPEND="${RDEPEND}
)
video_cards_intel? (
sys-devel/bison
- sys-devel/flex
+ app-alternatives/lex
)
"
BDEPEND="${PYTHON_DEPS}"