diff options
author | Michał Górny <mgorny@gentoo.org> | 2018-03-13 18:35:49 +0100 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2018-03-13 18:40:48 +0100 |
commit | 3bc6666ea0efea73297366f29c693f6072fe7f55 (patch) | |
tree | 188f6f7f8886539c689d680f84c4d0bcbe98a00d /dev-python/clang-python | |
parent | sys-devel/clang: Restore ~arm64 keywords, bug #650024 (diff) | |
download | gentoo-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.ebuild | 2 |
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}" |