diff options
author | Michał Górny <mgorny@gentoo.org> | 2018-03-09 16:37:45 +0100 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2018-03-09 16:46:27 +0100 |
commit | 29522693ced2a894051ab9829e320c2847f2a46b (patch) | |
tree | 82c249b8e5506786aa3f96f22efba9d9b29505ad /dev-python/clang-python/clang-python-6.0.0.ebuild | |
parent | 4d18f587e9eb587e50e69b2cc12737a11499846f (diff) | |
download | gentoo-29522693ced2a894051ab9829e320c2847f2a46b.tar.gz gentoo-29522693ced2a894051ab9829e320c2847f2a46b.tar.xz |
dev-python/clang-python: Dekeyword ~arm* due to deps
Diffstat (limited to 'dev-python/clang-python/clang-python-6.0.0.ebuild')
-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 cb74bea6621..5ed21cd33b6 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 ~arm64 ~x86" +KEYWORDS="~amd64 ~x86" IUSE="test" RESTRICT="!test? ( test )" REQUIRED_USE="${PYTHON_REQUIRED_USE}" |