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 CBF2B138359 for ; Sat, 9 May 2020 20:20:45 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id EA906E085A; Sat, 9 May 2020 20:20:44 +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 CBAF0E085A for ; Sat, 9 May 2020 20:20:44 +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 3B9CB34F10B for ; Sat, 9 May 2020 20:20:42 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id A90909C for ; Sat, 9 May 2020 20:20:39 +0000 (UTC) From: "Thomas Deutschmann" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Thomas Deutschmann" Message-ID: <1589055633.4c1323fcfb11b2486e46d082abad153edf4b316a.whissi@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.10.ebuild X-VCS-Directories: media-video/vlc/ X-VCS-Committer: whissi X-VCS-Committer-Name: Thomas Deutschmann X-VCS-Revision: 4c1323fcfb11b2486e46d082abad153edf4b316a X-VCS-Branch: master Date: Sat, 9 May 2020 20:20:39 +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: bbe237ee-43a3-43dc-8081-78d47872f417 X-Archives-Hash: 0279b0d58113eed0ffa00cfc8ee242a8 commit: 4c1323fcfb11b2486e46d082abad153edf4b316a Author: Thomas Deutschmann gentoo org> AuthorDate: Sat May 9 20:20:22 2020 +0000 Commit: Thomas Deutschmann gentoo org> CommitDate: Sat May 9 20:20:33 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4c1323fc media-video/vlc: re-add Qt 5.15 build fix Package-Manager: Portage-2.3.99, Repoman-2.3.22 Signed-off-by: Thomas Deutschmann gentoo.org> media-video/vlc/vlc-3.0.10.ebuild | 1 + 1 file changed, 1 insertion(+) diff --git a/media-video/vlc/vlc-3.0.10.ebuild b/media-video/vlc/vlc-3.0.10.ebuild index 5ef94fb86be..d94bd836583 100644 --- a/media-video/vlc/vlc-3.0.10.ebuild +++ b/media-video/vlc/vlc-3.0.10.ebuild @@ -226,6 +226,7 @@ PATCHES=( "${FILESDIR}"/${PN}-2.1.0-fix-libtremor-libs.patch # build system "${FILESDIR}"/${PN}-2.2.8-freerdp-2.patch # bug 590164 "${FILESDIR}"/${PN}-3.0.6-fdk-aac-2.0.0.patch # bug 672290 + "${FILESDIR}"/${PN}-3.0.8-qt-5.15.patch ) DOCS=( AUTHORS THANKS NEWS README doc/fortunes.txt )