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 05B23138331 for ; Sat, 17 Mar 2018 18:12:58 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id D1825E08EB; Sat, 17 Mar 2018 18:12:55 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id AA07DE08EB for ; Sat, 17 Mar 2018 18:12:55 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (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 94DF7335C75 for ; Sat, 17 Mar 2018 18:12:54 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id E208025E for ; Sat, 17 Mar 2018 18:12:52 +0000 (UTC) From: "Mikle Kolyada" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Mikle Kolyada" Message-ID: <1521310360.686e91b947ec94d369f93aac7b27185c67638633.zlogene@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.12.4.ebuild X-VCS-Directories: media-plugins/gst-plugins-vaapi/ X-VCS-Committer: zlogene X-VCS-Committer-Name: Mikle Kolyada X-VCS-Revision: 686e91b947ec94d369f93aac7b27185c67638633 X-VCS-Branch: master Date: Sat, 17 Mar 2018 18:12:52 +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: 6502026d-8c16-4f53-a37c-9c83a9218448 X-Archives-Hash: 096dd72d72d9967c5f934a35c0d1e9d5 commit: 686e91b947ec94d369f93aac7b27185c67638633 Author: Mikle Kolyada gentoo org> AuthorDate: Sat Mar 17 18:07:42 2018 +0000 Commit: Mikle Kolyada gentoo org> CommitDate: Sat Mar 17 18:12:40 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=686e91b9 media-plugins/gst-plugins-vaapi: amd64 stable wrt bug #650540 Package-Manager: Portage-2.3.24, Repoman-2.3.6 media-plugins/gst-plugins-vaapi/gst-plugins-vaapi-1.12.4.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/media-plugins/gst-plugins-vaapi/gst-plugins-vaapi-1.12.4.ebuild b/media-plugins/gst-plugins-vaapi/gst-plugins-vaapi-1.12.4.ebuild index 2ec75e8e71e..a28dfe527fa 100644 --- a/media-plugins/gst-plugins-vaapi/gst-plugins-vaapi-1.12.4.ebuild +++ b/media-plugins/gst-plugins-vaapi/gst-plugins-vaapi-1.12.4.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2017 Gentoo Foundation +# Copyright 1999-2018 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 EAPI=6 @@ -12,7 +12,7 @@ SRC_URI="https://gstreamer.freedesktop.org/src/${MY_PN}/${MY_PN}-${PV}.tar.xz" LICENSE="LGPL-2.1" SLOT="1.0" -KEYWORDS="~amd64 ~arm64 ~x86" +KEYWORDS="amd64 ~arm64 ~x86" IUSE="+drm egl opengl wayland +X" REQUIRED_USE="|| ( drm opengl wayland X )"