From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) by finch.gentoo.org (Postfix) with ESMTP id 497901388C0 for ; Sun, 21 Feb 2016 23:44:59 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 5CE3BE0806; Sun, 21 Feb 2016 23:44:58 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id BE286E0802 for ; Sun, 21 Feb 2016 23:44:57 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id EA9A6340AC9 for ; Sun, 21 Feb 2016 23:44:56 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id EB1491897 for ; Sun, 21 Feb 2016 23:44:54 +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: <1456098229.d1edaa9ef21d069307097513cd8feeca85ddf0dc.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-0.7.0.ebuild X-VCS-Directories: media-plugins/gst-plugins-vaapi/ X-VCS-Committer: pacho X-VCS-Committer-Name: Pacho Ramos X-VCS-Revision: d1edaa9ef21d069307097513cd8feeca85ddf0dc X-VCS-Branch: master Date: Sun, 21 Feb 2016 23:44:54 +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: 365b46bf-dc8a-4db9-bd32-9ccd74c79ce5 X-Archives-Hash: 78fd980627374f5d166dd04dad2f0e68 commit: d1edaa9ef21d069307097513cd8feeca85ddf0dc Author: Pacho Ramos gentoo org> AuthorDate: Sun Feb 21 16:09:51 2016 +0000 Commit: Pacho Ramos gentoo org> CommitDate: Sun Feb 21 23:43:49 2016 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d1edaa9e media-plugins/gst-plugins-vaapi: amd64 stable, bug 566378 Package-Manager: portage-2.2.27 RepoMan-Options: --include-arches="amd64" media-plugins/gst-plugins-vaapi/gst-plugins-vaapi-0.7.0.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/media-plugins/gst-plugins-vaapi/gst-plugins-vaapi-0.7.0.ebuild b/media-plugins/gst-plugins-vaapi/gst-plugins-vaapi-0.7.0.ebuild index c2d0d53..e318f52 100644 --- a/media-plugins/gst-plugins-vaapi/gst-plugins-vaapi-0.7.0.ebuild +++ b/media-plugins/gst-plugins-vaapi/gst-plugins-vaapi-0.7.0.ebuild @@ -13,7 +13,7 @@ SRC_URI="http://www.freedesktop.org/software/vaapi/releases/${MY_PN}/${MY_PN}-${ LICENSE="LGPL-2.1" SLOT="1.0" -KEYWORDS="~amd64 ~x86" +KEYWORDS="amd64 ~x86" IUSE="+drm opengl wayland +X" REQUIRED_USE="|| ( drm opengl wayland X )"