diff options
author | Agostino Sarubbo <ago@gentoo.org> | 2021-01-21 08:37:14 +0100 |
---|---|---|
committer | Agostino Sarubbo <ago@gentoo.org> | 2021-01-21 08:37:14 +0100 |
commit | 94c0f87b915e61d973a7e2ec632b390d6a41b39e (patch) | |
tree | a11df00a7cfee90790b124deef9f1a68fab5c43d /dev-python/llvmlite | |
parent | dev-python/mkdocs: amd64/x86 stable (ALLARCHES policy) wrt bug #763732 (diff) | |
download | gentoo-94c0f87b915e61d973a7e2ec632b390d6a41b39e.tar.gz gentoo-94c0f87b915e61d973a7e2ec632b390d6a41b39e.tar.bz2 gentoo-94c0f87b915e61d973a7e2ec632b390d6a41b39e.zip |
dev-python/llvmlite: amd64 stable wrt bug #763738
Package-Manager: Portage-3.0.9, Repoman-3.0.2
RepoMan-Options: --include-arches="amd64"
Signed-off-by: Agostino Sarubbo <ago@gentoo.org>
Diffstat (limited to 'dev-python/llvmlite')
-rw-r--r-- | dev-python/llvmlite/llvmlite-0.35.0.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-python/llvmlite/llvmlite-0.35.0.ebuild b/dev-python/llvmlite/llvmlite-0.35.0.ebuild index 3fa3c11d9cb7..b1e69e989105 100644 --- a/dev-python/llvmlite/llvmlite-0.35.0.ebuild +++ b/dev-python/llvmlite/llvmlite-0.35.0.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2020 Gentoo Authors +# Copyright 1999-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 @@ -14,7 +14,7 @@ S=${WORKDIR}/${P/_/} LICENSE="BSD" SLOT="0" -KEYWORDS="~amd64 ~arm ~arm64 ~x86 ~amd64-linux ~x86-linux" +KEYWORDS="amd64 ~arm ~arm64 ~x86 ~amd64-linux ~x86-linux" IUSE="examples" LLVM_MAX_SLOT=10 |