diff options
author | Sam James <sam@gentoo.org> | 2022-05-28 02:34:58 +0100 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2022-05-28 02:34:58 +0100 |
commit | eb607966348f34d740bf0ea8d78f6b10fd623a9e (patch) | |
tree | 634f2fed20ff0d8f227db225972415a9cca6a05f /x11-drivers/xf86-video-amdgpu | |
parent | x11-base/xwayland: Stabilize 22.1.1 ppc64, #843167 (diff) | |
download | gentoo-eb607966348f34d740bf0ea8d78f6b10fd623a9e.tar.gz gentoo-eb607966348f34d740bf0ea8d78f6b10fd623a9e.tar.bz2 gentoo-eb607966348f34d740bf0ea8d78f6b10fd623a9e.zip |
x11-drivers/xf86-video-amdgpu: Stabilize 22.0.0 ppc64, #843167
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'x11-drivers/xf86-video-amdgpu')
-rw-r--r-- | x11-drivers/xf86-video-amdgpu/xf86-video-amdgpu-22.0.0.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/x11-drivers/xf86-video-amdgpu/xf86-video-amdgpu-22.0.0.ebuild b/x11-drivers/xf86-video-amdgpu/xf86-video-amdgpu-22.0.0.ebuild index eac0c4a356e7..5c2b441fc865 100644 --- a/x11-drivers/xf86-video-amdgpu/xf86-video-amdgpu-22.0.0.ebuild +++ b/x11-drivers/xf86-video-amdgpu/xf86-video-amdgpu-22.0.0.ebuild @@ -9,7 +9,7 @@ inherit xorg-3 if [[ ${PV} == 9999* ]]; then SRC_URI="" else - KEYWORDS="amd64 ~loong ~ppc64 ~riscv x86" + KEYWORDS="amd64 ~loong ppc64 ~riscv x86" fi DESCRIPTION="Accelerated Open Source driver for AMDGPU cards" |