diff options
author | Agostino Sarubbo <ago@gentoo.org> | 2019-11-18 15:29:18 +0100 |
---|---|---|
committer | Agostino Sarubbo <ago@gentoo.org> | 2019-11-18 15:29:18 +0100 |
commit | 9b1ba6093355ec09745e413522f3c6caef8bea67 (patch) | |
tree | be0f1d93658312bc6063921bf4bf1d2e2590a2ce /x11-drivers/xf86-video-amdgpu | |
parent | x11-base/xorg-proto: amd64 stable wrt bug #700310 (diff) | |
download | gentoo-9b1ba6093355ec09745e413522f3c6caef8bea67.tar.gz gentoo-9b1ba6093355ec09745e413522f3c6caef8bea67.tar.bz2 gentoo-9b1ba6093355ec09745e413522f3c6caef8bea67.zip |
x11-drivers/xf86-video-amdgpu: amd64 stable wrt bug #700310
Package-Manager: Portage-2.3.76, Repoman-2.3.16
RepoMan-Options: --include-arches="amd64"
Signed-off-by: Agostino Sarubbo <ago@gentoo.org>
Diffstat (limited to 'x11-drivers/xf86-video-amdgpu')
-rw-r--r-- | x11-drivers/xf86-video-amdgpu/xf86-video-amdgpu-19.1.0.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/x11-drivers/xf86-video-amdgpu/xf86-video-amdgpu-19.1.0.ebuild b/x11-drivers/xf86-video-amdgpu/xf86-video-amdgpu-19.1.0.ebuild index 726d5faa862f..ea0aa55dc503 100644 --- a/x11-drivers/xf86-video-amdgpu/xf86-video-amdgpu-19.1.0.ebuild +++ b/x11-drivers/xf86-video-amdgpu/xf86-video-amdgpu-19.1.0.ebuild @@ -8,7 +8,7 @@ inherit xorg-3 if [[ ${PV} == 9999* ]]; then SRC_URI="" else - KEYWORDS="~amd64 ~ppc64 ~x86" + KEYWORDS="amd64 ~ppc64 ~x86" fi DESCRIPTION="Accelerated Open Source driver for AMDGPU cards" |