From mboxrd@z Thu Jan  1 00:00:00 1970
Return-Path: <gentoo-commits+bounces-901749-garchives=archives.gentoo.org@lists.gentoo.org>
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 A1114138330
	for <garchives@archives.gentoo.org>; Sat, 17 Sep 2016 11:14:35 +0000 (UTC)
Received: from pigeon.gentoo.org (localhost [127.0.0.1])
	by pigeon.gentoo.org (Postfix) with SMTP id 8F27DE0994;
	Sat, 17 Sep 2016 11:14:31 +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 D109DE0994
	for <gentoo-commits@lists.gentoo.org>; Sat, 17 Sep 2016 11:14:30 +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 E9C75340B81
	for <gentoo-commits@lists.gentoo.org>; Sat, 17 Sep 2016 11:14:29 +0000 (UTC)
Received: from localhost.localdomain (localhost [127.0.0.1])
	by oystercatcher.gentoo.org (Postfix) with ESMTP id B779F248C
	for <gentoo-commits@lists.gentoo.org>; Sat, 17 Sep 2016 11:14:26 +0000 (UTC)
From: "Pacho Ramos" <pacho@gentoo.org>
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" <pacho@gentoo.org>
Message-ID: <1474110611.088fef20ccfc5f832a1c869e8902948cee12edf2.pacho@gentoo>
Subject: [gentoo-commits] repo/gentoo:master commit in: x11-drivers/xf86-video-intel/
X-VCS-Repository: repo/gentoo
X-VCS-Files: x11-drivers/xf86-video-intel/xf86-video-intel-2.99.917_p20160621-r1.ebuild
X-VCS-Directories: x11-drivers/xf86-video-intel/
X-VCS-Committer: pacho
X-VCS-Committer-Name: Pacho Ramos
X-VCS-Revision: 088fef20ccfc5f832a1c869e8902948cee12edf2
X-VCS-Branch: master
Date: Sat, 17 Sep 2016 11:14:26 +0000 (UTC)
Precedence: bulk
List-Post: <mailto:gentoo-commits@lists.gentoo.org>
List-Help: <mailto:gentoo-commits+help@lists.gentoo.org>
List-Unsubscribe: <mailto:gentoo-commits+unsubscribe@lists.gentoo.org>
List-Subscribe: <mailto:gentoo-commits+subscribe@lists.gentoo.org>
List-Id: Gentoo Linux mail <gentoo-commits.gentoo.org>
X-BeenThere: gentoo-commits@lists.gentoo.org
X-Archives-Salt: ec560c28-06e9-4d06-8b17-a26f8d1897fc
X-Archives-Hash: c6dea65b1b6b98513fdb813d5e6ef0cb

commit:     088fef20ccfc5f832a1c869e8902948cee12edf2
Author:     Pacho Ramos <pacho <AT> gentoo <DOT> org>
AuthorDate: Sat Sep 17 11:10:11 2016 +0000
Commit:     Pacho Ramos <pacho <AT> gentoo <DOT> org>
CommitDate: Sat Sep 17 11:10:11 2016 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=088fef20

x11-drivers/xf86-video-intel: amd64 stable, bug 579266

Package-Manager: portage-2.3.0
RepoMan-Options: --include-arches="amd64"

 .../xf86-video-intel/xf86-video-intel-2.99.917_p20160621-r1.ebuild      | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/x11-drivers/xf86-video-intel/xf86-video-intel-2.99.917_p20160621-r1.ebuild b/x11-drivers/xf86-video-intel/xf86-video-intel-2.99.917_p20160621-r1.ebuild
index a438c77..03ed80a 100644
--- a/x11-drivers/xf86-video-intel/xf86-video-intel-2.99.917_p20160621-r1.ebuild
+++ b/x11-drivers/xf86-video-intel/xf86-video-intel-2.99.917_p20160621-r1.ebuild
@@ -10,7 +10,7 @@ inherit linux-info xorg-2
 
 DESCRIPTION="X.Org driver for Intel cards"
 
-KEYWORDS="~amd64 x86 ~amd64-fbsd -x86-fbsd"
+KEYWORDS="amd64 x86 ~amd64-fbsd -x86-fbsd"
 IUSE="debug dri3 +sna +udev uxa xvmc"
 COMMIT_ID="c28e62f94f15c9f5c4fb0744588f08ae18e4a9b5"
 SRC_URI="https://cgit.freedesktop.org/xorg/driver/xf86-video-intel/snapshot/${COMMIT_ID}.tar.xz -> ${P}.tar.xz"