diff options
author | Arthur Zamarin <arthurzam@gentoo.org> | 2023-07-14 18:49:20 +0300 |
---|---|---|
committer | Arthur Zamarin <arthurzam@gentoo.org> | 2023-07-14 18:51:51 +0300 |
commit | d11f20102add6701692cad4666c9df413c05ca95 (patch) | |
tree | fc62db44bf7fe25f43eb4a36f5cc6a05b56d362d /dev-python/clang-python | |
parent | sys-devel/llvm-common: Stabilize 16.0.6 arm64, #908385 (diff) | |
download | gentoo-d11f20102add6701692cad4666c9df413c05ca95.tar.gz gentoo-d11f20102add6701692cad4666c9df413c05ca95.tar.bz2 gentoo-d11f20102add6701692cad4666c9df413c05ca95.zip |
dev-python/clang-python: Stabilize 16.0.6 arm64, #908385
Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>
Diffstat (limited to 'dev-python/clang-python')
-rw-r--r-- | dev-python/clang-python/clang-python-16.0.6.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-python/clang-python/clang-python-16.0.6.ebuild b/dev-python/clang-python/clang-python-16.0.6.ebuild index 35a58520f838..5b9951526538 100644 --- a/dev-python/clang-python/clang-python-16.0.6.ebuild +++ b/dev-python/clang-python/clang-python-16.0.6.ebuild @@ -11,7 +11,7 @@ HOMEPAGE="https://llvm.org/" LICENSE="Apache-2.0-with-LLVM-exceptions UoI-NCSA" SLOT="0" -KEYWORDS="amd64 ~arm ~arm64 ~x86" +KEYWORDS="amd64 ~arm arm64 ~x86" IUSE="test" RESTRICT="!test? ( test )" REQUIRED_USE="${PYTHON_REQUIRED_USE}" |