commit: 3bd7958691935bc113fd90a94eff6dff54e4b07b
Author: Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Mon Jan 8 12:07:25 2024 +0000
Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Thu Jan 11 23:04:36 2024 +0000
URL: https://gitweb.gentoo.org/proj/kde.git/commit/?id=3bd79586
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 <AT> gentoo.org>
Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>
kde-frameworks/kcalendarcore/kcalendarcore-5.114.0.ebuild | 3 ++-
kde-frameworks/kcalendarcore/kcalendarcore-5.239.9999.ebuild | 3 ++-
kde-frameworks/kcalendarcore/kcalendarcore-9999.ebuild | 2 +-
3 files changed, 5 insertions(+), 3 deletions(-)
diff --git a/kde-frameworks/kcalendarcore/kcalendarcore-5.114.0.ebuild
b/kde-frameworks/kcalendarcore/kcalendarcore-5.114.0.ebuild
index 98f7fec689..2ac7e4990a 100644
--- a/kde-frameworks/kcalendarcore/kcalendarcore-5.114.0.ebuild
+++ b/kde-frameworks/kcalendarcore/kcalendarcore-5.114.0.ebuild
@@ -8,6 +8,7 @@ QTMIN=5.15.9
inherit ecm frameworks.kde.org
DESCRIPTION="Library for interfacing with calendars"
+
LICENSE="GPL-2+ test? ( LGPL-3+ )"
KEYWORDS="~amd64 ~arm64 ~loong ~ppc64 ~riscv ~x86"
IUSE=""
@@ -19,4 +20,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.239.9999.ebuild
b/kde-frameworks/kcalendarcore/kcalendarcore-5.239.9999.ebuild
index 82fa0e438c..b38f2fe98f 100644
--- a/kde-frameworks/kcalendarcore/kcalendarcore-5.239.9999.ebuild
+++ b/kde-frameworks/kcalendarcore/kcalendarcore-5.239.9999.ebuild
@@ -8,6 +8,7 @@ QTMIN=5.15.9
inherit ecm frameworks.kde.org
DESCRIPTION="Library for interfacing with calendars"
+
LICENSE="GPL-2+ test? ( LGPL-3+ )"
KEYWORDS=""
IUSE=""
@@ -19,4 +20,4 @@ DEPEND="
>=dev-qt/qtgui-${QTMIN}:5
"
RDEPEND="${DEPEND}"
-BDEPEND="sys-devel/bison"
+BDEPEND="app-alternatives/yacc"
diff --git a/kde-frameworks/kcalendarcore/kcalendarcore-9999.ebuild
b/kde-frameworks/kcalendarcore/kcalendarcore-9999.ebuild
index 22099d3671..6310248217 100644
--- a/kde-frameworks/kcalendarcore/kcalendarcore-9999.ebuild
+++ b/kde-frameworks/kcalendarcore/kcalendarcore-9999.ebuild
@@ -20,4 +20,4 @@ DEPEND="
>=dev-qt/qtbase-${QTMIN}:6[gui]
"
RDEPEND="${DEPEND}"
-BDEPEND="sys-devel/bison"
+BDEPEND="app-alternatives/yacc"