commit:     499a3b0f2183be2905d4e79acfdb4acf23710598
Author:     Akinori Hattori <hattya <AT> gentoo <DOT> org>
AuthorDate: Sat Oct  9 09:29:55 2021 +0000
Commit:     Akinori Hattori <hattya <AT> gentoo <DOT> org>
CommitDate: Sat Oct  9 09:29:55 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=499a3b0f

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 <AT> gentoo.org>

 app-i18n/libkkc-data/libkkc-data-0.2.7.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/app-i18n/libkkc-data/libkkc-data-0.2.7.ebuild 
b/app-i18n/libkkc-data/libkkc-data-0.2.7.ebuild
index eff62dbe39f..cde6550d244 100644
--- a/app-i18n/libkkc-data/libkkc-data-0.2.7.ebuild
+++ b/app-i18n/libkkc-data/libkkc-data-0.2.7.ebuild
@@ -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 )

Reply via email to