summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAkinori Hattori <hattya@gentoo.org>2017-07-01 22:28:10 +0900
committerAkinori Hattori <hattya@gentoo.org>2017-07-01 22:28:10 +0900
commit2c0f90abbf6bda4d37f84130faa491eb001aa2b9 (patch)
tree394d102584152e844d68d4f0718ed08b369626b8 /app-i18n/multiskkserv/multiskkserv-20100128.ebuild
parentapp-i18n/multiskkserv: update to EAPI 6 (diff)
downloadgentoo-2c0f90abbf6bda4d37f84130faa491eb001aa2b9.tar.gz
gentoo-2c0f90abbf6bda4d37f84130faa491eb001aa2b9.tar.bz2
gentoo-2c0f90abbf6bda4d37f84130faa491eb001aa2b9.zip
app-i18n/multiskkserv: update patch to build with dev-db/tinycdb
Package-Manager: Portage-2.3.6, Repoman-2.3.1
Diffstat (limited to 'app-i18n/multiskkserv/multiskkserv-20100128.ebuild')
-rw-r--r--app-i18n/multiskkserv/multiskkserv-20100128.ebuild9
1 files changed, 6 insertions, 3 deletions
diff --git a/app-i18n/multiskkserv/multiskkserv-20100128.ebuild b/app-i18n/multiskkserv/multiskkserv-20100128.ebuild
index b6ec66dc57b3..7ffc4e22f888 100644
--- a/app-i18n/multiskkserv/multiskkserv-20100128.ebuild
+++ b/app-i18n/multiskkserv/multiskkserv-20100128.ebuild
@@ -14,11 +14,14 @@ SLOT="0"
KEYWORDS="amd64 ppc x86"
IUSE="test"
-DEPEND="dev-db/cdb
+DEPEND="|| (
+ dev-db/tinycdb
+ dev-db/cdb
+ )
test? ( app-i18n/nkf )"
RDEPEND="app-i18n/skk-jisyo[cdb]"
-PATCHES=( "${FILESDIR}"/${P}-cdb.patch )
+PATCHES=( "${FILESDIR}"/${PN}-cdb.patch )
src_prepare() {
default
@@ -27,7 +30,7 @@ src_prepare() {
}
src_configure() {
- econf --with-cdb=yes
+ econf --with-cdb="${EPREFIX}"/usr
}
src_install() {