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 20E82138334 for ; Sat, 11 Aug 2018 16:44:31 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id E48C8E07AE; Sat, 11 Aug 2018 16:44:29 +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 B9E92E07AE for ; Sat, 11 Aug 2018 16:44:29 +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 AAE65335CCA for ; Sat, 11 Aug 2018 16:44:27 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 87DD63A1 for ; Sat, 11 Aug 2018 16:44:25 +0000 (UTC) From: "Andreas Sturmlechner" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Andreas Sturmlechner" Message-ID: <1534005834.3922e90c514db9d7f2e084598022188cf8789bae.asturm@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.9999.ebuild X-VCS-Directories: media-video/vlc/ X-VCS-Committer: asturm X-VCS-Committer-Name: Andreas Sturmlechner X-VCS-Revision: 3922e90c514db9d7f2e084598022188cf8789bae X-VCS-Branch: master Date: Sat, 11 Aug 2018 16:44:25 +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-Archives-Salt: 64027a5c-f81c-424f-a127-9723d12bc71c X-Archives-Hash: b0d8652c84c5d7d475f8529e57560728 commit: 3922e90c514db9d7f2e084598022188cf8789bae Author: Andreas Sturmlechner gentoo org> AuthorDate: Sat Aug 11 14:23:31 2018 +0000 Commit: Andreas Sturmlechner gentoo org> CommitDate: Sat Aug 11 16:43:54 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3922e90c media-video/vlc: 3.0 branch was fixed for Qt-5.11 Package-Manager: Portage-2.3.45, Repoman-2.3.10 media-video/vlc/vlc-3.0.9999.ebuild | 1 - 1 file changed, 1 deletion(-) diff --git a/media-video/vlc/vlc-3.0.9999.ebuild b/media-video/vlc/vlc-3.0.9999.ebuild index efc70e7337f..a7724621120 100644 --- a/media-video/vlc/vlc-3.0.9999.ebuild +++ b/media-video/vlc/vlc-3.0.9999.ebuild @@ -228,7 +228,6 @@ PATCHES=( "${FILESDIR}"/${PN}-2.1.0-fix-libtremor-libs.patch # build system "${FILESDIR}"/${PN}-2.2.4-libav-11.7.patch # bug #593460 "${FILESDIR}"/${PN}-2.2.8-freerdp-2.patch # bug 590164 - "${FILESDIR}"/${PN}-3.0.1-qt-5.11.patch # TODO upstream ) DOCS=( AUTHORS THANKS NEWS README doc/fortunes.txt )