summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSam James <sam@gentoo.org>2024-01-08 12:09:51 +0000
committerSam James <sam@gentoo.org>2024-01-08 12:25:19 +0000
commit0ae98b832f2aa40324fbb4af1d2995e29435a1f3 (patch)
tree9272f9409a811d99ba6a5828361717b63aeef6c1 /x11-apps
parentx11-apps/igt-gpu-tools: sys-devel/bison -> app-alternatives/yacc (diff)
downloadgentoo-0ae98b832f2aa40324fbb4af1d2995e29435a1f3.tar.gz
gentoo-0ae98b832f2aa40324fbb4af1d2995e29435a1f3.tar.bz2
gentoo-0ae98b832f2aa40324fbb4af1d2995e29435a1f3.zip
x11-apps/xkbcomp: 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')
-rw-r--r--x11-apps/xkbcomp/xkbcomp-1.4.6.ebuild4
1 files changed, 2 insertions, 2 deletions
diff --git a/x11-apps/xkbcomp/xkbcomp-1.4.6.ebuild b/x11-apps/xkbcomp/xkbcomp-1.4.6.ebuild
index c0e0cd3ad4e4..8fb422e58226 100644
--- a/x11-apps/xkbcomp/xkbcomp-1.4.6.ebuild
+++ b/x11-apps/xkbcomp/xkbcomp-1.4.6.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
@@ -14,4 +14,4 @@ RDEPEND="
x11-libs/libxkbfile"
DEPEND="${RDEPEND}
x11-base/xorg-proto"
-BDEPEND="sys-devel/bison"
+BDEPEND="app-alternatives/yacc"