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 DBC33138334 for ; Sat, 9 Mar 2019 16:50:21 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 04ADEE087B; Sat, 9 Mar 2019 16:50:21 +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 CD097E087B for ; Sat, 9 Mar 2019 16:50:20 +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 2BD16335C60 for ; Sat, 9 Mar 2019 16:50:05 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 1614C4E3 for ; Sat, 9 Mar 2019 16:50:03 +0000 (UTC) From: "Piotr Karbowski" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Piotr Karbowski" Message-ID: <1552150126.00f695b9b143d51bb2e0a00c4f3cb550274242fa.slashbeast@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-r2.ebuild X-VCS-Directories: sys-power/bbswitch/ X-VCS-Committer: slashbeast X-VCS-Committer-Name: Piotr Karbowski X-VCS-Revision: 00f695b9b143d51bb2e0a00c4f3cb550274242fa X-VCS-Branch: master Date: Sat, 9 Mar 2019 16:50:03 +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-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: dafb70a2-105e-41fd-98a4-27c7bd306780 X-Archives-Hash: f6d967d1aa2c935cf9934f72612ee8c9 commit: 00f695b9b143d51bb2e0a00c4f3cb550274242fa Author: Piotr Karbowski gentoo org> AuthorDate: Sat Mar 9 16:48:46 2019 +0000 Commit: Piotr Karbowski gentoo org> CommitDate: Sat Mar 9 16:48:46 2019 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=00f695b9 sys-power/bbswitch: stabilize 0.8-r2 on amd64/x86 Package-Manager: Portage-2.3.62, Repoman-2.3.12 Signed-off-by: Piotr Karbowski gentoo.org> sys-power/bbswitch/bbswitch-0.8-r2.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sys-power/bbswitch/bbswitch-0.8-r2.ebuild b/sys-power/bbswitch/bbswitch-0.8-r2.ebuild index ad44354463c..19ec8059046 100644 --- a/sys-power/bbswitch/bbswitch-0.8-r2.ebuild +++ b/sys-power/bbswitch/bbswitch-0.8-r2.ebuild @@ -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"