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 | |
parent | 77d6a707fcd1d0dd0ea8967575f7926cc0a1df87 (diff) | |
download | gentoo-7fdfc23a0ce8372f8ce89e03f5bbb2fa4b3b5a02.tar.gz gentoo-7fdfc23a0ce8372f8ce89e03f5bbb2fa4b3b5a02.tar.xz |
x11-drivers/xf86-video-amdgpu: amd64 stable, bug 579266
Package-Manager: portage-2.3.0
RepoMan-Options: --include-arches="amd64"
-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 4eb225c7052..9c8c5f94f4f 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" |