diff options
author | Jakov Smolić <jsmolic@gentoo.org> | 2023-07-24 14:06:05 +0200 |
---|---|---|
committer | Jakov Smolić <jsmolic@gentoo.org> | 2023-07-24 14:06:05 +0200 |
commit | a74549bae308bec5ee5b9cbb6099c34eefb4c161 (patch) | |
tree | b1cb1374f86596821deedff6ab82be9a7d014b65 /x11-drivers | |
parent | app-editors/mousepad: Stabilize 0.6.1 amd64, #911103 (diff) | |
download | gentoo-a74549bae308bec5ee5b9cbb6099c34eefb4c161.tar.gz gentoo-a74549bae308bec5ee5b9cbb6099c34eefb4c161.tar.bz2 gentoo-a74549bae308bec5ee5b9cbb6099c34eefb4c161.zip |
x11-drivers/xf86-video-amdgpu: Stabilize 23.0.0 amd64, #911109
Signed-off-by: Jakov Smolić <jsmolic@gentoo.org>
Diffstat (limited to 'x11-drivers')
-rw-r--r-- | x11-drivers/xf86-video-amdgpu/xf86-video-amdgpu-23.0.0.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/x11-drivers/xf86-video-amdgpu/xf86-video-amdgpu-23.0.0.ebuild b/x11-drivers/xf86-video-amdgpu/xf86-video-amdgpu-23.0.0.ebuild index 8dc4ae21f8fd..708d0ae9d848 100644 --- a/x11-drivers/xf86-video-amdgpu/xf86-video-amdgpu-23.0.0.ebuild +++ b/x11-drivers/xf86-video-amdgpu/xf86-video-amdgpu-23.0.0.ebuild @@ -9,7 +9,7 @@ inherit xorg-3 if [[ ${PV} == 9999* ]]; then SRC_URI="" else - KEYWORDS="~amd64 arm64 ~loong ~ppc64 ~riscv x86" + KEYWORDS="amd64 arm64 ~loong ~ppc64 ~riscv x86" fi DESCRIPTION="Accelerated Open Source driver for AMDGPU cards" |