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

This commit is contained in:
Matt Turner
2018-03-31 21:18:21 -07:00
parent 35a8d9b6d8
commit 1db2ee88bb

View File

@@ -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"