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 DC4C0139694 for ; Mon, 26 Jun 2017 16:21:21 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 08DD32540CC; Mon, 26 Jun 2017 16:21:21 +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 D6B392540CC for ; Mon, 26 Jun 2017 16:21:15 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (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 E5FF43417B9 for ; Mon, 26 Jun 2017 16:21:14 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 57EF8747C for ; Mon, 26 Jun 2017 16:21:13 +0000 (UTC) From: "Alexis Ballier" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Alexis Ballier" Message-ID: <1498494067.8f1cc5877612178c304a17b4de835bad7c5a18a6.aballier@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: media-libs/xine-lib/ X-VCS-Repository: repo/gentoo X-VCS-Files: media-libs/xine-lib/xine-lib-1.2.8.ebuild media-libs/xine-lib/xine-lib-1.2.9999.ebuild X-VCS-Directories: media-libs/xine-lib/ X-VCS-Committer: aballier X-VCS-Committer-Name: Alexis Ballier X-VCS-Revision: 8f1cc5877612178c304a17b4de835bad7c5a18a6 X-VCS-Branch: master Date: Mon, 26 Jun 2017 16:21:13 +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: 8a62d40a-14d2-4ccb-bbd9-e843a21f8e34 X-Archives-Hash: f1224a72c6cb096046cb4014d1d0e1cb commit: 8f1cc5877612178c304a17b4de835bad7c5a18a6 Author: Alexis Ballier gentoo org> AuthorDate: Mon Jun 26 16:20:58 2017 +0000 Commit: Alexis Ballier gentoo org> CommitDate: Mon Jun 26 16:21:07 2017 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8f1cc587 media-libs/xine-lib: Fix usedep requirements on libva. Package-Manager: Portage-2.3.6, Repoman-2.3.2 media-libs/xine-lib/xine-lib-1.2.8.ebuild | 2 +- media-libs/xine-lib/xine-lib-1.2.9999.ebuild | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/media-libs/xine-lib/xine-lib-1.2.8.ebuild b/media-libs/xine-lib/xine-lib-1.2.8.ebuild index c2642d2f5c1..1d16009550a 100644 --- a/media-libs/xine-lib/xine-lib-1.2.8.ebuild +++ b/media-libs/xine-lib/xine-lib-1.2.8.ebuild @@ -76,7 +76,7 @@ RDEPEND="${NLS_RDEPEND} media-libs/freetype:2 ) v4l? ( media-libs/libv4l ) - vaapi? ( x11-libs/libva ) + vaapi? ( x11-libs/libva[X,opengl] ) vcd? ( >=media-video/vcdimager-0.7.23 dev-libs/libcdio:0=[-minimal] diff --git a/media-libs/xine-lib/xine-lib-1.2.9999.ebuild b/media-libs/xine-lib/xine-lib-1.2.9999.ebuild index 559e6402aa9..bad705fa7a6 100644 --- a/media-libs/xine-lib/xine-lib-1.2.9999.ebuild +++ b/media-libs/xine-lib/xine-lib-1.2.9999.ebuild @@ -76,7 +76,7 @@ RDEPEND="${NLS_RDEPEND} media-libs/freetype:2 ) v4l? ( media-libs/libv4l ) - vaapi? ( x11-libs/libva ) + vaapi? ( x11-libs/libva[X,opengl] ) vcd? ( >=media-video/vcdimager-0.7.23 dev-libs/libcdio:0=[-minimal]