summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSam James <sam@gentoo.org>2024-01-08 12:07:25 +0000
committerAndreas Sturmlechner <asturm@gentoo.org>2024-01-12 00:04:36 +0100
commit3bd7958691935bc113fd90a94eff6dff54e4b07b (patch)
treec70abf576c02d931d88ded945b6ff6f73cb9bb6c
parent7fd9f07f3b50381571fc14dd9e90ce2c22b726ed (diff)
downloadkde-3bd7958691935bc113fd90a94eff6dff54e4b07b.tar.gz
kde-3bd7958691935bc113fd90a94eff6dff54e4b07b.tar.bz2
kde-3bd7958691935bc113fd90a94eff6dff54e4b07b.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> Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
-rw-r--r--kde-frameworks/kcalendarcore/kcalendarcore-5.114.0.ebuild3
-rw-r--r--kde-frameworks/kcalendarcore/kcalendarcore-5.239.9999.ebuild3
-rw-r--r--kde-frameworks/kcalendarcore/kcalendarcore-9999.ebuild2
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 98f7fec689e..2ac7e4990a9 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 82fa0e438c7..b38f2fe98fd 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 22099d36715..6310248217f 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"