diff options
Diffstat (limited to 'sys-power')
-rw-r--r-- | sys-power/bbswitch/bbswitch-0.8-r1.ebuild | 4 |
1 files 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 bb29cb2fd85b..d2d37a055f8a 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" |