diff options
author | Georgy Yakovlev <gyakovlev@gentoo.org> | 2021-11-17 13:24:44 -0800 |
---|---|---|
committer | Georgy Yakovlev <gyakovlev@gentoo.org> | 2021-11-17 14:54:48 -0800 |
commit | a2ca20c3b632234536745571d39a6b53f760c0bf (patch) | |
tree | c8ed1e984766797c8b1958fa6ed2f420be5d6b1d /x11-drivers | |
parent | x11-drivers/xf86-input-libinput: Stabilize 1.2.0 ppc64, #822339 (diff) | |
download | gentoo-a2ca20c3b632234536745571d39a6b53f760c0bf.tar.gz gentoo-a2ca20c3b632234536745571d39a6b53f760c0bf.tar.bz2 gentoo-a2ca20c3b632234536745571d39a6b53f760c0bf.zip |
x11-drivers/xf86-video-amdgpu: Stabilize 21.0.0 ppc64, #822339
Signed-off-by: Georgy Yakovlev <gyakovlev@gentoo.org>
Diffstat (limited to 'x11-drivers')
-rw-r--r-- | x11-drivers/xf86-video-amdgpu/xf86-video-amdgpu-21.0.0.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/x11-drivers/xf86-video-amdgpu/xf86-video-amdgpu-21.0.0.ebuild b/x11-drivers/xf86-video-amdgpu/xf86-video-amdgpu-21.0.0.ebuild index b06c24c8f21d..9576e9abf56e 100644 --- a/x11-drivers/xf86-video-amdgpu/xf86-video-amdgpu-21.0.0.ebuild +++ b/x11-drivers/xf86-video-amdgpu/xf86-video-amdgpu-21.0.0.ebuild @@ -8,7 +8,7 @@ inherit xorg-3 if [[ ${PV} == 9999* ]]; then SRC_URI="" else - KEYWORDS="amd64 ~ppc64 ~riscv x86" + KEYWORDS="amd64 ppc64 ~riscv x86" fi DESCRIPTION="Accelerated Open Source driver for AMDGPU cards" |