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 724F4139085 for ; Wed, 4 Jan 2017 12:05:48 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 8178321C038; Wed, 4 Jan 2017 12:05:45 +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 5875121C03C for ; Wed, 4 Jan 2017 12:05:45 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (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 35AA2341134 for ; Wed, 4 Jan 2017 12:05:44 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id A502D261C for ; Wed, 4 Jan 2017 12:05:42 +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: <1483531511.b45d55634f43b808d3fc08b0c291d9dabd6012c5.aballier@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: x11-libs/libva/ X-VCS-Repository: repo/gentoo X-VCS-Files: x11-libs/libva/libva-1.7.3.ebuild x11-libs/libva/libva-9999.ebuild X-VCS-Directories: x11-libs/libva/ X-VCS-Committer: aballier X-VCS-Committer-Name: Alexis Ballier X-VCS-Revision: b45d55634f43b808d3fc08b0c291d9dabd6012c5 X-VCS-Branch: master Date: Wed, 4 Jan 2017 12:05:42 +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: ab7bba4c-ce81-4e21-9fef-49fecc6d97eb X-Archives-Hash: aae71ee45e571ab81e5c5386b970a90b commit: b45d55634f43b808d3fc08b0c291d9dabd6012c5 Author: Alexis Ballier gentoo org> AuthorDate: Wed Jan 4 12:05:11 2017 +0000 Commit: Alexis Ballier gentoo org> CommitDate: Wed Jan 4 12:05:11 2017 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b45d5563 x11-libs/libva: pull intel driver as pdepend when video_cards_i965 is set. Bug #604248. Package-Manager: Portage-2.3.3, Repoman-2.3.1 x11-libs/libva/libva-1.7.3.ebuild | 3 ++- x11-libs/libva/libva-9999.ebuild | 5 +++-- 2 files changed, 5 insertions(+), 3 deletions(-) diff --git a/x11-libs/libva/libva-1.7.3.ebuild b/x11-libs/libva/libva-1.7.3.ebuild index fb5fe95..7ba44a1 100644 --- a/x11-libs/libva/libva-1.7.3.ebuild +++ b/x11-libs/libva/libva-1.7.3.ebuild @@ -32,7 +32,7 @@ else fi IUSE="+drm egl opengl vdpau wayland X" -VIDEO_CARDS="dummy nvidia intel fglrx nouveau" +VIDEO_CARDS="dummy nvidia intel i965 fglrx nouveau" for x in ${VIDEO_CARDS}; do IUSE+=" video_cards_${x}" done @@ -57,6 +57,7 @@ PDEPEND="video_cards_nvidia? ( >=x11-libs/libva-vdpau-driver-0.7.4-r1[${MULTILIB >=x11-libs/xvba-video-0.8.0-r1[${MULTILIB_USEDEP}] ) ) video_cards_intel? ( >=x11-libs/libva-intel-driver-1.2.2-r1[${MULTILIB_USEDEP}] ) + video_cards_i965? ( >=x11-libs/libva-intel-driver-1.2.2-r1[${MULTILIB_USEDEP}] ) " REQUIRED_USE="|| ( drm wayland X ) diff --git a/x11-libs/libva/libva-9999.ebuild b/x11-libs/libva/libva-9999.ebuild index 9623dd3..b957364 100644 --- a/x11-libs/libva/libva-9999.ebuild +++ b/x11-libs/libva/libva-9999.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2015 Gentoo Foundation +# Copyright 1999-2017 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Id$ @@ -32,7 +32,7 @@ else fi IUSE="+drm egl opengl vdpau wayland X" -VIDEO_CARDS="dummy nvidia intel fglrx nouveau" +VIDEO_CARDS="dummy nvidia intel i965 fglrx nouveau" for x in ${VIDEO_CARDS}; do IUSE+=" video_cards_${x}" done @@ -57,6 +57,7 @@ PDEPEND="video_cards_nvidia? ( >=x11-libs/libva-vdpau-driver-0.7.4-r1[${MULTILIB >=x11-libs/xvba-video-0.8.0-r1[${MULTILIB_USEDEP}] ) ) video_cards_intel? ( >=x11-libs/libva-intel-driver-1.2.2-r1[${MULTILIB_USEDEP}] ) + video_cards_i965? ( >=x11-libs/libva-intel-driver-1.2.2-r1[${MULTILIB_USEDEP}] ) " REQUIRED_USE="|| ( drm wayland X )