summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDavid Seifert <soap@gentoo.org>2021-07-17 20:14:57 +0200
committerDavid Seifert <soap@gentoo.org>2021-07-17 20:14:57 +0200
commit61f48738ac1a86edf612c2d5e01e7a3eef972540 (patch)
tree4289884b060068ed36ba2fe73775ffaf40df1a4d /app-i18n
parentapp-i18n/ibus-pinyin: PYTHON_MULTI_USEDEP -> PYTHON_USEDEP (diff)
downloadgentoo-61f48738ac1a86edf612c2d5e01e7a3eef972540.tar.gz
gentoo-61f48738ac1a86edf612c2d5e01e7a3eef972540.tar.bz2
gentoo-61f48738ac1a86edf612c2d5e01e7a3eef972540.zip
app-i18n/ibus-sunpinyin: PYTHON_MULTI_USEDEP -> PYTHON_USEDEP
Signed-off-by: David Seifert <soap@gentoo.org>
Diffstat (limited to 'app-i18n')
-rw-r--r--app-i18n/ibus-sunpinyin/ibus-sunpinyin-2.0.4_pre20200306162733.ebuild8
1 files changed, 4 insertions, 4 deletions
diff --git a/app-i18n/ibus-sunpinyin/ibus-sunpinyin-2.0.4_pre20200306162733.ebuild b/app-i18n/ibus-sunpinyin/ibus-sunpinyin-2.0.4_pre20200306162733.ebuild
index b9a204750900..119bebaa5ab6 100644
--- a/app-i18n/ibus-sunpinyin/ibus-sunpinyin-2.0.4_pre20200306162733.ebuild
+++ b/app-i18n/ibus-sunpinyin/ibus-sunpinyin-2.0.4_pre20200306162733.ebuild
@@ -1,8 +1,8 @@
-# Copyright 2009-2020 Gentoo Authors
+# Copyright 2009-2021 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI="7"
-PYTHON_COMPAT=(python{3_7,3_8,3_9})
+PYTHON_COMPAT=(python{3_8,3_9})
inherit python-single-r1 scons-utils toolchain-funcs
@@ -44,8 +44,8 @@ RDEPEND="${DEPEND}
gui? (
${PYTHON_DEPS}
$(python_gen_cond_dep '
- app-i18n/ibus[introspection,python,${PYTHON_MULTI_USEDEP}]
- dev-python/pygobject[${PYTHON_MULTI_USEDEP}]
+ app-i18n/ibus[introspection,python,${PYTHON_USEDEP}]
+ dev-python/pygobject[${PYTHON_USEDEP}]
')
x11-libs/gtk+:3[introspection]
)"