From a3b6fe83e9e3c7009fc01c673d88b3dcc28a5ba7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=D0=A5=D0=B8=D1=80=D0=B5=D1=86=D0=BA=D0=B8=D0=B9=20=D0=9C?= =?UTF-8?q?=D0=B8=D1=85=D0=B0=D0=B8=D0=BB?= Date: Mon, 31 May 2021 17:10:10 +0300 Subject: [PATCH] =?UTF-8?q?=D0=94=D0=BE=D0=B1=D0=B0=D0=B2=D0=BB=D0=B5?= =?UTF-8?q?=D0=BD=D0=B0=20=D0=BF=D0=BE=D0=B4=D0=B4=D0=B5=D1=80=D0=B6=D0=BA?= =?UTF-8?q?=D0=B0=20=D0=B7=D0=B0=D0=BF=D1=83=D1=81=D0=BA=D0=B0=20=D0=BA?= =?UTF-8?q?=D0=BE=D0=BC=D0=BF=D0=BE=D0=BD=D0=B5=D1=82=D0=BD=D0=BE=D0=B2=20?= =?UTF-8?q?=D1=83=D1=82=D0=B8=D0=BB=D0=B8=D1=82=20=D0=BF=D0=BE=D0=B4=20pyt?= =?UTF-8?q?hon3.10?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- eclass/calculate-utils-r12.eclass | 7 +++++++ .../sys-apps/calculate-utils/org.calculate.Core.service | 3 +++ 2 files changed, 10 insertions(+) diff --git a/eclass/calculate-utils-r12.eclass b/eclass/calculate-utils-r12.eclass index ac83b1b87..ee1d774c1 100644 --- a/eclass/calculate-utils-r12.eclass +++ b/eclass/calculate-utils-r12.eclass @@ -176,6 +176,7 @@ RDEPEND=" sys-apps/portage[python_targets_python3_7] sys-apps/portage[python_targets_python3_8] sys-apps/portage[python_targets_python3_9] + sys-apps/portage[python_targets_python3_10] ) >=virtual/udev-197 !app-misc/livecd-tools @@ -202,6 +203,12 @@ RDEPEND=" ( dev-python/pygobject[python_targets_python3_8] dev-python/dbus-python[python_targets_python3_8] ) + ( dev-python/pygobject[python_targets_python3_10] + dev-python/dbus-python[python_targets_python3_10] + ) + ( dev-python/pygobject[python_targets_python3_9] + dev-python/dbus-python[python_targets_python3_9] + ) ( dev-python/pygobject[python_targets_python3_7] dev-python/dbus-python[python_targets_python3_7] ) diff --git a/profiles/templates/3.6/2_ac_install_merge/sys-apps/calculate-utils/org.calculate.Core.service b/profiles/templates/3.6/2_ac_install_merge/sys-apps/calculate-utils/org.calculate.Core.service index 43f727b3e..d7c8064ee 100644 --- a/profiles/templates/3.6/2_ac_install_merge/sys-apps/calculate-utils/org.calculate.Core.service +++ b/profiles/templates/3.6/2_ac_install_merge/sys-apps/calculate-utils/org.calculate.Core.service @@ -13,4 +13,7 @@ Exec=/usr/bin/python3.8 /usr/libexec/calculate/cl-dbus-core.py #?pkg(dev-lang/python:3.9)!=&&pkg(dev-python/pygobject[python_targets_python3_9])!=&&pkg(dev-python/dbus-python[python_targets_python3_9])!=# Exec=/usr/bin/python3.9 /usr/libexec/calculate/cl-dbus-core.py #pkg# +#?pkg(dev-lang/python:3.10)!=&&pkg(dev-python/pygobject[python_targets_python3_10])!=&&pkg(dev-python/dbus-python[python_targets_python3_10])!=# +Exec=/usr/bin/python3.10 /usr/libexec/calculate/cl-dbus-core.py +#pkg# User=root