diff options
author | Sam James <sam@gentoo.org> | 2024-01-08 12:09:56 +0000 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2024-01-08 12:25:20 +0000 |
commit | 96f7fb920005274b39b96fc5c83601df82a64e0c (patch) | |
tree | 145dcbd51f5622c865d1a86ddb08d7cb4e049d93 /x11-wm | |
parent | x11-libs/libxkbcommon: sys-devel/bison -> app-alternatives/yacc (diff) | |
download | gentoo-96f7fb920005274b39b96fc5c83601df82a64e0c.tar.gz gentoo-96f7fb920005274b39b96fc5c83601df82a64e0c.tar.bz2 gentoo-96f7fb920005274b39b96fc5c83601df82a64e0c.zip |
x11-wm/cwm: 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-wm')
-rw-r--r-- | x11-wm/cwm/cwm-6.7.ebuild | 4 | ||||
-rw-r--r-- | x11-wm/cwm/cwm-7.1.ebuild | 4 | ||||
-rw-r--r-- | x11-wm/cwm/cwm-7.4.ebuild | 2 | ||||
-rw-r--r-- | x11-wm/cwm/cwm-9999.ebuild | 2 |
4 files changed, 6 insertions, 6 deletions
diff --git a/x11-wm/cwm/cwm-6.7.ebuild b/x11-wm/cwm/cwm-6.7.ebuild index 6d0daf817557..e072dd64c419 100644 --- a/x11-wm/cwm/cwm-6.7.ebuild +++ b/x11-wm/cwm/cwm-6.7.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2021 Gentoo Authors +# Copyright 1999-2024 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 @@ -27,7 +27,7 @@ DEPEND="x11-libs/libXft " RDEPEND="${DEPEND}" BDEPEND=" - sys-devel/bison + app-alternatives/yacc virtual/pkgconfig " diff --git a/x11-wm/cwm/cwm-7.1.ebuild b/x11-wm/cwm/cwm-7.1.ebuild index f36fc68948ab..0848686f4bfd 100644 --- a/x11-wm/cwm/cwm-7.1.ebuild +++ b/x11-wm/cwm/cwm-7.1.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2022 Gentoo Authors +# Copyright 1999-2024 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 @@ -27,7 +27,7 @@ DEPEND="x11-libs/libX11 " RDEPEND="${DEPEND}" BDEPEND=" - sys-devel/bison + app-alternatives/yacc virtual/pkgconfig " diff --git a/x11-wm/cwm/cwm-7.4.ebuild b/x11-wm/cwm/cwm-7.4.ebuild index db09b7759f57..43e81a32050f 100644 --- a/x11-wm/cwm/cwm-7.4.ebuild +++ b/x11-wm/cwm/cwm-7.4.ebuild @@ -25,7 +25,7 @@ DEPEND="x11-libs/libX11 " RDEPEND="${DEPEND}" BDEPEND=" - sys-devel/bison + app-alternatives/yacc virtual/pkgconfig " diff --git a/x11-wm/cwm/cwm-9999.ebuild b/x11-wm/cwm/cwm-9999.ebuild index db09b7759f57..43e81a32050f 100644 --- a/x11-wm/cwm/cwm-9999.ebuild +++ b/x11-wm/cwm/cwm-9999.ebuild @@ -25,7 +25,7 @@ DEPEND="x11-libs/libX11 " RDEPEND="${DEPEND}" BDEPEND=" - sys-devel/bison + app-alternatives/yacc virtual/pkgconfig " |