diff options
author | Mikle Kolyada <zlogene@gentoo.org> | 2018-05-06 15:27:55 +0300 |
---|---|---|
committer | Mikle Kolyada <zlogene@gentoo.org> | 2018-05-06 15:30:48 +0300 |
commit | 16aaf779e13af31d16b3ca14a6b0a0720fc7fa93 (patch) | |
tree | d9bb7c552b97b95b1e1359d79d0df97383223d1f /x11-drivers/xf86-video-amdgpu | |
parent | x11-drivers/xf86-input-wacom: amd64 stable wrt bug #649316 (diff) | |
download | gentoo-16aaf779e13af31d16b3ca14a6b0a0720fc7fa93.tar.gz gentoo-16aaf779e13af31d16b3ca14a6b0a0720fc7fa93.tar.bz2 gentoo-16aaf779e13af31d16b3ca14a6b0a0720fc7fa93.zip |
x11-drivers/xf86-video-amdgpu: amd64 stable wrt bug #649316
Package-Manager: Portage-2.3.24, Repoman-2.3.6
Diffstat (limited to 'x11-drivers/xf86-video-amdgpu')
-rw-r--r-- | x11-drivers/xf86-video-amdgpu/xf86-video-amdgpu-18.0.1.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/x11-drivers/xf86-video-amdgpu/xf86-video-amdgpu-18.0.1.ebuild b/x11-drivers/xf86-video-amdgpu/xf86-video-amdgpu-18.0.1.ebuild index 90a061997083..e8b1133db024 100644 --- a/x11-drivers/xf86-video-amdgpu/xf86-video-amdgpu-18.0.1.ebuild +++ b/x11-drivers/xf86-video-amdgpu/xf86-video-amdgpu-18.0.1.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" |