app-i18n/libkkc-data: add missing dependency

Closes: https://bugs.gentoo.org/817134
Package-Manager: Portage-3.0.20, Repoman-3.0.3
Signed-off-by: Akinori Hattori <hattya@gentoo.org>
This commit is contained in:
Akinori Hattori
2021-10-09 18:29:55 +09:00
parent 01960b266d
commit 499a3b0f21

View File

@@ -2,7 +2,7 @@
# Distributed under the terms of the GNU General Public License v2
EAPI="7"
PYTHON_COMPAT=( python3_{7..10} )
PYTHON_COMPAT=( python3_{7..9} )
inherit python-any-r1
@@ -15,6 +15,6 @@ SLOT="0"
KEYWORDS="~amd64 ~x86"
RDEPEND=""
BDEPEND="${PYTHON_DEPS}"
BDEPEND="$(python_gen_any_dep 'dev-libs/marisa[python,${PYTHON_USEDEP}]')"
PATCHES=( "${FILESDIR}"/${PN}-python3.patch )