From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id E67D4158451 for ; Thu, 11 Jan 2024 23:19:29 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id C0823E2A2F; Thu, 11 Jan 2024 23:19:28 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id AB582E2A2F for ; Thu, 11 Jan 2024 23:19:28 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id D1EA7343196 for ; Thu, 11 Jan 2024 23:19:27 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 296E814B1 for ; Thu, 11 Jan 2024 23:19:26 +0000 (UTC) From: "Andreas Sturmlechner" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Andreas Sturmlechner" Message-ID: <1705014276.3bd7958691935bc113fd90a94eff6dff54e4b07b.asturm@gentoo> Subject: [gentoo-commits] proj/kde:master commit in: kde-frameworks/kcalendarcore/ X-VCS-Repository: proj/kde X-VCS-Files: kde-frameworks/kcalendarcore/kcalendarcore-5.114.0.ebuild kde-frameworks/kcalendarcore/kcalendarcore-5.239.9999.ebuild kde-frameworks/kcalendarcore/kcalendarcore-9999.ebuild X-VCS-Directories: kde-frameworks/kcalendarcore/ X-VCS-Committer: asturm X-VCS-Committer-Name: Andreas Sturmlechner X-VCS-Revision: 3bd7958691935bc113fd90a94eff6dff54e4b07b X-VCS-Branch: master Date: Thu, 11 Jan 2024 23:19:26 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 251621f4-a9c4-4ffe-be4a-1415496490e4 X-Archives-Hash: 5671b1b83a200c31c3007bdcd72d3b2f commit: 3bd7958691935bc113fd90a94eff6dff54e4b07b Author: Sam James gentoo org> AuthorDate: Mon Jan 8 12:07:25 2024 +0000 Commit: Andreas Sturmlechner gentoo 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 gentoo.org> Signed-off-by: Andreas Sturmlechner 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"