summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMike Frysinger <vapier@gentoo.org>2004-06-28 01:51:49 +0000
committerMike Frysinger <vapier@gentoo.org>2004-06-28 01:51:49 +0000
commitae504ef4d4a7456e9dc0885c3054ccb6d0964126 (patch)
tree2e77fce6621b91fec7fff28dd744c5da7b987869 /app-i18n/kcc
parentQA - fix use invocation (Manifest recommit) (diff)
downloadgentoo-2-ae504ef4d4a7456e9dc0885c3054ccb6d0964126.tar.gz
gentoo-2-ae504ef4d4a7456e9dc0885c3054ccb6d0964126.tar.bz2
gentoo-2-ae504ef4d4a7456e9dc0885c3054ccb6d0964126.zip
touch the libc
Diffstat (limited to 'app-i18n/kcc')
-rw-r--r--app-i18n/kcc/kcc-1.0.ebuild6
1 files changed, 3 insertions, 3 deletions
diff --git a/app-i18n/kcc/kcc-1.0.ebuild b/app-i18n/kcc/kcc-1.0.ebuild
index e42a837e36d1..bc831308252e 100644
--- a/app-i18n/kcc/kcc-1.0.ebuild
+++ b/app-i18n/kcc/kcc-1.0.ebuild
@@ -1,11 +1,11 @@
# Copyright 1999-2004 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-i18n/kcc/kcc-1.0.ebuild,v 1.9 2004/06/24 21:48:40 agriffis Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-i18n/kcc/kcc-1.0.ebuild,v 1.10 2004/06/28 01:49:02 vapier Exp $
inherit gcc eutils
DESCRIPTION="A Kanji code converter"
-HOMEPAGE="" #There doesn't seem to be a home page for this package!
+HOMEPAGE="" # There doesn't seem to be a home page for this package!
SRC_URI="ftp://ftp.jp.freebsd.org/pub/FreeBSD/ports/distfiles/${PN}.tar.gz"
LICENSE="GPL-2"
@@ -13,7 +13,7 @@ SLOT="0"
KEYWORDS="x86"
IUSE=""
-DEPEND="virtual/glibc"
+DEPEND="virtual/libc"
S="${WORKDIR}/${PN}"