From mboxrd@z Thu Jan  1 00:00:00 1970
Return-Path: <gentoo-commits+bounces-1718442-garchives=archives.gentoo.org@lists.gentoo.org>
Received: from smtp.gentoo.org (woodpecker.gentoo.org [140.211.166.183])
	(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 finch.gentoo.org (Postfix) with ESMTPS id F16121582EF
	for <garchives@archives.gentoo.org>; Sun, 16 Feb 2025 13:35:01 +0000 (UTC)
Received: from lists.gentoo.org (bobolink.gentoo.org [140.211.166.189])
	(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)
	(Authenticated sender: relay-lists.gentoo.org@gentoo.org)
	by smtp.gentoo.org (Postfix) with ESMTPSA id D187D34310E
	for <garchives@archives.gentoo.org>; Sun, 16 Feb 2025 13:35:01 +0000 (UTC)
Received: from bobolink.gentoo.org (localhost [127.0.0.1])
	by bobolink.gentoo.org (Postfix) with ESMTP id C43311102CD;
	Sun, 16 Feb 2025 13:35:00 +0000 (UTC)
Received: from smtp.gentoo.org (woodpecker.gentoo.org [140.211.166.183])
	(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 bobolink.gentoo.org (Postfix) with ESMTPS id B670B1102CD
	for <gentoo-commits@lists.gentoo.org>; Sun, 16 Feb 2025 13:35:00 +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 3D63434310E
	for <gentoo-commits@lists.gentoo.org>; Sun, 16 Feb 2025 13:35:00 +0000 (UTC)
Received: from localhost.localdomain (localhost [IPv6:::1])
	by oystercatcher.gentoo.org (Postfix) with ESMTP id 9AA75170C
	for <gentoo-commits@lists.gentoo.org>; Sun, 16 Feb 2025 13:34:58 +0000 (UTC)
From: "Sam James" <sam@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, "Sam James" <sam@gentoo.org>
Message-ID: <1739712846.bbd66ac9924a6ceb3b918e6467b61cf90ecd7e54.sam@gentoo>
Subject: [gentoo-commits] repo/gentoo:master commit in: media-video/vlc/
X-VCS-Repository: repo/gentoo
X-VCS-Files: media-video/vlc/vlc-3.0.21_p20250212.ebuild
X-VCS-Directories: media-video/vlc/
X-VCS-Committer: sam
X-VCS-Committer-Name: Sam James
X-VCS-Revision: bbd66ac9924a6ceb3b918e6467b61cf90ecd7e54
X-VCS-Branch: master
Date: Sun, 16 Feb 2025 13:34:58 +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: cfc817cb-f380-4a8a-8b0d-549820301142
X-Archives-Hash: 8a2a04bb7cce0dedfda264f6e4c86edd

commit:     bbd66ac9924a6ceb3b918e6467b61cf90ecd7e54
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Sun Feb 16 13:34:06 2025 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Sun Feb 16 13:34:06 2025 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=bbd66ac9

media-video/vlc: fix snapshot deps

Needs bison/flex.

Signed-off-by: Sam James <sam <AT> gentoo.org>

 media-video/vlc/vlc-3.0.21_p20250212.ebuild | 6 ++++++
 1 file changed, 6 insertions(+)

diff --git a/media-video/vlc/vlc-3.0.21_p20250212.ebuild b/media-video/vlc/vlc-3.0.21_p20250212.ebuild
index ed3cb68a42b4..85aa62730eb0 100644
--- a/media-video/vlc/vlc-3.0.21_p20250212.ebuild
+++ b/media-video/vlc/vlc-3.0.21_p20250212.ebuild
@@ -39,7 +39,10 @@ REQUIRED_USE="
 	vaapi? ( ffmpeg X )
 	vdpau? ( ffmpeg X )
 "
+# snapshots need bison+flex
 BDEPEND="
+	sys-devel/bison
+	sys-devel/flex
 	>=sys-devel/gettext-0.19.8
 	virtual/pkgconfig
 	lua? ( ${LUA_DEPS} )
@@ -267,6 +270,9 @@ src_prepare() {
 }
 
 src_configure() {
+	# snapshots need bison+flex
+	unset LEX YACC
+
 	local -x BUILDCC="$(tc-getBUILD_CC)"
 
 	local myeconfargs=(