diff options
author | Agostino Sarubbo <ago@gentoo.org> | 2019-09-10 09:09:24 +0200 |
---|---|---|
committer | Agostino Sarubbo <ago@gentoo.org> | 2019-09-10 09:09:24 +0200 |
commit | 9f389cbac004edaad329fd72b3d00bf158ea586f (patch) | |
tree | 5ff229e84c0512038f1eaf17e41203dc873cc295 /dev-python/llvmlite | |
parent | dev-python/lit: x86 stable wrt bug #693856 (diff) | |
download | gentoo-9f389cbac004edaad329fd72b3d00bf158ea586f.tar.gz gentoo-9f389cbac004edaad329fd72b3d00bf158ea586f.tar.bz2 gentoo-9f389cbac004edaad329fd72b3d00bf158ea586f.zip |
dev-python/llvmlite: x86 stable wrt bug #693856
Package-Manager: Portage-2.3.69, Repoman-2.3.16
RepoMan-Options: --include-arches="x86"
Signed-off-by: Agostino Sarubbo <ago@gentoo.org>
Diffstat (limited to 'dev-python/llvmlite')
-rw-r--r-- | dev-python/llvmlite/llvmlite-0.29.0.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-python/llvmlite/llvmlite-0.29.0.ebuild b/dev-python/llvmlite/llvmlite-0.29.0.ebuild index d743fe38f83f..e0b95a886534 100644 --- a/dev-python/llvmlite/llvmlite-0.29.0.ebuild +++ b/dev-python/llvmlite/llvmlite-0.29.0.ebuild @@ -13,7 +13,7 @@ SRC_URI="https://github.com/numba/llvmlite/archive/v${PV/_/}.tar.gz -> ${P/_/}.g LICENSE="BSD" SLOT="0" -KEYWORDS="amd64 ~arm64 ~x86 ~amd64-linux ~x86-linux" +KEYWORDS="amd64 ~arm64 x86 ~amd64-linux ~x86-linux" IUSE="examples" LLVM_MAX_SLOT=8 |