diff options
author | Mike Gilbert <floppym@gentoo.org> | 2018-06-26 13:13:37 -0400 |
---|---|---|
committer | Mike Gilbert <floppym@gentoo.org> | 2018-06-26 13:17:13 -0400 |
commit | fe80cc8f07a9bcad50929d004d12cf07673fe129 (patch) | |
tree | 1a2c326b8d4632d31a2034f45a44a4a9ad1adb17 /dev-python/llvmlite | |
parent | dev-python/prettyprinter: add missing dependency on colorful. (diff) | |
download | gentoo-fe80cc8f07a9bcad50929d004d12cf07673fe129.tar.gz gentoo-fe80cc8f07a9bcad50929d004d12cf07673fe129.tar.bz2 gentoo-fe80cc8f07a9bcad50929d004d12cf07673fe129.zip |
dev-python/llvmlite: 0.22.0 stable on amd64
Package-Manager: Portage-2.3.40_p15, Repoman-2.3.9_p247
Diffstat (limited to 'dev-python/llvmlite')
-rw-r--r-- | dev-python/llvmlite/llvmlite-0.22.0.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-python/llvmlite/llvmlite-0.22.0.ebuild b/dev-python/llvmlite/llvmlite-0.22.0.ebuild index 676fef4c0843..afdc32049ee4 100644 --- a/dev-python/llvmlite/llvmlite-0.22.0.ebuild +++ b/dev-python/llvmlite/llvmlite-0.22.0.ebuild @@ -14,7 +14,7 @@ SRC_URI="https://github.com/numba/llvmlite/archive/v${PV}.tar.gz -> ${P}.gh.tar. LICENSE="BSD" SLOT="0" -KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux" +KEYWORDS="amd64 ~x86 ~amd64-linux ~x86-linux" IUSE="examples" LLVM_MAX_SLOT=5 |