summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDavid Seifert <soap@gentoo.org>2021-07-17 20:14:56 +0200
committerDavid Seifert <soap@gentoo.org>2021-07-17 20:14:56 +0200
commit6c7f32891bf7871b74270987a859761304db134c (patch)
tree290d52899f9d1199e3082f1f03589ebb9c604247 /app-i18n
parentapp-i18n/ibus-libpinyin: PYTHON_MULTI_USEDEP -> PYTHON_USEDEP (diff)
downloadgentoo-6c7f32891bf7871b74270987a859761304db134c.tar.gz
gentoo-6c7f32891bf7871b74270987a859761304db134c.tar.bz2
gentoo-6c7f32891bf7871b74270987a859761304db134c.zip
app-i18n/ibus-pinyin: PYTHON_MULTI_USEDEP -> PYTHON_USEDEP
Signed-off-by: David Seifert <soap@gentoo.org>
Diffstat (limited to 'app-i18n')
-rw-r--r--app-i18n/ibus-pinyin/ibus-pinyin-1.5.0-r4.ebuild6
1 files changed, 3 insertions, 3 deletions
diff --git a/app-i18n/ibus-pinyin/ibus-pinyin-1.5.0-r4.ebuild b/app-i18n/ibus-pinyin/ibus-pinyin-1.5.0-r4.ebuild
index 5344bb6d677e..e41e4c2243f0 100644
--- a/app-i18n/ibus-pinyin/ibus-pinyin-1.5.0-r4.ebuild
+++ b/app-i18n/ibus-pinyin/ibus-pinyin-1.5.0-r4.ebuild
@@ -3,7 +3,7 @@
EAPI=7
LUA_COMPAT=(lua5-1)
-PYTHON_COMPAT=(python3_{7,8,9})
+PYTHON_COMPAT=(python3_{8,9})
inherit autotools lua-single python-single-r1
@@ -22,8 +22,8 @@ RDEPEND="${PYTHON_DEPS}
app-i18n/pyzy
dev-db/sqlite:3
$(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} )