diff options
author | Michał Górny <mgorny@gentoo.org> | 2018-07-07 22:30:59 +0200 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2018-07-09 18:51:28 +0200 |
commit | 6119278b32682dab88d86fec85535baa0bc6b207 (patch) | |
tree | 063814b5a7d06371602c0ca82c6292ed75c3afff /virtual/opencl | |
parent | app-emulation/img: Remove old (diff) | |
download | gentoo-6119278b32682dab88d86fec85535baa0bc6b207.tar.gz gentoo-6119278b32682dab88d86fec85535baa0bc6b207.tar.bz2 gentoo-6119278b32682dab88d86fec85535baa0bc6b207.zip |
virtual/opencl: Remove ~arm64 kw
Diffstat (limited to 'virtual/opencl')
-rw-r--r-- | virtual/opencl/opencl-0-r5.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/virtual/opencl/opencl-0-r5.ebuild b/virtual/opencl/opencl-0-r5.ebuild index 1a2a88c90322..2fc414440c61 100644 --- a/virtual/opencl/opencl-0-r5.ebuild +++ b/virtual/opencl/opencl-0-r5.ebuild @@ -7,7 +7,7 @@ inherit multilib-build DESCRIPTION="Virtual for OpenCL implementations" SLOT="0" -KEYWORDS="amd64 ~arm64 x86" +KEYWORDS="amd64 x86" CARDS=( amdgpu i965 nvidia ) IUSE="${CARDS[@]/#/video_cards_}" |