From 3ff3c8fbf4120b62c3415f2a04bf00cf9e5fb5d3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?St=C3=A9phane=20Marchesin?= Date: Mon, 19 Sep 2011 19:33:34 -0700 Subject: [PATCH] Unmask vaapi ebuild. MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit This is needed for video acceleration on sandy bridge. Change-Id: I48bed0e7e95e6dafd71c12a68d47806ba6f61170 Reviewed-on: http://gerrit.chromium.org/gerrit/7969 Commit-Ready: Stéphane Marchesin Tested-by: Stéphane Marchesin Reviewed-by: Antoine Labour --- .../portage-stable/x11-libs/libva/libva-1.0.14.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sdk_container/src/third_party/portage-stable/x11-libs/libva/libva-1.0.14.ebuild b/sdk_container/src/third_party/portage-stable/x11-libs/libva/libva-1.0.14.ebuild index 967003ffaf..57c71fa603 100644 --- a/sdk_container/src/third_party/portage-stable/x11-libs/libva/libva-1.0.14.ebuild +++ b/sdk_container/src/third_party/portage-stable/x11-libs/libva/libva-1.0.14.ebuild @@ -25,7 +25,7 @@ fi LICENSE="MIT" SLOT="0" if [ "${PV%9999}" = "${PV}" ] ; then - KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux" + KEYWORDS="amd64 x86 ~amd64-linux ~x86-linux" else KEYWORDS="" fi