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 C796F158089 for ; Fri, 22 Sep 2023 20:46:57 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 1742D2BC024; Fri, 22 Sep 2023 20:46:57 +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 00D4A2BC024 for ; Fri, 22 Sep 2023 20:46:56 +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 321E333BF39 for ; Fri, 22 Sep 2023 20:46:56 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id A4DC910D2 for ; Fri, 22 Sep 2023 20:46:54 +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: <1695415604.937c3f0688e101823bda76d2ee9d55057cfc8b9b.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.18-r3.ebuild media-video/vlc/vlc-3.0.9999.ebuild media-video/vlc/vlc-9999.ebuild X-VCS-Directories: media-video/vlc/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: 937c3f0688e101823bda76d2ee9d55057cfc8b9b X-VCS-Branch: master Date: Fri, 22 Sep 2023 20:46:54 +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: fa8da5cd-c678-43a9-b202-dc82b6e9dbc9 X-Archives-Hash: 9a63c7e3f1befdb0eefba6b921ea8a15 commit: 937c3f0688e101823bda76d2ee9d55057cfc8b9b Author: Sam James gentoo org> AuthorDate: Fri Sep 22 20:46:44 2023 +0000 Commit: Sam James gentoo org> CommitDate: Fri Sep 22 20:46:44 2023 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=937c3f06 media-video/vlc: move wayland-scanner to BDEPEND (and conditionalise) Signed-off-by: Sam James gentoo.org> media-video/vlc/vlc-3.0.18-r3.ebuild | 2 +- media-video/vlc/vlc-3.0.9999.ebuild | 2 +- media-video/vlc/vlc-9999.ebuild | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/media-video/vlc/vlc-3.0.18-r3.ebuild b/media-video/vlc/vlc-3.0.18-r3.ebuild index 3735abe4e9eb..8ed078e55182 100644 --- a/media-video/vlc/vlc-3.0.18-r3.ebuild +++ b/media-video/vlc/vlc-3.0.18-r3.ebuild @@ -58,11 +58,11 @@ BDEPEND=" virtual/pkgconfig lua? ( ${LUA_DEPS} ) amd64? ( dev-lang/yasm ) + wayland? ( dev-util/wayland-scanner ) x86? ( dev-lang/yasm ) " #