Gentoo Archives: gentoo-commits

From: Akinori Hattori <hattya@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: app-i18n/libkkc-data/
Date: Sat, 09 Oct 2021 09:30:35
Message-Id: 1633771795.499a3b0f2183be2905d4e79acfdb4acf23710598.hattya@gentoo
1 commit: 499a3b0f2183be2905d4e79acfdb4acf23710598
2 Author: Akinori Hattori <hattya <AT> gentoo <DOT> org>
3 AuthorDate: Sat Oct 9 09:29:55 2021 +0000
4 Commit: Akinori Hattori <hattya <AT> gentoo <DOT> org>
5 CommitDate: Sat Oct 9 09:29:55 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=499a3b0f
7
8 app-i18n/libkkc-data: add missing dependency
9
10 Closes: https://bugs.gentoo.org/817134
11 Package-Manager: Portage-3.0.20, Repoman-3.0.3
12 Signed-off-by: Akinori Hattori <hattya <AT> gentoo.org>
13
14 app-i18n/libkkc-data/libkkc-data-0.2.7.ebuild | 4 ++--
15 1 file changed, 2 insertions(+), 2 deletions(-)
16
17 diff --git a/app-i18n/libkkc-data/libkkc-data-0.2.7.ebuild b/app-i18n/libkkc-data/libkkc-data-0.2.7.ebuild
18 index eff62dbe39f..cde6550d244 100644
19 --- a/app-i18n/libkkc-data/libkkc-data-0.2.7.ebuild
20 +++ b/app-i18n/libkkc-data/libkkc-data-0.2.7.ebuild
21 @@ -2,7 +2,7 @@
22 # Distributed under the terms of the GNU General Public License v2
23
24 EAPI="7"
25 -PYTHON_COMPAT=( python3_{7..10} )
26 +PYTHON_COMPAT=( python3_{7..9} )
27
28 inherit python-any-r1
29
30 @@ -15,6 +15,6 @@ SLOT="0"
31 KEYWORDS="~amd64 ~x86"
32
33 RDEPEND=""
34 -BDEPEND="${PYTHON_DEPS}"
35 +BDEPEND="$(python_gen_any_dep 'dev-libs/marisa[python,${PYTHON_USEDEP}]')"
36
37 PATCHES=( "${FILESDIR}"/${PN}-python3.patch )