diff options
author | David Seifert <soap@gentoo.org> | 2021-07-17 20:14:39 +0200 |
---|---|---|
committer | David Seifert <soap@gentoo.org> | 2021-07-17 20:14:39 +0200 |
commit | 6d9d459bd5c943447f561783e2e025ce7430fc21 (patch) | |
tree | 2c812aec8da8d8fe859796de420cfd9013d699a3 /app-accessibility | |
parent | dev-util/spirv-tools: fix gentoo prefix cmake configure issue (diff) | |
download | gentoo-6d9d459bd5c943447f561783e2e025ce7430fc21.tar.gz gentoo-6d9d459bd5c943447f561783e2e025ce7430fc21.tar.bz2 gentoo-6d9d459bd5c943447f561783e2e025ce7430fc21.zip |
app-accessibility/orca: PYTHON_MULTI_USEDEP -> PYTHON_USEDEP
Signed-off-by: David Seifert <soap@gentoo.org>
Diffstat (limited to 'app-accessibility')
-rw-r--r-- | app-accessibility/orca/orca-40.0.ebuild | 16 |
1 files changed, 8 insertions, 8 deletions
diff --git a/app-accessibility/orca/orca-40.0.ebuild b/app-accessibility/orca/orca-40.0.ebuild index 77a3754d3af5..64f62b0d74a3 100644 --- a/app-accessibility/orca/orca-40.0.ebuild +++ b/app-accessibility/orca/orca-40.0.ebuild @@ -2,7 +2,7 @@ # Distributed under the terms of the GNU General Public License v2 EAPI=7 -PYTHON_COMPAT=( python3_{7..9} ) +PYTHON_COMPAT=( python3_{8..9} ) PYTHON_REQ_USE="threads(+)" inherit gnome2 python-single-r1 @@ -25,22 +25,22 @@ DEPEND="${PYTHON_DEPS} media-libs/gstreamer:1.0[introspection] >=x11-libs/gtk+-3.6.2:3[introspection] $(python_gen_cond_dep ' - dev-python/gst-python:1.0[${PYTHON_MULTI_USEDEP}] - >=dev-python/pygobject-3.18:3[${PYTHON_MULTI_USEDEP}] + dev-python/gst-python:1.0[${PYTHON_USEDEP}] + >=dev-python/pygobject-3.18:3[${PYTHON_USEDEP}] ') braille? ( $(python_gen_cond_dep ' - >=app-accessibility/brltty-5.0-r3[python,${PYTHON_MULTI_USEDEP}] - dev-libs/liblouis[python,${PYTHON_MULTI_USEDEP}] + >=app-accessibility/brltty-5.0-r3[python,${PYTHON_USEDEP}] + dev-libs/liblouis[python,${PYTHON_USEDEP}] ') ) " RDEPEND="${DEPEND} dev-libs/atk[introspection] $(python_gen_cond_dep ' - >=app-accessibility/speech-dispatcher-0.8[python,${PYTHON_MULTI_USEDEP}] - >=dev-python/pyatspi-2.36[${PYTHON_MULTI_USEDEP}] - dev-python/setproctitle[${PYTHON_MULTI_USEDEP}] + >=app-accessibility/speech-dispatcher-0.8[python,${PYTHON_USEDEP}] + >=dev-python/pyatspi-2.36[${PYTHON_USEDEP}] + dev-python/setproctitle[${PYTHON_USEDEP}] ') x11-libs/libwnck:3[introspection] x11-libs/pango[introspection] |