diff options
-rw-r--r-- | conf/intel/portage/make.conf/00-python | 3 | ||||
-rw-r--r-- | conf/intel/portage/package.use/000-blender | 4 |
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 |