diff options
author | Sam James <sam@gentoo.org> | 2024-01-12 09:22:22 +0000 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2024-01-12 09:22:22 +0000 |
commit | 67a927d066b26d74c30133b8a857e41e177c058b (patch) | |
tree | ca02d5ee72445e0966f95247443056b78e5e5cf6 /dev-python | |
parent | sys-devel/clang-toolchain-symlinks: Stabilize 17 amd64, #920044 (diff) | |
download | gentoo-67a927d066b26d74c30133b8a857e41e177c058b.tar.gz gentoo-67a927d066b26d74c30133b8a857e41e177c058b.tar.bz2 gentoo-67a927d066b26d74c30133b8a857e41e177c058b.zip |
dev-python/clang-python: Stabilize 17.0.6 amd64, #920044
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'dev-python')
-rw-r--r-- | dev-python/clang-python/clang-python-17.0.6.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-python/clang-python/clang-python-17.0.6.ebuild b/dev-python/clang-python/clang-python-17.0.6.ebuild index d4a2cc4e8854..fcc155a74265 100644 --- a/dev-python/clang-python/clang-python-17.0.6.ebuild +++ b/dev-python/clang-python/clang-python-17.0.6.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2023 Gentoo Authors +# Copyright 1999-2024 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 @@ -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}" |