diff options
author | Pacho Ramos <pacho@gentoo.org> | 2016-09-17 12:44:15 +0200 |
---|---|---|
committer | Pacho Ramos <pacho@gentoo.org> | 2016-09-17 12:44:15 +0200 |
commit | 57308c2fc86da74222b83aea934fedb4b9f295de (patch) | |
tree | b4d722d8f097f71533bac471d0ff525d6b70fb63 /x11-drivers | |
parent | x11-drivers/xf86-input-wacom: x86 stable, bug 579266 (diff) | |
download | gentoo-57308c2fc86da74222b83aea934fedb4b9f295de.tar.gz gentoo-57308c2fc86da74222b83aea934fedb4b9f295de.tar.bz2 gentoo-57308c2fc86da74222b83aea934fedb4b9f295de.zip |
x11-drivers/xf86-video-amdgpu: x86 stable, bug 579266
Package-Manager: portage-2.3.0
RepoMan-Options: --include-arches="x86"
Diffstat (limited to 'x11-drivers')
-rw-r--r-- | x11-drivers/xf86-video-amdgpu/xf86-video-amdgpu-1.1.0.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/x11-drivers/xf86-video-amdgpu/xf86-video-amdgpu-1.1.0.ebuild b/x11-drivers/xf86-video-amdgpu/xf86-video-amdgpu-1.1.0.ebuild index 95627753c9c1..4eb225c70527 100644 --- a/x11-drivers/xf86-video-amdgpu/xf86-video-amdgpu-1.1.0.ebuild +++ b/x11-drivers/xf86-video-amdgpu/xf86-video-amdgpu-1.1.0.ebuild @@ -9,9 +9,9 @@ inherit xorg-2 if [[ ${PV} == 9999* ]]; then XORG_EAUTORECONF=yes SRC_URI="" - KEYWORDS="" + KEYWORDS="x86" else - KEYWORDS="~amd64 ~x86" + KEYWORDS="~amd64 x86" fi DESCRIPTION="Accelerated Open Source driver for AMDGPU cards" |