mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-09-24 04:59:14 -07:00
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:
@@ -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 )
|
||||
|
||||
Reference in New Issue
Block a user