diff options
author | Agostino Sarubbo <ago@gentoo.org> | 2017-06-01 11:10:57 +0200 |
---|---|---|
committer | Agostino Sarubbo <ago@gentoo.org> | 2017-06-01 11:13:06 +0200 |
commit | ac7be05864b04b3fdab8d09f754adb8979e79b64 (patch) | |
tree | 1b50a726b0d007af4663b028af8d7b71e81cc766 /x11-drivers | |
parent | x11-drivers/xf86-input-mtrack: x86 stable wrt bug #620234 (diff) | |
download | gentoo-ac7be05864b04b3fdab8d09f754adb8979e79b64.tar.gz gentoo-ac7be05864b04b3fdab8d09f754adb8979e79b64.tar.bz2 gentoo-ac7be05864b04b3fdab8d09f754adb8979e79b64.zip |
x11-drivers/xf86-video-amdgpu: x86 stable wrt bug #620234
Package-Manager: Portage-2.3.5, Repoman-2.3.1
RepoMan-Options: --include-arches="x86"
Signed-off-by: Agostino Sarubbo <ago@gentoo.org>
Diffstat (limited to 'x11-drivers')
-rw-r--r-- | x11-drivers/xf86-video-amdgpu/xf86-video-amdgpu-1.3.0.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/x11-drivers/xf86-video-amdgpu/xf86-video-amdgpu-1.3.0.ebuild b/x11-drivers/xf86-video-amdgpu/xf86-video-amdgpu-1.3.0.ebuild index 9571d6727f51..655b79e38bd2 100644 --- a/x11-drivers/xf86-video-amdgpu/xf86-video-amdgpu-1.3.0.ebuild +++ b/x11-drivers/xf86-video-amdgpu/xf86-video-amdgpu-1.3.0.ebuild @@ -8,7 +8,7 @@ inherit xorg-2 if [[ ${PV} == 9999* ]]; then SRC_URI="" else - KEYWORDS="amd64 ~x86" + KEYWORDS="amd64 x86" fi DESCRIPTION="Accelerated Open Source driver for AMDGPU cards" |