Gentoo Archives: gentoo-commits

From: Matt Turner <mattst88@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: sys-power/bbswitch/
Date: Sun, 01 Apr 2018 04:19:54
Message-Id: 1522556321.1db2ee88bbb385238452d4d7366cc09b09715cb2.mattst88@gentoo
1 commit: 1db2ee88bbb385238452d4d7366cc09b09715cb2
2 Author: Matt Turner <mattst88 <AT> gentoo <DOT> org>
3 AuthorDate: Sun Apr 1 04:18:21 2018 +0000
4 Commit: Matt Turner <mattst88 <AT> gentoo <DOT> org>
5 CommitDate: Sun Apr 1 04:18:41 2018 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1db2ee88
7
8 sys-power/bbswitch-0.8-r1: amd64/x86 stable, bug 627826
9
10 sys-power/bbswitch/bbswitch-0.8-r1.ebuild | 4 ++--
11 1 file changed, 2 insertions(+), 2 deletions(-)
12
13 diff --git a/sys-power/bbswitch/bbswitch-0.8-r1.ebuild b/sys-power/bbswitch/bbswitch-0.8-r1.ebuild
14 index bb29cb2fd85..d2d37a055f8 100644
15 --- a/sys-power/bbswitch/bbswitch-0.8-r1.ebuild
16 +++ b/sys-power/bbswitch/bbswitch-0.8-r1.ebuild
17 @@ -1,4 +1,4 @@
18 -# Copyright 1999-2017 Gentoo Foundation
19 +# Copyright 1999-2018 Gentoo Foundation
20 # Distributed under the terms of the GNU General Public License v2
21
22 EAPI=6
23 @@ -12,7 +12,7 @@ if [[ ${PV} == 9999 ]]; then
24 else
25 PATCHES=( "${FILESDIR}/${PN}-0.8-kernel-4.12.patch" )
26 SRC_URI="https://github.com/Bumblebee-Project/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz"
27 - KEYWORDS="~amd64 ~x86"
28 + KEYWORDS="amd64 x86"
29 fi
30
31 DESCRIPTION="Toggle discrete NVIDIA Optimus graphics card"