diff options
author | Sam James <sam@gentoo.org> | 2024-01-08 12:07:25 +0000 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2024-01-08 12:24:51 +0000 |
commit | 8450ca2f6e06420f7049f14203e10fb61a410116 (patch) | |
tree | 9efcc4a9161df9d3dafe596e5bf7df03e6b0e697 /kde-frameworks/kcalendarcore | |
parent | games-simulation/micropolis: sys-devel/bison -> app-alternatives/yacc (diff) | |
download | gentoo-8450ca2f6e06420f7049f14203e10fb61a410116.tar.gz gentoo-8450ca2f6e06420f7049f14203e10fb61a410116.tar.bz2 gentoo-8450ca2f6e06420f7049f14203e10fb61a410116.zip |
kde-frameworks/kcalendarcore: 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 'kde-frameworks/kcalendarcore')
-rw-r--r-- | kde-frameworks/kcalendarcore/kcalendarcore-5.113.0.ebuild | 2 | ||||
-rw-r--r-- | kde-frameworks/kcalendarcore/kcalendarcore-5.247.0.ebuild | 4 |
2 files changed, 3 insertions, 3 deletions
diff --git a/kde-frameworks/kcalendarcore/kcalendarcore-5.113.0.ebuild b/kde-frameworks/kcalendarcore/kcalendarcore-5.113.0.ebuild index e32ab9a1af38..3acd05a2e19e 100644 --- a/kde-frameworks/kcalendarcore/kcalendarcore-5.113.0.ebuild +++ b/kde-frameworks/kcalendarcore/kcalendarcore-5.113.0.ebuild @@ -19,4 +19,4 @@ DEPEND=" >=dev-qt/qtgui-${QTMIN}:5 " RDEPEND="${DEPEND}" -BDEPEND="sys-devel/bison" +BDEPEND="app-alternatives/yacc" diff --git a/kde-frameworks/kcalendarcore/kcalendarcore-5.247.0.ebuild b/kde-frameworks/kcalendarcore/kcalendarcore-5.247.0.ebuild index b822b9faa998..cf230abecd05 100644 --- a/kde-frameworks/kcalendarcore/kcalendarcore-5.247.0.ebuild +++ b/kde-frameworks/kcalendarcore/kcalendarcore-5.247.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 @@ -20,4 +20,4 @@ DEPEND=" >=dev-qt/qtbase-${QTMIN}:6[gui] " RDEPEND="${DEPEND}" -BDEPEND="sys-devel/bison" +BDEPEND="app-alternatives/yacc" |