diff options
author | Sam James <sam@gentoo.org> | 2024-01-08 12:09:53 +0000 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2024-01-08 12:25:19 +0000 |
commit | 067c533163d92992bf1ab05751e1876c3e769f15 (patch) | |
tree | 4c4bfcfcba84da2b0f01629e325ab6887270217f /x11-apps/xkbevd | |
parent | x11-apps/xkbcomp: sys-devel/bison -> app-alternatives/yacc (diff) | |
download | gentoo-067c533163d92992bf1ab05751e1876c3e769f15.tar.gz gentoo-067c533163d92992bf1ab05751e1876c3e769f15.tar.bz2 gentoo-067c533163d92992bf1ab05751e1876c3e769f15.zip |
x11-apps/xkbevd: 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/xkbevd')
-rw-r--r-- | x11-apps/xkbevd/xkbevd-1.1.5.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/x11-apps/xkbevd/xkbevd-1.1.5.ebuild b/x11-apps/xkbevd/xkbevd-1.1.5.ebuild index efd1929447ec..e34e6a64a41a 100644 --- a/x11-apps/xkbevd/xkbevd-1.1.5.ebuild +++ b/x11-apps/xkbevd/xkbevd-1.1.5.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 @@ -15,4 +15,4 @@ RDEPEND=" x11-libs/libxkbfile" DEPEND="${RDEPEND} x11-base/xorg-proto" -BDEPEND="sys-devel/bison" +BDEPEND="app-alternatives/yacc" |