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 2DE8A158451 for ; Thu, 11 Jan 2024 23:19:31 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 3A4C4E2A33; Thu, 11 Jan 2024 23:19:30 +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)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 21DECE2A33 for ; Thu, 11 Jan 2024 23:19:30 +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)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 5E31B343144 for ; Thu, 11 Jan 2024 23:19:29 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 63E6F14B6 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: <1705014521.0f6b8beeb527d47184ae722669b4f363a99f960c.asturm@gentoo> Subject: [gentoo-commits] proj/kde:master commit in: kde-frameworks/solid/ X-VCS-Repository: proj/kde X-VCS-Files: kde-frameworks/solid/solid-5.114.0.ebuild kde-frameworks/solid/solid-5.239.9999.ebuild kde-frameworks/solid/solid-9999.ebuild X-VCS-Directories: kde-frameworks/solid/ X-VCS-Committer: asturm X-VCS-Committer-Name: Andreas Sturmlechner X-VCS-Revision: 0f6b8beeb527d47184ae722669b4f363a99f960c 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: eba5cc17-6515-4410-acc5-abbf3c3b8e62 X-Archives-Hash: e2919b8e6a096bf76cd5a0dfbe48d6e1 commit: 0f6b8beeb527d47184ae722669b4f363a99f960c Author: Sam James gentoo org> AuthorDate: Mon Jan 8 12:07:31 2024 +0000 Commit: Andreas Sturmlechner gentoo org> CommitDate: Thu Jan 11 23:08:41 2024 +0000 URL: https://gitweb.gentoo.org/proj/kde.git/commit/?id=0f6b8bee kde-frameworks/solid: 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/solid/solid-5.114.0.ebuild | 2 +- kde-frameworks/solid/solid-5.239.9999.ebuild | 2 +- kde-frameworks/solid/solid-9999.ebuild | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/kde-frameworks/solid/solid-5.114.0.ebuild b/kde-frameworks/solid/solid-5.114.0.ebuild index 86bac492ce..c036208df0 100644 --- a/kde-frameworks/solid/solid-5.114.0.ebuild +++ b/kde-frameworks/solid/solid-5.114.0.ebuild @@ -30,8 +30,8 @@ DEPEND="${RDEPEND} " BDEPEND=" app-alternatives/lex + app-alternatives/yacc >=dev-qt/linguist-tools-${QTMIN}:5 - sys-devel/bison " src_configure() { diff --git a/kde-frameworks/solid/solid-5.239.9999.ebuild b/kde-frameworks/solid/solid-5.239.9999.ebuild index 165cff0d8e..df85f5697d 100644 --- a/kde-frameworks/solid/solid-5.239.9999.ebuild +++ b/kde-frameworks/solid/solid-5.239.9999.ebuild @@ -30,8 +30,8 @@ DEPEND="${RDEPEND} " BDEPEND=" app-alternatives/lex + app-alternatives/yacc >=dev-qt/linguist-tools-${QTMIN}:5 - sys-devel/bison " src_configure() { diff --git a/kde-frameworks/solid/solid-9999.ebuild b/kde-frameworks/solid/solid-9999.ebuild index bc70e34e52..45eb318476 100644 --- a/kde-frameworks/solid/solid-9999.ebuild +++ b/kde-frameworks/solid/solid-9999.ebuild @@ -28,8 +28,8 @@ DEPEND="${RDEPEND} " BDEPEND=" app-alternatives/lex + app-alternatives/yacc >=dev-qt/qttools-${QTMIN}:6[linguist] - sys-devel/bison " src_configure() {