summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMamoru Komachi <usata@gentoo.org>2004-08-28 14:31:58 +0000
committerMamoru Komachi <usata@gentoo.org>2004-08-28 14:31:58 +0000
commita167b3010f3826ee9e7e230391f9c650150b21fb (patch)
tree4834a2676a43ba1f03bdd8bdee9c98d8d5ad1699 /app-i18n/dbskkd-cdb
parentinitial import (diff)
downloadhistorical-a167b3010f3826ee9e7e230391f9c650150b21fb.tar.gz
historical-a167b3010f3826ee9e7e230391f9c650150b21fb.tar.bz2
historical-a167b3010f3826ee9e7e230391f9c650150b21fb.zip
Stable on ppc.
Diffstat (limited to 'app-i18n/dbskkd-cdb')
-rw-r--r--app-i18n/dbskkd-cdb/ChangeLog5
-rw-r--r--app-i18n/dbskkd-cdb/dbskkd-cdb-1.01-r1.ebuild8
2 files changed, 9 insertions, 4 deletions
diff --git a/app-i18n/dbskkd-cdb/ChangeLog b/app-i18n/dbskkd-cdb/ChangeLog
index 7897753fd04d..7d937d1bc173 100644
--- a/app-i18n/dbskkd-cdb/ChangeLog
+++ b/app-i18n/dbskkd-cdb/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for app-i18n/dbskkd-cdb
# Copyright 2000-2004 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-i18n/dbskkd-cdb/ChangeLog,v 1.8 2004/06/24 21:44:29 agriffis Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-i18n/dbskkd-cdb/ChangeLog,v 1.9 2004/08/28 14:31:58 usata Exp $
+
+ 28 Aug 2004; Mamoru KOMACHI <usata@gentoo.org> dbskkd-cdb-1.01-r1.ebuild:
+ Stable on ppc.
04 Apr 2004; Michael Sterrett <mr_bones_@gentoo.org>
dbskkd-cdb-1.01-r1.ebuild:
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 d632bd5c3e09..2b1d50ebed8d 100644
--- a/app-i18n/dbskkd-cdb/dbskkd-cdb-1.01-r1.ebuild
+++ b/app-i18n/dbskkd-cdb/dbskkd-cdb-1.01-r1.ebuild
@@ -1,6 +1,8 @@
# Copyright 1999-2004 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.7 2004/06/28 01:42:35 vapier Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-i18n/dbskkd-cdb/dbskkd-cdb-1.01-r1.ebuild,v 1.8 2004/08/28 14:31:58 usata Exp $
+
+inherit gcc
DESCRIPTION="Yet another Dictionary server for the SKK Japanese-input software"
HOMEPAGE="http://www.ne.jp/asahi/bdx/info/software/jp-dbskkd.html"
@@ -8,7 +10,7 @@ SRC_URI="http://www.ne.jp/asahi/bdx/info/software/${P}.tar.gz"
LICENSE="as-is"
SLOT="0"
-KEYWORDS="x86 ~ppc sparc alpha amd64"
+KEYWORDS="x86 ppc sparc alpha amd64"
IUSE=""
DEPEND="dev-db/freecdb"
@@ -21,7 +23,7 @@ src_compile() {
SERVERDIR=/usr/sbin \
COMPAT="-DJISHO_FILE=\\\"/usr/share/skk/SKK-JISYO.L.cdb\\\"" \
LDFLAGS="-lutil -lfreecdb" \
- CC="cc ${CFLAGS}" || die
+ CC="$(gcc-getCC) ${CFLAGS}" || die
}
src_install() {