diff options
author | Mikle Kolyada <zlogene@gentoo.org> | 2018-01-18 01:12:26 +0300 |
---|---|---|
committer | Mikle Kolyada <zlogene@gentoo.org> | 2018-01-18 01:14:08 +0300 |
commit | 05398e95ce2f37e82e9d488951b7183191cf2e59 (patch) | |
tree | d45b4aae82976eb727d0482c1ca93526fa4bf865 /dev-python | |
parent | sys-devel/clang: amd64 stable wrt bug #644814 (diff) | |
download | gentoo-05398e95ce2f37e82e9d488951b7183191cf2e59.tar.gz gentoo-05398e95ce2f37e82e9d488951b7183191cf2e59.tar.bz2 gentoo-05398e95ce2f37e82e9d488951b7183191cf2e59.zip |
dev-python/llvmlite: amd64 stable wrt bug #644814
Package-Manager: Portage-2.3.19, Repoman-2.3.6
Diffstat (limited to 'dev-python')
-rw-r--r-- | dev-python/llvmlite/llvmlite-0.21.0.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-python/llvmlite/llvmlite-0.21.0.ebuild b/dev-python/llvmlite/llvmlite-0.21.0.ebuild index 957abcd36342..714971bdf14d 100644 --- a/dev-python/llvmlite/llvmlite-0.21.0.ebuild +++ b/dev-python/llvmlite/llvmlite-0.21.0.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2017 Gentoo Foundation +# Copyright 1999-2018 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 EAPI=6 @@ -13,7 +13,7 @@ SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz" LICENSE="BSD" SLOT="0" -KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux" +KEYWORDS="amd64 ~x86 ~amd64-linux ~x86-linux" IUSE="examples" LLVM_MAX_SLOT=5 |