diff options
author | Sam James <sam@gentoo.org> | 2024-12-06 21:49:49 +0000 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2024-12-06 21:51:58 +0000 |
commit | 11868df0f0fa5e1dfb2aa62bdec0358c9b8ddeec (patch) | |
tree | 983c05397519f9742d51f0fdff29d54f38e29ea9 /dev-python/clang-python | |
parent | sys-devel/llvmgold: Stabilize 19 arm64, #945145 (diff) | |
download | gentoo-11868df0f0fa5e1dfb2aa62bdec0358c9b8ddeec.tar.gz gentoo-11868df0f0fa5e1dfb2aa62bdec0358c9b8ddeec.tar.bz2 gentoo-11868df0f0fa5e1dfb2aa62bdec0358c9b8ddeec.zip |
dev-python/clang-python: Stabilize 19.1.4 arm64, #945145
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'dev-python/clang-python')
-rw-r--r-- | dev-python/clang-python/clang-python-19.1.4.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-python/clang-python/clang-python-19.1.4.ebuild b/dev-python/clang-python/clang-python-19.1.4.ebuild index 4a154e3ce2db..ea8472ba126c 100644 --- a/dev-python/clang-python/clang-python-19.1.4.ebuild +++ b/dev-python/clang-python/clang-python-19.1.4.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}" |