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 CBB95158451 for ; Mon, 8 Jan 2024 12:03:29 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 0ECD5E2A91; Mon, 8 Jan 2024 12:03:29 +0000 (UTC) Received: from smtp.gentoo.org (mail.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 D4F2AE2A91 for ; Mon, 8 Jan 2024 12:03: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)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 1D682343302 for ; Mon, 8 Jan 2024 12:03:28 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id AF1C71339 for ; Mon, 8 Jan 2024 12:03:26 +0000 (UTC) From: "Sam James" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Sam James" Message-ID: <1704715389.da7e040faabefedf573dd6f1efa44b5b55ca2fb2.sam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: sys-cluster/drbd-utils/ X-VCS-Repository: repo/gentoo X-VCS-Files: sys-cluster/drbd-utils/drbd-utils-9.25.0-r1.ebuild sys-cluster/drbd-utils/drbd-utils-9.25.0.ebuild sys-cluster/drbd-utils/drbd-utils-9.27.0.ebuild X-VCS-Directories: sys-cluster/drbd-utils/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: da7e040faabefedf573dd6f1efa44b5b55ca2fb2 X-VCS-Branch: master Date: Mon, 8 Jan 2024 12:03: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: 9ff2e863-fc22-4e65-8b9b-d10d3cd6ea52 X-Archives-Hash: 8e740d1773acfc427e24561a493d63ab commit: da7e040faabefedf573dd6f1efa44b5b55ca2fb2 Author: Sam James gentoo org> AuthorDate: Mon Jan 8 11:52:21 2024 +0000 Commit: Sam James gentoo org> CommitDate: Mon Jan 8 12:03:09 2024 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=da7e040f sys-cluster/drbd-utils: 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> sys-cluster/drbd-utils/drbd-utils-9.25.0-r1.ebuild | 4 ++-- sys-cluster/drbd-utils/drbd-utils-9.25.0.ebuild | 4 ++-- sys-cluster/drbd-utils/drbd-utils-9.27.0.ebuild | 2 +- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/sys-cluster/drbd-utils/drbd-utils-9.25.0-r1.ebuild b/sys-cluster/drbd-utils/drbd-utils-9.25.0-r1.ebuild index 1dde213b413e..192389b3f566 100644 --- a/sys-cluster/drbd-utils/drbd-utils-9.25.0-r1.ebuild +++ b/sys-cluster/drbd-utils/drbd-utils-9.25.0-r1.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2023 Gentoo Authors +# Copyright 1999-2024 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 @@ -20,7 +20,7 @@ DEPEND=" udev? ( virtual/udev ) " RDEPEND="${DEPEND}" -BDEPEND="sys-devel/flex" +BDEPEND="app-alternatives/lex" PATCHES=( #"${FILESDIR}"/${PN}-9.15.1-run-lock.patch diff --git a/sys-cluster/drbd-utils/drbd-utils-9.25.0.ebuild b/sys-cluster/drbd-utils/drbd-utils-9.25.0.ebuild index 5194d27e497c..180215a36f74 100644 --- a/sys-cluster/drbd-utils/drbd-utils-9.25.0.ebuild +++ b/sys-cluster/drbd-utils/drbd-utils-9.25.0.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2023 Gentoo Authors +# Copyright 1999-2024 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 @@ -20,7 +20,7 @@ DEPEND=" udev? ( virtual/udev ) " RDEPEND="${DEPEND}" -BDEPEND="sys-devel/flex" +BDEPEND="app-alternatives/lex" PATCHES=( #"${FILESDIR}"/${PN}-9.15.1-run-lock.patch diff --git a/sys-cluster/drbd-utils/drbd-utils-9.27.0.ebuild b/sys-cluster/drbd-utils/drbd-utils-9.27.0.ebuild index 3d8b35c868a0..8e995d72178a 100644 --- a/sys-cluster/drbd-utils/drbd-utils-9.27.0.ebuild +++ b/sys-cluster/drbd-utils/drbd-utils-9.27.0.ebuild @@ -21,7 +21,7 @@ DEPEND=" udev? ( virtual/udev ) " RDEPEND="${DEPEND}" -BDEPEND="sys-devel/flex" +BDEPEND="app-alternatives/lex" PATCHES=( "${FILESDIR}"/${PN}-9.23.1-respect-flags.patch