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 085A0138333 for ; Sat, 1 Oct 2016 00:54:51 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id C3D5EE09FC; Sat, 1 Oct 2016 00:54:46 +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 A7C8BE09D2 for ; Sat, 1 Oct 2016 00:54:46 +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 726F3340B35 for ; Sat, 1 Oct 2016 00:54:45 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id AEEC524A0 for ; Sat, 1 Oct 2016 00:54:43 +0000 (UTC) From: "Pacho Ramos" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Pacho Ramos" Message-ID: <1475283189.a58fafdb54872857b28bdeb26095267672ad9842.pacho@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: media-plugins/gst-plugins-vaapi/ X-VCS-Repository: repo/gentoo X-VCS-Files: media-plugins/gst-plugins-vaapi/gst-plugins-vaapi-1.8.3.ebuild X-VCS-Directories: media-plugins/gst-plugins-vaapi/ X-VCS-Committer: pacho X-VCS-Committer-Name: Pacho Ramos X-VCS-Revision: a58fafdb54872857b28bdeb26095267672ad9842 X-VCS-Branch: master Date: Sat, 1 Oct 2016 00:54:43 +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: 7e6935dc-7763-4cc8-b866-6cd3ca0dfa67 X-Archives-Hash: 154c2200e0be6fd354e6f5b4c143d281 commit: a58fafdb54872857b28bdeb26095267672ad9842 Author: Pacho Ramos gentoo org> AuthorDate: Fri Sep 30 22:49:11 2016 +0000 Commit: Pacho Ramos gentoo org> CommitDate: Sat Oct 1 00:53:09 2016 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a58fafdb media-plugins/gst-plugins-vaapi: x86 stable, bug 587010 Package-Manager: portage-2.3.0 RepoMan-Options: --include-arches="x86" media-plugins/gst-plugins-vaapi/gst-plugins-vaapi-1.8.3.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/media-plugins/gst-plugins-vaapi/gst-plugins-vaapi-1.8.3.ebuild b/media-plugins/gst-plugins-vaapi/gst-plugins-vaapi-1.8.3.ebuild index 51722dc..41d04a6 100644 --- a/media-plugins/gst-plugins-vaapi/gst-plugins-vaapi-1.8.3.ebuild +++ b/media-plugins/gst-plugins-vaapi/gst-plugins-vaapi-1.8.3.ebuild @@ -13,7 +13,7 @@ SRC_URI="https://gstreamer.freedesktop.org/src/${MY_PN}/${MY_PN}-${PV}.tar.xz" LICENSE="LGPL-2.1" SLOT="1.0" -KEYWORDS="amd64 ~x86" +KEYWORDS="amd64 x86" IUSE="+drm egl opengl wayland +X" REQUIRED_USE="|| ( drm opengl wayland X )"