From mboxrd@z Thu Jan  1 00:00:00 1970
Return-Path: <gentoo-commits+bounces-1014233-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 5F6C11382C5
	for <garchives@archives.gentoo.org>; Sun,  1 Apr 2018 04:19:54 +0000 (UTC)
Received: from pigeon.gentoo.org (localhost [127.0.0.1])
	by pigeon.gentoo.org (Postfix) with SMTP id 502B3E0ACA;
	Sun,  1 Apr 2018 04:19:53 +0000 (UTC)
Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183])
	(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 22948E0ACA
	for <gentoo-commits@lists.gentoo.org>; Sun,  1 Apr 2018 04:19:51 +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 2C410335D74
	for <gentoo-commits@lists.gentoo.org>; Sun,  1 Apr 2018 04:19:50 +0000 (UTC)
Received: from localhost.localdomain (localhost [IPv6:::1])
	by oystercatcher.gentoo.org (Postfix) with ESMTP id 326BF26A
	for <gentoo-commits@lists.gentoo.org>; Sun,  1 Apr 2018 04:19:48 +0000 (UTC)
From: "Matt Turner" <mattst88@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, "Matt Turner" <mattst88@gentoo.org>
Message-ID: <1522556321.1db2ee88bbb385238452d4d7366cc09b09715cb2.mattst88@gentoo>
Subject: [gentoo-commits] repo/gentoo:master commit in: sys-power/bbswitch/
X-VCS-Repository: repo/gentoo
X-VCS-Files: sys-power/bbswitch/bbswitch-0.8-r1.ebuild
X-VCS-Directories: sys-power/bbswitch/
X-VCS-Committer: mattst88
X-VCS-Committer-Name: Matt Turner
X-VCS-Revision: 1db2ee88bbb385238452d4d7366cc09b09715cb2
X-VCS-Branch: master
Date: Sun,  1 Apr 2018 04:19:48 +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: 7510df89-5ea3-4310-bbe4-52208ac7f01a
X-Archives-Hash: ae68e5e8b267b9287612bae82f801795

commit:     1db2ee88bbb385238452d4d7366cc09b09715cb2
Author:     Matt Turner <mattst88 <AT> gentoo <DOT> org>
AuthorDate: Sun Apr  1 04:18:21 2018 +0000
Commit:     Matt Turner <mattst88 <AT> gentoo <DOT> org>
CommitDate: Sun Apr  1 04:18:41 2018 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1db2ee88

sys-power/bbswitch-0.8-r1: amd64/x86 stable, bug 627826

 sys-power/bbswitch/bbswitch-0.8-r1.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/sys-power/bbswitch/bbswitch-0.8-r1.ebuild b/sys-power/bbswitch/bbswitch-0.8-r1.ebuild
index bb29cb2fd85..d2d37a055f8 100644
--- a/sys-power/bbswitch/bbswitch-0.8-r1.ebuild
+++ b/sys-power/bbswitch/bbswitch-0.8-r1.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 @@ if [[ ${PV} == 9999 ]]; then
 else
 	PATCHES=( "${FILESDIR}/${PN}-0.8-kernel-4.12.patch" )
 	SRC_URI="https://github.com/Bumblebee-Project/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz"
-	KEYWORDS="~amd64 ~x86"
+	KEYWORDS="amd64 x86"
 fi
 
 DESCRIPTION="Toggle discrete NVIDIA Optimus graphics card"