diff options
author | Akinori Hattori <hattya@gentoo.org> | 2022-08-07 22:44:17 +0900 |
---|---|---|
committer | Akinori Hattori <hattya@gentoo.org> | 2022-08-07 22:44:17 +0900 |
commit | b25159b7a668c0aaec0ad2fc0f585d2df071c285 (patch) | |
tree | 5e18b2236f168069d7947b7c586dfa2b33966bc9 /app-i18n | |
parent | app-i18n/ibus-table: new upstream release (diff) | |
download | gentoo-b25159b7a668c0aaec0ad2fc0f585d2df071c285.tar.gz gentoo-b25159b7a668c0aaec0ad2fc0f585d2df071c285.tar.bz2 gentoo-b25159b7a668c0aaec0ad2fc0f585d2df071c285.zip |
app-i18n/multiskkserv: update to EAPI 8
Package-Manager: Portage-3.0.30, Repoman-3.0.3
Signed-off-by: Akinori Hattori <hattya@gentoo.org>
Diffstat (limited to 'app-i18n')
-rw-r--r-- | app-i18n/multiskkserv/multiskkserv-20100128.ebuild | 11 |
1 files changed, 6 insertions, 5 deletions
diff --git a/app-i18n/multiskkserv/multiskkserv-20100128.ebuild b/app-i18n/multiskkserv/multiskkserv-20100128.ebuild index df16872a3f2b..7d17cd4993d1 100644 --- a/app-i18n/multiskkserv/multiskkserv-20100128.ebuild +++ b/app-i18n/multiskkserv/multiskkserv-20100128.ebuild @@ -1,7 +1,7 @@ -# Copyright 1999-2019 Gentoo Authors +# Copyright 1999-2022 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 -EAPI="6" +EAPI="8" inherit autotools @@ -15,12 +15,13 @@ KEYWORDS="amd64 ppc x86" IUSE="test" RESTRICT="!test? ( test )" -DEPEND="|| ( +RDEPEND="app-i18n/skk-jisyo[cdb] + || ( dev-db/tinycdb dev-db/cdb - ) + )" +DEPEND="${RDEPEND} test? ( app-i18n/nkf )" -RDEPEND="app-i18n/skk-jisyo[cdb]" PATCHES=( "${FILESDIR}"/${PN}-cdb.patch ) |