diff options
author | V3n3RiX <venerix@koprulu.sector> | 2022-07-12 00:17:56 +0100 |
---|---|---|
committer | V3n3RiX <venerix@koprulu.sector> | 2022-07-12 00:17:56 +0100 |
commit | ac0be2e14e6fc6ca436bc59359975f92b2e395c9 (patch) | |
tree | 9b28ef16ee947334a53dd0288ffb802cc4bbfe96 | |
parent | 41196abc5e7de995dd747ce4d95fcfeed23d75c0 (diff) |
switch the default python interpretor to v3.10
3 files changed, 3 insertions, 8 deletions
diff --git a/conf/intel/portage/make.conf/00-python.conf b/conf/intel/portage/make.conf/00-python.conf index 6af4137..bba1eec 100644 --- a/conf/intel/portage/make.conf/00-python.conf +++ b/conf/intel/portage/make.conf/00-python.conf @@ -1,5 +1,5 @@ # This file has been automatically generated, do not edit. -USE_PYTHON="3.9" -PYTHON_TARGETS="python3_9" -PYTHON_SINGLE_TARGET="python3_9" +USE_PYTHON="3.10" +PYTHON_TARGETS="python3_10" +PYTHON_SINGLE_TARGET="python3_10" diff --git a/conf/intel/portage/package.accept_keywords/00-media-gfx.package.keywords b/conf/intel/portage/package.accept_keywords/00-media-gfx.package.keywords deleted file mode 100644 index 9754892..0000000 --- a/conf/intel/portage/package.accept_keywords/00-media-gfx.package.keywords +++ /dev/null @@ -1,3 +0,0 @@ -# This file has been automatically generated, do not edit. - -media-gfx/blender -~amd64 diff --git a/conf/intel/portage/package.mask/00-dev-lang.package.mask b/conf/intel/portage/package.mask/00-dev-lang.package.mask index 5e12148..dca8c08 100644 --- a/conf/intel/portage/package.mask/00-dev-lang.package.mask +++ b/conf/intel/portage/package.mask/00-dev-lang.package.mask @@ -1,5 +1,3 @@ # This file has been automatically generated, do not edit. -dev-lang/python:3.10::gentoo dev-lang/python:3.11::gentoo -dev-lang/rust:stable/1.60::gentoo |