From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: <gentoo-commits+bounces-935305-garchives=archives.gentoo.org@lists.gentoo.org> 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 C4EDC139694 for <garchives@archives.gentoo.org>; Mon, 27 Feb 2017 21:29:13 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 15438E0C4A; Mon, 27 Feb 2017 21:29:13 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id E9D93E0C4A for <gentoo-commits@lists.gentoo.org>; Mon, 27 Feb 2017 21:29:12 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 1486433E142 for <gentoo-commits@lists.gentoo.org>; Mon, 27 Feb 2017 21:29:11 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 80CCD56CA for <gentoo-commits@lists.gentoo.org>; Mon, 27 Feb 2017 21:29:09 +0000 (UTC) From: "Luca Barbato" <lu_zero@gentoo.org> To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Luca Barbato" <lu_zero@gentoo.org> Message-ID: <1488230939.f93a86182217d2eb2cd696b852edd66c4e65b47e.lu_zero@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: media-video/vlc/ X-VCS-Repository: repo/gentoo X-VCS-Files: media-video/vlc/vlc-2.2.9999.ebuild media-video/vlc/vlc-9999.ebuild X-VCS-Directories: media-video/vlc/ X-VCS-Committer: lu_zero X-VCS-Committer-Name: Luca Barbato X-VCS-Revision: f93a86182217d2eb2cd696b852edd66c4e65b47e X-VCS-Branch: master Date: Mon, 27 Feb 2017 21:29:09 +0000 (UTC) Precedence: bulk List-Post: <mailto:gentoo-commits@lists.gentoo.org> List-Help: <mailto:gentoo-commits+help@lists.gentoo.org> List-Unsubscribe: <mailto:gentoo-commits+unsubscribe@lists.gentoo.org> List-Subscribe: <mailto:gentoo-commits+subscribe@lists.gentoo.org> List-Id: Gentoo Linux mail <gentoo-commits.gentoo.org> X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: df11aff3-ef41-4a11-bbe1-f0f84a8aa4fd X-Archives-Hash: 800496d66ae5c271fd5615b21a64bba6 commit: f93a86182217d2eb2cd696b852edd66c4e65b47e Author: Luca Barbato <lu_zero <AT> gentoo <DOT> org> AuthorDate: Mon Feb 27 19:11:10 2017 +0000 Commit: Luca Barbato <lu_zero <AT> gentoo <DOT> org> CommitDate: Mon Feb 27 21:28:59 2017 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f93a8618 media-video/vlc: Update live builds Package-Manager: portage-2.3.3 media-video/vlc/vlc-2.2.9999.ebuild | 2 +- media-video/vlc/vlc-9999.ebuild | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/media-video/vlc/vlc-2.2.9999.ebuild b/media-video/vlc/vlc-2.2.9999.ebuild index 719a2d3d53..1d283eeade 100644 --- a/media-video/vlc/vlc-2.2.9999.ebuild +++ b/media-video/vlc/vlc-2.2.9999.ebuild @@ -203,7 +203,7 @@ REQUIRED_USE=" sdl? ( X ) skins? ( truetype X xml || ( qt4 qt5 ) ) vaapi? ( avcodec X ) - vdpau? ( xcb ) + vdpau? ( X ) vlm? ( encode ) xv? ( xcb ) " diff --git a/media-video/vlc/vlc-9999.ebuild b/media-video/vlc/vlc-9999.ebuild index ad6517eb86..00a9932c76 100644 --- a/media-video/vlc/vlc-9999.ebuild +++ b/media-video/vlc/vlc-9999.ebuild @@ -202,7 +202,7 @@ REQUIRED_USE=" sdl? ( X ) skins? ( truetype X xml || ( qt4 qt5 ) ) vaapi? ( avcodec X ) - vdpau? ( xcb ) + vdpau? ( X ) vlm? ( encode ) xv? ( xcb ) "