diff options
author | 2022-03-10 23:52:14 +0000 | |
---|---|---|
committer | 2022-03-10 23:52:14 +0000 | |
commit | 40a3f39a9b4a341952f09f2ecf8d344c72704ff5 (patch) | |
tree | 3b73794441f5baad1d46a12fe83ee3749e2f8124 /dev-python/clang-python | |
parent | sys-devel/clang-common: Stabilize 13.0.1 arm64, #833209 (diff) | |
download | gentoo-40a3f39a9b4a341952f09f2ecf8d344c72704ff5.tar.gz gentoo-40a3f39a9b4a341952f09f2ecf8d344c72704ff5.tar.bz2 gentoo-40a3f39a9b4a341952f09f2ecf8d344c72704ff5.zip |
dev-python/clang-python: Stabilize 13.0.1 arm64, #833209
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'dev-python/clang-python')
-rw-r--r-- | dev-python/clang-python/clang-python-13.0.1.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-python/clang-python/clang-python-13.0.1.ebuild b/dev-python/clang-python/clang-python-13.0.1.ebuild index 8cee413d1589..537d6c7988d4 100644 --- a/dev-python/clang-python/clang-python-13.0.1.ebuild +++ b/dev-python/clang-python/clang-python-13.0.1.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" REQUIRED_USE="${PYTHON_REQUIRED_USE}" RESTRICT="!test? ( test )" |