From mboxrd@z Thu Jan  1 00:00:00 1970
Return-Path: <gentoo-commits+bounces-901720-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 013ED138330
	for <garchives@archives.gentoo.org>; Sat, 17 Sep 2016 10:50:00 +0000 (UTC)
Received: from pigeon.gentoo.org (localhost [127.0.0.1])
	by pigeon.gentoo.org (Postfix) with SMTP id 276F5E0983;
	Sat, 17 Sep 2016 10:49:59 +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 00A4EE0944
	for <gentoo-commits@lists.gentoo.org>; Sat, 17 Sep 2016 10:49:57 +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 C333D340B98
	for <gentoo-commits@lists.gentoo.org>; Sat, 17 Sep 2016 10:49:56 +0000 (UTC)
Received: from localhost.localdomain (localhost [127.0.0.1])
	by oystercatcher.gentoo.org (Postfix) with ESMTP id 77BE52488
	for <gentoo-commits@lists.gentoo.org>; Sat, 17 Sep 2016 10:49:54 +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: <1474109055.57308c2fc86da74222b83aea934fedb4b9f295de.pacho@gentoo>
Subject: [gentoo-commits] repo/gentoo:master commit in: x11-drivers/xf86-video-amdgpu/
X-VCS-Repository: repo/gentoo
X-VCS-Files: x11-drivers/xf86-video-amdgpu/xf86-video-amdgpu-1.1.0.ebuild
X-VCS-Directories: x11-drivers/xf86-video-amdgpu/
X-VCS-Committer: pacho
X-VCS-Committer-Name: Pacho Ramos
X-VCS-Revision: 57308c2fc86da74222b83aea934fedb4b9f295de
X-VCS-Branch: master
Date: Sat, 17 Sep 2016 10:49:54 +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: 11954b38-db11-4c2d-959c-953fd07f7dd7
X-Archives-Hash: a90040565594803e853e51a7e2af7efa

commit:     57308c2fc86da74222b83aea934fedb4b9f295de
Author:     Pacho Ramos <pacho <AT> gentoo <DOT> org>
AuthorDate: Sat Sep 17 10:44:15 2016 +0000
Commit:     Pacho Ramos <pacho <AT> gentoo <DOT> org>
CommitDate: Sat Sep 17 10:44:15 2016 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=57308c2f

x11-drivers/xf86-video-amdgpu: x86 stable, bug 579266

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

 x11-drivers/xf86-video-amdgpu/xf86-video-amdgpu-1.1.0.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/x11-drivers/xf86-video-amdgpu/xf86-video-amdgpu-1.1.0.ebuild b/x11-drivers/xf86-video-amdgpu/xf86-video-amdgpu-1.1.0.ebuild
index 9562775..4eb225c 100644
--- a/x11-drivers/xf86-video-amdgpu/xf86-video-amdgpu-1.1.0.ebuild
+++ b/x11-drivers/xf86-video-amdgpu/xf86-video-amdgpu-1.1.0.ebuild
@@ -9,9 +9,9 @@ inherit xorg-2
 if [[ ${PV} == 9999* ]]; then
 	XORG_EAUTORECONF=yes
 	SRC_URI=""
-	KEYWORDS=""
+	KEYWORDS="x86"
 else
-	KEYWORDS="~amd64 ~x86"
+	KEYWORDS="~amd64 x86"
 fi
 
 DESCRIPTION="Accelerated Open Source driver for AMDGPU cards"