diff options
author | Sam James <sam@gentoo.org> | 2024-07-23 14:34:06 +0100 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2024-07-23 14:34:06 +0100 |
commit | 66d970257e59778d9a21e2abd9221262dfa76003 (patch) | |
tree | ff44d6770ba68a2d489a6a2c0f6dc452bf0427ae /dev-python/clang-python | |
parent | sys-libs/llvm-libunwind: Stabilize 18.1.8 arm64, #935984 (diff) | |
download | gentoo-66d970257e59778d9a21e2abd9221262dfa76003.tar.gz gentoo-66d970257e59778d9a21e2abd9221262dfa76003.tar.bz2 gentoo-66d970257e59778d9a21e2abd9221262dfa76003.zip |
dev-python/clang-python: Stabilize 18.1.8 arm64, #935984
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'dev-python/clang-python')
-rw-r--r-- | dev-python/clang-python/clang-python-18.1.8.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-python/clang-python/clang-python-18.1.8.ebuild b/dev-python/clang-python/clang-python-18.1.8.ebuild index 4a154e3ce2db..ea8472ba126c 100644 --- a/dev-python/clang-python/clang-python-18.1.8.ebuild +++ b/dev-python/clang-python/clang-python-18.1.8.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}" |