diff options
author | Jakov Smolić <jsmolic@gentoo.org> | 2021-11-07 23:10:21 +0100 |
---|---|---|
committer | Jakov Smolić <jsmolic@gentoo.org> | 2021-11-07 23:10:21 +0100 |
commit | d6d6fcbed8657614a307f5b4e57e1827a403cd8e (patch) | |
tree | f205efdb7069d591732415037d7e76c0c71b232d /x11-drivers | |
parent | x11-drivers/xf86-input-libinput: Stabilize 1.2.0 amd64, #822339 (diff) | |
download | gentoo-d6d6fcbed8657614a307f5b4e57e1827a403cd8e.tar.gz gentoo-d6d6fcbed8657614a307f5b4e57e1827a403cd8e.tar.bz2 gentoo-d6d6fcbed8657614a307f5b4e57e1827a403cd8e.zip |
x11-drivers/xf86-video-amdgpu: Stabilize 21.0.0 amd64, #822339
Signed-off-by: Jakov Smolić <jsmolic@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 5dc34b7fecce..8d9d0c8ed25b 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" |