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 B618E158451 for ; Thu, 11 Jan 2024 23:19:32 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id C26B9E2A3C; 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 9700BE2A3B 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 77F79343199 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 D8CA014C6 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: <1705015011.3c385e8b10f466d4fc9e13ff01b621ae4743fe44.asturm@gentoo> Subject: [gentoo-commits] proj/kde:master commit in: dev-libs/kosmindoormap/ X-VCS-Repository: proj/kde X-VCS-Files: dev-libs/kosmindoormap/kosmindoormap-23.08.49.9999.ebuild dev-libs/kosmindoormap/kosmindoormap-24.01.90.ebuild dev-libs/kosmindoormap/kosmindoormap-24.02.49.9999.ebuild dev-libs/kosmindoormap/kosmindoormap-9999.ebuild X-VCS-Directories: dev-libs/kosmindoormap/ X-VCS-Committer: asturm X-VCS-Committer-Name: Andreas Sturmlechner X-VCS-Revision: 3c385e8b10f466d4fc9e13ff01b621ae4743fe44 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: c48f4d51-9479-4bdb-a9fa-4523dcd8fa70 X-Archives-Hash: 726b408a12aaa700160ec44ca6f6e494 commit: 3c385e8b10f466d4fc9e13ff01b621ae4743fe44 Author: Sam James gentoo org> AuthorDate: Mon Jan 8 11:47:59 2024 +0000 Commit: Andreas Sturmlechner gentoo org> CommitDate: Thu Jan 11 23:16:51 2024 +0000 URL: https://gitweb.gentoo.org/proj/kde.git/commit/?id=3c385e8b dev-libs/kosmindoormap: sys-devel/flex -> app-alternatives/lex All of these will be using app-alternatives/lex 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> dev-libs/kosmindoormap/kosmindoormap-23.08.49.9999.ebuild | 2 +- dev-libs/kosmindoormap/kosmindoormap-24.01.90.ebuild | 2 +- dev-libs/kosmindoormap/kosmindoormap-24.02.49.9999.ebuild | 2 +- dev-libs/kosmindoormap/kosmindoormap-9999.ebuild | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/dev-libs/kosmindoormap/kosmindoormap-23.08.49.9999.ebuild b/dev-libs/kosmindoormap/kosmindoormap-23.08.49.9999.ebuild index 1720f9cef7..13633424f1 100644 --- a/dev-libs/kosmindoormap/kosmindoormap-23.08.49.9999.ebuild +++ b/dev-libs/kosmindoormap/kosmindoormap-23.08.49.9999.ebuild @@ -34,8 +34,8 @@ RDEPEND="${COMMON_DEPEND} >=dev-qt/qtquickcontrols2-${QTMIN}:5 " BDEPEND=" + app-alternatives/lex sys-devel/bison - sys-devel/flex " src_configure() { diff --git a/dev-libs/kosmindoormap/kosmindoormap-24.01.90.ebuild b/dev-libs/kosmindoormap/kosmindoormap-24.01.90.ebuild index b60663c479..cda9dc71ff 100644 --- a/dev-libs/kosmindoormap/kosmindoormap-24.01.90.ebuild +++ b/dev-libs/kosmindoormap/kosmindoormap-24.01.90.ebuild @@ -34,8 +34,8 @@ RDEPEND="${COMMON_DEPEND} >=dev-qt/qtquickcontrols2-${QTMIN}:5 " BDEPEND=" + app-alternatives/lex sys-devel/bison - sys-devel/flex " src_configure() { diff --git a/dev-libs/kosmindoormap/kosmindoormap-24.02.49.9999.ebuild b/dev-libs/kosmindoormap/kosmindoormap-24.02.49.9999.ebuild index dfe1e52285..44c58659b6 100644 --- a/dev-libs/kosmindoormap/kosmindoormap-24.02.49.9999.ebuild +++ b/dev-libs/kosmindoormap/kosmindoormap-24.02.49.9999.ebuild @@ -34,8 +34,8 @@ RDEPEND="${COMMON_DEPEND} >=dev-qt/qtquickcontrols2-${QTMIN}:5 " BDEPEND=" + app-alternatives/lex sys-devel/bison - sys-devel/flex " src_configure() { diff --git a/dev-libs/kosmindoormap/kosmindoormap-9999.ebuild b/dev-libs/kosmindoormap/kosmindoormap-9999.ebuild index b4d2f477dd..880d3060ac 100644 --- a/dev-libs/kosmindoormap/kosmindoormap-9999.ebuild +++ b/dev-libs/kosmindoormap/kosmindoormap-9999.ebuild @@ -30,8 +30,8 @@ DEPEND="${RDEPEND} test? ( >=dev-qt/qtbase-${QTMIN}:6[widgets] ) " BDEPEND=" + app-alternatives/lex sys-devel/bison - sys-devel/flex " src_configure() {