diff options
author | 2024-01-08 12:09:49 +0000 | |
---|---|---|
committer | 2024-01-08 12:25:19 +0000 | |
commit | 05f787ca17a9baaeb0077838ab1557243700f45c (patch) | |
tree | b85a275dc0884fcfcf0b72610d54f761b2e7a0ea /x11-apps/igt-gpu-tools | |
parent | www-servers/h2o: sys-devel/bison -> app-alternatives/yacc (diff) | |
download | gentoo-05f787ca17a9baaeb0077838ab1557243700f45c.tar.gz gentoo-05f787ca17a9baaeb0077838ab1557243700f45c.tar.bz2 gentoo-05f787ca17a9baaeb0077838ab1557243700f45c.zip |
x11-apps/igt-gpu-tools: sys-devel/bison -> app-alternatives/yacc
All of these will be using app-alternatives/yacc 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 | 2 | ||||
-rw-r--r-- | x11-apps/igt-gpu-tools/igt-gpu-tools-9999.ebuild | 2 |
2 files changed, 2 insertions, 2 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 cbb59eaae85e..e8318e3f6879 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 @@ -71,7 +71,7 @@ DEPEND="${RDEPEND} x11-base/xorg-proto ) video_cards_intel? ( - sys-devel/bison + app-alternatives/yacc app-alternatives/lex ) " 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 7d0ce241dba0..22d8992920d4 100644 --- a/x11-apps/igt-gpu-tools/igt-gpu-tools-9999.ebuild +++ b/x11-apps/igt-gpu-tools/igt-gpu-tools-9999.ebuild @@ -69,7 +69,7 @@ DEPEND="${RDEPEND} x11-base/xorg-proto ) video_cards_intel? ( - sys-devel/bison + app-alternatives/yacc app-alternatives/lex ) " |