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.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 59F521382C5 for ; Sat, 29 May 2021 15:53:36 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id A6F43E0817; Sat, 29 May 2021 15:53:35 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 45C3AE0817 for ; Sat, 29 May 2021 15:53:35 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 3CFF5340F15 for ; Sat, 29 May 2021 15:53:34 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id C851C78B for ; Sat, 29 May 2021 15:53:32 +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: <1622303600.6c4b0efc2246c0a5e57431c2e4375a4aa06b37b7.sam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: media-libs/libplacebo/ X-VCS-Repository: repo/gentoo X-VCS-Files: media-libs/libplacebo/libplacebo-2.72.2.ebuild X-VCS-Directories: media-libs/libplacebo/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: 6c4b0efc2246c0a5e57431c2e4375a4aa06b37b7 X-VCS-Branch: master Date: Sat, 29 May 2021 15:53:32 +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: 6effe374-2e7d-49e2-9e2b-6c2c526ac55d X-Archives-Hash: 62b5348ba96f396fe098b4b7fa380d3a commit: 6c4b0efc2246c0a5e57431c2e4375a4aa06b37b7 Author: Sam James gentoo org> AuthorDate: Sat May 29 15:53:20 2021 +0000 Commit: Sam James gentoo org> CommitDate: Sat May 29 15:53:20 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6c4b0efc media-libs/libplacebo: fix DoubleEmptyLine Signed-off-by: Sam James gentoo.org> media-libs/libplacebo/libplacebo-2.72.2.ebuild | 1 - 1 file changed, 1 deletion(-) diff --git a/media-libs/libplacebo/libplacebo-2.72.2.ebuild b/media-libs/libplacebo/libplacebo-2.72.2.ebuild index a516eb79627..145c4fe558d 100644 --- a/media-libs/libplacebo/libplacebo-2.72.2.ebuild +++ b/media-libs/libplacebo/libplacebo-2.72.2.ebuild @@ -42,7 +42,6 @@ BDEPEND="virtual/pkgconfig $(python_gen_any_dep 'dev-python/mako[${PYTHON_USEDEP}]') )" - PATCHES=( "${FILESDIR}"/${PN}-2.72.0-fix-vulkan-undeclared.patch )