diff options
author | Sam James <sam@gentoo.org> | 2024-01-08 12:09:54 +0000 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2024-01-08 12:25:20 +0000 |
commit | 1330540c113d2ac58b7dc8885653eae31b46ac8f (patch) | |
tree | 69e726654c553349a99d542f117ec66052a7785d /x11-libs/libxkbcommon | |
parent | x11-apps/xkbevd: sys-devel/bison -> app-alternatives/yacc (diff) | |
download | gentoo-1330540c113d2ac58b7dc8885653eae31b46ac8f.tar.gz gentoo-1330540c113d2ac58b7dc8885653eae31b46ac8f.tar.bz2 gentoo-1330540c113d2ac58b7dc8885653eae31b46ac8f.zip |
x11-libs/libxkbcommon: 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-libs/libxkbcommon')
-rw-r--r-- | x11-libs/libxkbcommon/libxkbcommon-1.6.0.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/x11-libs/libxkbcommon/libxkbcommon-1.6.0.ebuild b/x11-libs/libxkbcommon/libxkbcommon-1.6.0.ebuild index 3a7244c0b66f..46fac06df8a2 100644 --- a/x11-libs/libxkbcommon/libxkbcommon-1.6.0.ebuild +++ b/x11-libs/libxkbcommon/libxkbcommon-1.6.0.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 @@ -23,7 +23,7 @@ RESTRICT="!test? ( test )" SLOT="0" BDEPEND=" - sys-devel/bison + app-alternatives/yacc doc? ( app-doc/doxygen ) test? ( ${PYTHON_DEPS} ) tools? ( wayland? ( dev-util/wayland-scanner ) ) |