diff options
author | David Seifert <soap@gentoo.org> | 2021-07-17 20:17:15 +0200 |
---|---|---|
committer | David Seifert <soap@gentoo.org> | 2021-07-17 20:17:15 +0200 |
commit | e72d58941dcccfbdc8428112b9c76cf9af7e52ec (patch) | |
tree | 4f4e7dbd472b87068e69507f3d0c224d10fb41a4 /sys-apps/tuned | |
parent | sys-apps/onerng: PYTHON_MULTI_USEDEP -> PYTHON_USEDEP (diff) | |
download | gentoo-e72d58941dcccfbdc8428112b9c76cf9af7e52ec.tar.gz gentoo-e72d58941dcccfbdc8428112b9c76cf9af7e52ec.tar.bz2 gentoo-e72d58941dcccfbdc8428112b9c76cf9af7e52ec.zip |
sys-apps/tuned: PYTHON_MULTI_USEDEP -> PYTHON_USEDEP
Signed-off-by: David Seifert <soap@gentoo.org>
Diffstat (limited to 'sys-apps/tuned')
-rw-r--r-- | sys-apps/tuned/tuned-2.15.0-r1.ebuild | 14 |
1 files changed, 7 insertions, 7 deletions
diff --git a/sys-apps/tuned/tuned-2.15.0-r1.ebuild b/sys-apps/tuned/tuned-2.15.0-r1.ebuild index e39575c6a99e..050ad815152f 100644 --- a/sys-apps/tuned/tuned-2.15.0-r1.ebuild +++ b/sys-apps/tuned/tuned-2.15.0-r1.ebuild @@ -3,7 +3,7 @@ EAPI=7 -PYTHON_COMPAT=( python3_{7,8,9} ) +PYTHON_COMPAT=( python3_{8,9} ) inherit python-single-r1 xdg-utils @@ -20,12 +20,12 @@ REQUIRED_USE="${PYTHON_REQUIRED_USE}" DEPEND=" ${PYTHON_DEPS} $(python_gen_cond_dep ' - dev-python/configobj[${PYTHON_MULTI_USEDEP}] - dev-python/decorator[${PYTHON_MULTI_USEDEP}] - dev-python/pyudev[${PYTHON_MULTI_USEDEP}] - dev-python/dbus-python[${PYTHON_MULTI_USEDEP}] - dev-python/pygobject:3[${PYTHON_MULTI_USEDEP}] - dev-python/python-linux-procfs[${PYTHON_MULTI_USEDEP}] + dev-python/configobj[${PYTHON_USEDEP}] + dev-python/decorator[${PYTHON_USEDEP}] + dev-python/pyudev[${PYTHON_USEDEP}] + dev-python/dbus-python[${PYTHON_USEDEP}] + dev-python/pygobject:3[${PYTHON_USEDEP}] + dev-python/python-linux-procfs[${PYTHON_USEDEP}] ')" RDEPEND=" |