diff options
author | Pacho Ramos <pacho@gentoo.org> | 2016-09-17 13:09:57 +0200 |
---|---|---|
committer | Pacho Ramos <pacho@gentoo.org> | 2016-09-17 13:09:57 +0200 |
commit | 7fdfc23a0ce8372f8ce89e03f5bbb2fa4b3b5a02 (patch) | |
tree | 319d3caa535920cf169235b6bcce307bb1e1d439 /x11-drivers | |
parent | x11-drivers/xf86-input-wacom: amd64 stable, bug 579266 (diff) | |
download | gentoo-7fdfc23a0ce8372f8ce89e03f5bbb2fa4b3b5a02.tar.gz gentoo-7fdfc23a0ce8372f8ce89e03f5bbb2fa4b3b5a02.tar.bz2 gentoo-7fdfc23a0ce8372f8ce89e03f5bbb2fa4b3b5a02.zip |
x11-drivers/xf86-video-amdgpu: amd64 stable, bug 579266
Package-Manager: portage-2.3.0
RepoMan-Options: --include-arches="amd64"
Diffstat (limited to 'x11-drivers')
-rw-r--r-- | x11-drivers/xf86-video-amdgpu/xf86-video-amdgpu-1.1.0.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/x11-drivers/xf86-video-amdgpu/xf86-video-amdgpu-1.1.0.ebuild b/x11-drivers/xf86-video-amdgpu/xf86-video-amdgpu-1.1.0.ebuild index 4eb225c70527..9c8c5f94f4fb 100644 --- a/x11-drivers/xf86-video-amdgpu/xf86-video-amdgpu-1.1.0.ebuild +++ b/x11-drivers/xf86-video-amdgpu/xf86-video-amdgpu-1.1.0.ebuild @@ -9,9 +9,9 @@ inherit xorg-2 if [[ ${PV} == 9999* ]]; then XORG_EAUTORECONF=yes SRC_URI="" - KEYWORDS="x86" + KEYWORDS="amd64 x86" else - KEYWORDS="~amd64 x86" + KEYWORDS="amd64 x86" fi DESCRIPTION="Accelerated Open Source driver for AMDGPU cards" |