diff options
author | Michał Górny <mgorny@gentoo.org> | 2020-01-06 14:27:36 +0100 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2020-01-06 14:30:46 +0100 |
commit | 8586887c535f6273574bf677b2db9541c2e161b9 (patch) | |
tree | e264017f5cd539aad263cde5404bc19954db6cd9 /sys-libs/compiler-rt/compiler-rt-8.0.1.ebuild | |
parent | app-misc/remind: Old (diff) | |
download | gentoo-8586887c535f6273574bf677b2db9541c2e161b9.tar.gz gentoo-8586887c535f6273574bf677b2db9541c2e161b9.tar.bz2 gentoo-8586887c535f6273574bf677b2db9541c2e161b9.zip |
sys-libs/compiler-rt: Require Python only with USE=test
Closes: https://bugs.gentoo.org/704852
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'sys-libs/compiler-rt/compiler-rt-8.0.1.ebuild')
-rw-r--r-- | sys-libs/compiler-rt/compiler-rt-8.0.1.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sys-libs/compiler-rt/compiler-rt-8.0.1.ebuild b/sys-libs/compiler-rt/compiler-rt-8.0.1.ebuild index aa5a64dc369d..bad82273c129 100644 --- a/sys-libs/compiler-rt/compiler-rt-8.0.1.ebuild +++ b/sys-libs/compiler-rt/compiler-rt-8.0.1.ebuild @@ -50,7 +50,7 @@ pkg_pretend() { pkg_setup() { llvm_pkg_setup - python-any-r1_pkg_setup + use test && python-any-r1_pkg_setup } test_compiler() { |