diff options
author | 2018-03-09 16:37:45 +0100 | |
---|---|---|
committer | 2018-03-09 16:46:27 +0100 | |
commit | 29522693ced2a894051ab9829e320c2847f2a46b (patch) | |
tree | 82c249b8e5506786aa3f96f22efba9d9b29505ad /dev-python/clang-python | |
parent | sys-devel/clang: Dekeyword ~arm* due to deps (diff) | |
download | gentoo-29522693ced2a894051ab9829e320c2847f2a46b.tar.gz gentoo-29522693ced2a894051ab9829e320c2847f2a46b.tar.bz2 gentoo-29522693ced2a894051ab9829e320c2847f2a46b.zip |
dev-python/clang-python: Dekeyword ~arm* due to deps
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 cb74bea6621b..5ed21cd33b64 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}" |