summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMamoru Komachi <usata@gentoo.org>2005-05-16 03:57:39 +0000
committerMamoru Komachi <usata@gentoo.org>2005-05-16 03:57:39 +0000
commit09e8d512c17d96006afaba5636b9182562517295 (patch)
treed8a792a6bdd592bb6e8f9491c9b7ee71607de549 /app-i18n/dbskkd-cdb
parentchanged package names. (diff)
downloadgentoo-2-09e8d512c17d96006afaba5636b9182562517295.tar.gz
gentoo-2-09e8d512c17d96006afaba5636b9182562517295.tar.bz2
gentoo-2-09e8d512c17d96006afaba5636b9182562517295.zip
use toolchain-funcs.eclass instead of gcc.eclass; bug #92745.
(Portage version: 2.0.51.21-r1)
Diffstat (limited to 'app-i18n/dbskkd-cdb')
-rw-r--r--app-i18n/dbskkd-cdb/dbskkd-cdb-1.01-r1.ebuild6
1 files changed, 3 insertions, 3 deletions
diff --git a/app-i18n/dbskkd-cdb/dbskkd-cdb-1.01-r1.ebuild b/app-i18n/dbskkd-cdb/dbskkd-cdb-1.01-r1.ebuild
index a22cbcdb574f..91a31febdcd9 100644
--- a/app-i18n/dbskkd-cdb/dbskkd-cdb-1.01-r1.ebuild
+++ b/app-i18n/dbskkd-cdb/dbskkd-cdb-1.01-r1.ebuild
@@ -1,8 +1,8 @@
# Copyright 1999-2005 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-i18n/dbskkd-cdb/dbskkd-cdb-1.01-r1.ebuild,v 1.9 2005/01/01 14:27:09 eradicator Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-i18n/dbskkd-cdb/dbskkd-cdb-1.01-r1.ebuild,v 1.10 2005/05/16 03:57:39 usata Exp $
-inherit gcc
+inherit toolchain-funcs
DESCRIPTION="Yet another Dictionary server for the SKK Japanese-input software"
HOMEPAGE="http://www.ne.jp/asahi/bdx/info/software/jp-dbskkd.html"
@@ -23,7 +23,7 @@ src_compile() {
SERVERDIR=/usr/sbin \
COMPAT="-DJISHO_FILE=\\\"/usr/share/skk/SKK-JISYO.L.cdb\\\"" \
LDFLAGS="-lutil -lfreecdb" \
- CC="$(gcc-getCC) ${CFLAGS}" || die
+ CC="$(tc-getCC) ${CFLAGS}" || die
}
src_install() {