diff options
author | Georgy Yakovlev <gyakovlev@gentoo.org> | 2019-08-14 23:00:22 -0700 |
---|---|---|
committer | Georgy Yakovlev <gyakovlev@gentoo.org> | 2019-08-14 23:49:06 -0700 |
commit | 6de542009f792c615023607efb3d058fdda1e8b9 (patch) | |
tree | 43f4b5438320afeb98114caf8a9724d33014dc89 /x11-drivers/xf86-video-amdgpu | |
parent | profiles/arch/powerpc/ppc64/64le/use.mask: unmask amdgpu (diff) | |
download | gentoo-6de542009f792c615023607efb3d058fdda1e8b9.tar.gz gentoo-6de542009f792c615023607efb3d058fdda1e8b9.tar.bz2 gentoo-6de542009f792c615023607efb3d058fdda1e8b9.zip |
x11-drivers/xf86-video-amdgpu: keyword on ~ppc64
Package-Manager: Portage-2.3.71, Repoman-2.3.17
Signed-off-by: Georgy Yakovlev <gyakovlev@gentoo.org>
Diffstat (limited to 'x11-drivers/xf86-video-amdgpu')
-rw-r--r-- | x11-drivers/xf86-video-amdgpu/xf86-video-amdgpu-19.0.1.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/x11-drivers/xf86-video-amdgpu/xf86-video-amdgpu-19.0.1.ebuild b/x11-drivers/xf86-video-amdgpu/xf86-video-amdgpu-19.0.1.ebuild index 59d4c5f03f43..195ac3dbba1e 100644 --- a/x11-drivers/xf86-video-amdgpu/xf86-video-amdgpu-19.0.1.ebuild +++ b/x11-drivers/xf86-video-amdgpu/xf86-video-amdgpu-19.0.1.ebuild @@ -8,7 +8,7 @@ inherit xorg-3 if [[ ${PV} == 9999* ]]; then SRC_URI="" else - KEYWORDS="amd64 x86" + KEYWORDS="amd64 ~ppc64 x86" fi DESCRIPTION="Accelerated Open Source driver for AMDGPU cards" |