summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorV3n3RiX <venerix@koprulu.sector>2024-09-29 00:31:22 +0100
committerV3n3RiX <venerix@koprulu.sector>2024-09-29 00:31:22 +0100
commit86e872b580acec0b523f9b6289338a6c6d57c630 (patch)
tree3faa60e6c1634470c7bfa6f7667240a25fa16b7f
parent578db381d84daeee0507829407633f4eb7511809 (diff)
allow multiple python_targets
-rw-r--r--conf/intel/portage/make.conf/00-python3
-rw-r--r--conf/intel/portage/package.use/000-blender4
2 files changed, 5 insertions, 2 deletions
diff --git a/conf/intel/portage/make.conf/00-python b/conf/intel/portage/make.conf/00-python
index 9b96bb3..b978607 100644
--- a/conf/intel/portage/make.conf/00-python
+++ b/conf/intel/portage/make.conf/00-python
@@ -1,5 +1,4 @@
# This file has been automatically generated, do not edit.
-USE_PYTHON="3.11"
-PYTHON_TARGETS="python3_11"
+PYTHON_TARGETS="python3_10 python3_11"
PYTHON_SINGLE_TARGET="python3_11"
diff --git a/conf/intel/portage/package.use/000-blender b/conf/intel/portage/package.use/000-blender
new file mode 100644
index 0000000..2cd30a5
--- /dev/null
+++ b/conf/intel/portage/package.use/000-blender
@@ -0,0 +1,4 @@
+# This file has been automatically generated, do not edit.
+
+media-gfx/blender:3.6 PYTHON_SINGLE_TARGET: python3_10 -python3_11
+media-gfx/blender:4.0 PYTHON_SINGLE_TARGET: python3_10 -python3_11