Skip to content

Commit

Permalink
app-i18n/ibus-pinyin: PYTHON_MULTI_USEDEP -> PYTHON_USEDEP
Browse files Browse the repository at this point in the history
Signed-off-by: David Seifert <[email protected]>
  • Loading branch information
SoapGentoo committed Jul 17, 2021
1 parent a33d8fc commit 6c7f328
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions app-i18n/ibus-pinyin/ibus-pinyin-1.5.0-r4.ebuild
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand All @@ -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} )
Expand Down

0 comments on commit 6c7f328

Please sign in to comment.