diff options
author | Sam James <sam@gentoo.org> | 2024-01-08 11:52:43 +0000 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2024-01-08 12:03:13 +0000 |
commit | eb1a42363e2121822c60cba0e344267498b341d3 (patch) | |
tree | 112a21311c2ea839398d306833695cde356b077a /x11-apps/igt-gpu-tools | |
parent | www-client/chromium: sys-devel/flex -> app-alternatives/lex (diff) | |
download | gentoo-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')
-rw-r--r-- | x11-apps/igt-gpu-tools/igt-gpu-tools-1.27.1-r1.ebuild | 4 | ||||
-rw-r--r-- | x11-apps/igt-gpu-tools/igt-gpu-tools-9999.ebuild | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/x11-apps/igt-gpu-tools/igt-gpu-tools-1.27.1-r1.ebuild b/x11-apps/igt-gpu-tools/igt-gpu-tools-1.27.1-r1.ebuild index 58906196dc9a..cbb59eaae85e 100644 --- a/x11-apps/igt-gpu-tools/igt-gpu-tools-1.27.1-r1.ebuild +++ b/x11-apps/igt-gpu-tools/igt-gpu-tools-1.27.1-r1.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 @@ -72,7 +72,7 @@ DEPEND="${RDEPEND} ) video_cards_intel? ( sys-devel/bison - sys-devel/flex + app-alternatives/lex ) " BDEPEND="${PYTHON_DEPS}" 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}" |