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 0785D1382C5 for ; Mon, 19 Feb 2018 06:44:32 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 16663E0B14; Mon, 19 Feb 2018 06:44:30 +0000 (UTC) Received: from smtp.gentoo.org (dev.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (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 E8E90E0B19 for ; Mon, 19 Feb 2018 06: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 727D8335C0A for ; Mon, 19 Feb 2018 06:44:28 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id B9BC1231 for ; Mon, 19 Feb 2018 06:44:26 +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: <1519022636.21a5554f9d66849f3ffdd8dbd5115041cd1463dc.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-9999.ebuild X-VCS-Directories: media-video/vlc/ X-VCS-Committer: asturm X-VCS-Committer-Name: Andreas Sturmlechner X-VCS-Revision: 21a5554f9d66849f3ffdd8dbd5115041cd1463dc X-VCS-Branch: master Date: Mon, 19 Feb 2018 06:44:26 +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: 3ebb6da0-29d4-4a99-9594-3f0fce58b10f X-Archives-Hash: 659b9a24c44981034b8e6fd5110becee commit: 21a5554f9d66849f3ffdd8dbd5115041cd1463dc Author: Andreas Sturmlechner gentoo org> AuthorDate: Mon Feb 19 01:52:20 2018 +0000 Commit: Andreas Sturmlechner gentoo org> CommitDate: Mon Feb 19 06:43:56 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=21a5554f media-video/vlc: Upstream dropped omxil-vout option Package-Manager: Portage-2.3.24, Repoman-2.3.6 media-video/vlc/vlc-9999.ebuild | 1 - 1 file changed, 1 deletion(-) diff --git a/media-video/vlc/vlc-9999.ebuild b/media-video/vlc/vlc-9999.ebuild index e98df95d38e..ce349cf4908 100644 --- a/media-video/vlc/vlc-9999.ebuild +++ b/media-video/vlc/vlc-9999.ebuild @@ -327,7 +327,6 @@ src_configure() { $(use_enable neon) $(use_enable ogg) $(use_enable omxil) - $(use_enable omxil omxil-vout) $(use_enable opencv) $(use_enable optimisememory optimize-memory) $(use_enable opus)