summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichał Górny <mgorny@gentoo.org>2018-03-13 18:35:49 +0100
committerMichał Górny <mgorny@gentoo.org>2018-03-13 18:40:48 +0100
commit3bc6666ea0efea73297366f29c693f6072fe7f55 (patch)
tree188f6f7f8886539c689d680f84c4d0bcbe98a00d /dev-python/clang-python
parentsys-devel/clang: Restore ~arm64 keywords, bug #650024 (diff)
downloadgentoo-3bc6666ea0efea73297366f29c693f6072fe7f55.tar.gz
gentoo-3bc6666ea0efea73297366f29c693f6072fe7f55.tar.bz2
gentoo-3bc6666ea0efea73297366f29c693f6072fe7f55.zip
dev-python/clang-python: Restore ~arm64 keywords, bug #650024
Diffstat (limited to 'dev-python/clang-python')
-rw-r--r--dev-python/clang-python/clang-python-6.0.0.ebuild2
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-python/clang-python/clang-python-6.0.0.ebuild b/dev-python/clang-python/clang-python-6.0.0.ebuild
index 4db0c9f8932a..6abf574e9b93 100644
--- a/dev-python/clang-python/clang-python-6.0.0.ebuild
+++ b/dev-python/clang-python/clang-python-6.0.0.ebuild
@@ -13,7 +13,7 @@ SRC_URI="https://releases.llvm.org/${PV/_//}/${MY_P}.tar.xz"
LICENSE="UoI-NCSA"
SLOT="0"
-KEYWORDS="~amd64 ~x86 ~amd64-fbsd"
+KEYWORDS="~amd64 ~arm64 ~x86 ~amd64-fbsd"
IUSE="test"
RESTRICT="!test? ( test )"
REQUIRED_USE="${PYTHON_REQUIRED_USE}"