diff options
author | 2024-12-13 11:28:35 -0500 | |
---|---|---|
committer | 2024-12-13 11:28:35 -0500 | |
commit | cf57b1e48287829e34897866de3b22f8b6b2bb71 (patch) | |
tree | e12082a4d1cfeb8a187ad489df0e71b6950b697e | |
parent | milou: build app-editors/zed (diff) | |
download | binhost-cf57b1e48287829e34897866de3b22f8b6b2bb71.tar.gz binhost-cf57b1e48287829e34897866de3b22f8b6b2bb71.tar.bz2 binhost-cf57b1e48287829e34897866de3b22f8b6b2bb71.zip |
python3both: fix server USE for clang...
Signed-off-by: Eli Schwartz <eschwartz@gentoo.org>
-rw-r--r-- | builders/milou/server-23/portage/variants/python3both/package.use/python3both | 2 | ||||
-rw-r--r-- | builders/milou/server-v3-23/portage/variants/python3both/package.use/python3both | 2 |
2 files changed, 4 insertions, 0 deletions
diff --git a/builders/milou/server-23/portage/variants/python3both/package.use/python3both b/builders/milou/server-23/portage/variants/python3both/package.use/python3both index ddf9d11..3c8a9f7 100644 --- a/builders/milou/server-23/portage/variants/python3both/package.use/python3both +++ b/builders/milou/server-23/portage/variants/python3both/package.use/python3both @@ -1,2 +1,4 @@ # unavailable for 3.13 +llvm-core/clang:16 PYTHON_SINGLE_TARGET: python3_12 +llvm-core/clang:17 PYTHON_SINGLE_TARGET: python3_12 sys-apps/systemd-utils PYTHON_SINGLE_TARGET: python3_12 diff --git a/builders/milou/server-v3-23/portage/variants/python3both/package.use/python3both b/builders/milou/server-v3-23/portage/variants/python3both/package.use/python3both index ddf9d11..3c8a9f7 100644 --- a/builders/milou/server-v3-23/portage/variants/python3both/package.use/python3both +++ b/builders/milou/server-v3-23/portage/variants/python3both/package.use/python3both @@ -1,2 +1,4 @@ # unavailable for 3.13 +llvm-core/clang:16 PYTHON_SINGLE_TARGET: python3_12 +llvm-core/clang:17 PYTHON_SINGLE_TARGET: python3_12 sys-apps/systemd-utils PYTHON_SINGLE_TARGET: python3_12 |