diff options
author | Piotr Karbowski <slashbeast@gentoo.org> | 2019-03-09 17:48:46 +0100 |
---|---|---|
committer | Piotr Karbowski <slashbeast@gentoo.org> | 2019-03-09 17:48:46 +0100 |
commit | 00f695b9b143d51bb2e0a00c4f3cb550274242fa (patch) | |
tree | 7a955559e1065f6f1fc0b16075ba8ccd5a11b586 /sys-power/bbswitch | |
parent | media-libs/gegl: 0.4.14, sync 9999 (diff) | |
download | gentoo-00f695b9b143d51bb2e0a00c4f3cb550274242fa.tar.gz gentoo-00f695b9b143d51bb2e0a00c4f3cb550274242fa.tar.bz2 gentoo-00f695b9b143d51bb2e0a00c4f3cb550274242fa.zip |
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 <slashbeast@gentoo.org>
Diffstat (limited to 'sys-power/bbswitch')
-rw-r--r-- | sys-power/bbswitch/bbswitch-0.8-r2.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sys-power/bbswitch/bbswitch-0.8-r2.ebuild b/sys-power/bbswitch/bbswitch-0.8-r2.ebuild index ad44354463cd..19ec80590463 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" |