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/multiskkserv/
Date: Sun, 07 Aug 2022 13:47:00
Message-Id: 1659879857.b25159b7a668c0aaec0ad2fc0f585d2df071c285.hattya@gentoo
1 commit: b25159b7a668c0aaec0ad2fc0f585d2df071c285
2 Author: Akinori Hattori <hattya <AT> gentoo <DOT> org>
3 AuthorDate: Sun Aug 7 13:44:17 2022 +0000
4 Commit: Akinori Hattori <hattya <AT> gentoo <DOT> org>
5 CommitDate: Sun Aug 7 13:44:17 2022 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b25159b7
7
8 app-i18n/multiskkserv: update to EAPI 8
9
10 Package-Manager: Portage-3.0.30, Repoman-3.0.3
11 Signed-off-by: Akinori Hattori <hattya <AT> gentoo.org>
12
13 app-i18n/multiskkserv/multiskkserv-20100128.ebuild | 11 ++++++-----
14 1 file changed, 6 insertions(+), 5 deletions(-)
15
16 diff --git a/app-i18n/multiskkserv/multiskkserv-20100128.ebuild b/app-i18n/multiskkserv/multiskkserv-20100128.ebuild
17 index df16872a3f2b..7d17cd4993d1 100644
18 --- a/app-i18n/multiskkserv/multiskkserv-20100128.ebuild
19 +++ b/app-i18n/multiskkserv/multiskkserv-20100128.ebuild
20 @@ -1,7 +1,7 @@
21 -# Copyright 1999-2019 Gentoo Authors
22 +# Copyright 1999-2022 Gentoo Authors
23 # Distributed under the terms of the GNU General Public License v2
24
25 -EAPI="6"
26 +EAPI="8"
27
28 inherit autotools
29
30 @@ -15,12 +15,13 @@ KEYWORDS="amd64 ppc x86"
31 IUSE="test"
32 RESTRICT="!test? ( test )"
33
34 -DEPEND="|| (
35 +RDEPEND="app-i18n/skk-jisyo[cdb]
36 + || (
37 dev-db/tinycdb
38 dev-db/cdb
39 - )
40 + )"
41 +DEPEND="${RDEPEND}
42 test? ( app-i18n/nkf )"
43 -RDEPEND="app-i18n/skk-jisyo[cdb]"
44
45 PATCHES=( "${FILESDIR}"/${PN}-cdb.patch )