From mboxrd@z Thu Jan  1 00:00:00 1970
Return-Path: <gentoo-commits+bounces-1589558-garchives=archives.gentoo.org@lists.gentoo.org>
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 57129158451
	for <garchives@archives.gentoo.org>; Thu, 11 Jan 2024 23:19:34 +0000 (UTC)
Received: from pigeon.gentoo.org (localhost [127.0.0.1])
	by pigeon.gentoo.org (Postfix) with SMTP id 0A10EE2A3E;
	Thu, 11 Jan 2024 23:19:31 +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 E651AE2A3E
	for <gentoo-commits@lists.gentoo.org>; 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 9F8543431B8
	for <gentoo-commits@lists.gentoo.org>; Thu, 11 Jan 2024 23:19:29 +0000 (UTC)
Received: from localhost.localdomain (localhost [IPv6:::1])
	by oystercatcher.gentoo.org (Postfix) with ESMTP id 0CBA014C8
	for <gentoo-commits@lists.gentoo.org>; Thu, 11 Jan 2024 23:19:27 +0000 (UTC)
From: "Andreas Sturmlechner" <asturm@gentoo.org>
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" <asturm@gentoo.org>
Message-ID: <1705015125.6f86c450376f980fbf95ca28ce40343ebda2ac50.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: 6f86c450376f980fbf95ca28ce40343ebda2ac50
X-VCS-Branch: master
Date: Thu, 11 Jan 2024 23:19:27 +0000 (UTC)
Precedence: bulk
List-Post: <mailto:gentoo-commits@lists.gentoo.org>
List-Help: <mailto:gentoo-commits+help@lists.gentoo.org>
List-Unsubscribe: <mailto:gentoo-commits+unsubscribe@lists.gentoo.org>
List-Subscribe: <mailto:gentoo-commits+subscribe@lists.gentoo.org>
List-Id: Gentoo Linux mail <gentoo-commits.gentoo.org>
X-BeenThere: gentoo-commits@lists.gentoo.org
X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply
X-Archives-Salt: 5b1ae57e-e5a0-4433-be18-816b3e60686d
X-Archives-Hash: 0fd45169e8207af1d26c623418698159

commit:     6f86c450376f980fbf95ca28ce40343ebda2ac50
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Mon Jan  8 12:06:37 2024 +0000
Commit:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Thu Jan 11 23:18:45 2024 +0000
URL:        https://gitweb.gentoo.org/proj/kde.git/commit/?id=6f86c450

dev-libs/kosmindoormap: 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>

 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 13633424f1..98a7a17d77 100644
--- a/dev-libs/kosmindoormap/kosmindoormap-23.08.49.9999.ebuild
+++ b/dev-libs/kosmindoormap/kosmindoormap-23.08.49.9999.ebuild
@@ -35,7 +35,7 @@ RDEPEND="${COMMON_DEPEND}
 "
 BDEPEND="
 	app-alternatives/lex
-	sys-devel/bison
+	app-alternatives/yacc
 "
 
 src_configure() {

diff --git a/dev-libs/kosmindoormap/kosmindoormap-24.01.90.ebuild b/dev-libs/kosmindoormap/kosmindoormap-24.01.90.ebuild
index cda9dc71ff..1e11a6fede 100644
--- a/dev-libs/kosmindoormap/kosmindoormap-24.01.90.ebuild
+++ b/dev-libs/kosmindoormap/kosmindoormap-24.01.90.ebuild
@@ -35,7 +35,7 @@ RDEPEND="${COMMON_DEPEND}
 "
 BDEPEND="
 	app-alternatives/lex
-	sys-devel/bison
+	app-alternatives/yacc
 "
 
 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 44c58659b6..6cd24c576f 100644
--- a/dev-libs/kosmindoormap/kosmindoormap-24.02.49.9999.ebuild
+++ b/dev-libs/kosmindoormap/kosmindoormap-24.02.49.9999.ebuild
@@ -35,7 +35,7 @@ RDEPEND="${COMMON_DEPEND}
 "
 BDEPEND="
 	app-alternatives/lex
-	sys-devel/bison
+	app-alternatives/yacc
 "
 
 src_configure() {

diff --git a/dev-libs/kosmindoormap/kosmindoormap-9999.ebuild b/dev-libs/kosmindoormap/kosmindoormap-9999.ebuild
index 880d3060ac..4ab46aeed6 100644
--- a/dev-libs/kosmindoormap/kosmindoormap-9999.ebuild
+++ b/dev-libs/kosmindoormap/kosmindoormap-9999.ebuild
@@ -31,7 +31,7 @@ DEPEND="${RDEPEND}
 "
 BDEPEND="
 	app-alternatives/lex
-	sys-devel/bison
+	app-alternatives/yacc
 "
 
 src_configure() {