diff options
author | 2021-06-18 23:26:25 +0100 | |
---|---|---|
committer | 2021-06-18 23:26:25 +0100 | |
commit | f7e8fa1614cd8b5494e863709f7907f169188665 (patch) | |
tree | c6b58cefa70a973b73e486488a7cc2f72712b547 /dev-python/clang-python | |
parent | sys-devel/clang: Stabilize 12.0.0-r1 amd64, #796215 (diff) | |
download | gentoo-f7e8fa1614cd8b5494e863709f7907f169188665.tar.gz gentoo-f7e8fa1614cd8b5494e863709f7907f169188665.tar.bz2 gentoo-f7e8fa1614cd8b5494e863709f7907f169188665.zip |
dev-python/clang-python: Stabilize 12.0.0 amd64, #796215
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'dev-python/clang-python')
-rw-r--r-- | dev-python/clang-python/clang-python-12.0.0.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-python/clang-python/clang-python-12.0.0.ebuild b/dev-python/clang-python/clang-python-12.0.0.ebuild index 5999d3c28201..2a31d118bb91 100644 --- a/dev-python/clang-python/clang-python-12.0.0.ebuild +++ b/dev-python/clang-python/clang-python-12.0.0.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 )" |