summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSam James <sam@gentoo.org>2024-01-08 11:43:53 +0000
committerSam James <sam@gentoo.org>2024-01-08 12:01:30 +0000
commite6c89941071548365b919dae28d8ed6e8542f8d9 (patch)
tree54d6d55d81a2ba0da3abeee3a7dfe208e77f980c /app-emulation/vkd3d
parentapp-emulation/vice: sys-devel/flex -> app-alternatives/lex (diff)
downloadgentoo-e6c89941071548365b919dae28d8ed6e8542f8d9.tar.gz
gentoo-e6c89941071548365b919dae28d8ed6e8542f8d9.tar.bz2
gentoo-e6c89941071548365b919dae28d8ed6e8542f8d9.zip
app-emulation/vkd3d: 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 'app-emulation/vkd3d')
-rw-r--r--app-emulation/vkd3d/vkd3d-1.10.ebuild2
-rw-r--r--app-emulation/vkd3d/vkd3d-1.9.ebuild4
2 files changed, 3 insertions, 3 deletions
diff --git a/app-emulation/vkd3d/vkd3d-1.10.ebuild b/app-emulation/vkd3d/vkd3d-1.10.ebuild
index b8594f26e81e..a07c6243deca 100644
--- a/app-emulation/vkd3d/vkd3d-1.10.ebuild
+++ b/app-emulation/vkd3d/vkd3d-1.10.ebuild
@@ -26,7 +26,7 @@ DEPEND="
dev-util/vulkan-headers
"
BDEPEND="
- sys-devel/flex
+ app-alternatives/lex
sys-devel/bison
virtual/pkgconfig
"
diff --git a/app-emulation/vkd3d/vkd3d-1.9.ebuild b/app-emulation/vkd3d/vkd3d-1.9.ebuild
index 88e7e0b52f25..a07c6243deca 100644
--- a/app-emulation/vkd3d/vkd3d-1.9.ebuild
+++ b/app-emulation/vkd3d/vkd3d-1.9.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
@@ -26,7 +26,7 @@ DEPEND="
dev-util/vulkan-headers
"
BDEPEND="
- sys-devel/flex
+ app-alternatives/lex
sys-devel/bison
virtual/pkgconfig
"