summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDavid Seifert <soap@gentoo.org>2021-07-17 20:14:55 +0200
committerDavid Seifert <soap@gentoo.org>2021-07-17 20:14:55 +0200
commita33d8fcd118e8731f67e0d2ea8bcf5ec5f541604 (patch)
treea0ec89bcf7c070633a4b62c3562c51512da174ff
parentapp-i18n/ibus-hangul: PYTHON_MULTI_USEDEP -> PYTHON_USEDEP (diff)
downloadgentoo-a33d8fcd118e8731f67e0d2ea8bcf5ec5f541604.tar.gz
gentoo-a33d8fcd118e8731f67e0d2ea8bcf5ec5f541604.tar.bz2
gentoo-a33d8fcd118e8731f67e0d2ea8bcf5ec5f541604.zip
app-i18n/ibus-libpinyin: PYTHON_MULTI_USEDEP -> PYTHON_USEDEP
Signed-off-by: David Seifert <soap@gentoo.org>
-rw-r--r--app-i18n/ibus-libpinyin/ibus-libpinyin-1.11.92-r1.ebuild8
1 files changed, 4 insertions, 4 deletions
diff --git a/app-i18n/ibus-libpinyin/ibus-libpinyin-1.11.92-r1.ebuild b/app-i18n/ibus-libpinyin/ibus-libpinyin-1.11.92-r1.ebuild
index 4e73913398da..e60f8ad835a4 100644
--- a/app-i18n/ibus-libpinyin/ibus-libpinyin-1.11.92-r1.ebuild
+++ b/app-i18n/ibus-libpinyin/ibus-libpinyin-1.11.92-r1.ebuild
@@ -1,9 +1,9 @@
-# Copyright 2015-2020 Gentoo Authors
+# Copyright 2015-2021 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI="7"
LUA_COMPAT=(lua{5-1,5-2,5-3})
-PYTHON_COMPAT=(python{3_7,3_8,3_9})
+PYTHON_COMPAT=(python{3_8,3_9})
inherit autotools gnome2-utils lua-single python-single-r1
@@ -27,8 +27,8 @@ DEPEND="${PYTHON_DEPS}
dev-libs/glib:2
virtual/libintl
$(python_gen_cond_dep '
- app-i18n/ibus[python(+),${PYTHON_MULTI_USEDEP}]
- dev-python/pygobject:3[${PYTHON_MULTI_USEDEP}]
+ app-i18n/ibus[python(+),${PYTHON_USEDEP}]
+ dev-python/pygobject:3[${PYTHON_USEDEP}]
')
boost? ( dev-libs/boost:= )
lua? ( ${LUA_DEPS} )