summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMike Frysinger <vapier@gentoo.org>2004-06-29 15:16:23 +0000
committerMike Frysinger <vapier@gentoo.org>2004-06-29 15:16:23 +0000
commit55df3c440e31c2ae50a5b62647b94b9c11d7da47 (patch)
treeabf71a1820a1a8760a84a695cd887027ee25332f /eclass/iiimf.eclass
parentclean up things and change glibc to libc (Manifest recommit) (diff)
downloadgentoo-2-55df3c440e31c2ae50a5b62647b94b9c11d7da47.tar.gz
gentoo-2-55df3c440e31c2ae50a5b62647b94b9c11d7da47.tar.bz2
gentoo-2-55df3c440e31c2ae50a5b62647b94b9c11d7da47.zip
glibc --> libc
Diffstat (limited to 'eclass/iiimf.eclass')
-rw-r--r--eclass/iiimf.eclass7
1 files changed, 3 insertions, 4 deletions
diff --git a/eclass/iiimf.eclass b/eclass/iiimf.eclass
index b989d2d8db74..dc023409d258 100644
--- a/eclass/iiimf.eclass
+++ b/eclass/iiimf.eclass
@@ -1,6 +1,6 @@
# Copyright 1999-2004 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/eclass/iiimf.eclass,v 1.5 2004/06/25 00:39:48 vapier Exp $
+# $Header: /var/cvsroot/gentoo-x86/eclass/iiimf.eclass,v 1.6 2004/06/29 15:16:23 vapier Exp $
#
# Author: Mamoru KOMACHI <usata@gentoo.org>
#
@@ -22,12 +22,11 @@ HOMEPAGE="http://www.openi18n.org/subgroups/im/IIIMF/"
SRC_URI="http://www.openi18n.org/download/docs/im-sdk/${IMSDK_P}.tar.bz2"
LICENSE="MIT X11"
-KEYWORDS="~x86"
SLOT="0"
-
+KEYWORDS="~x86"
IUSE="debug"
-DEPEND="virtual/glibc"
+DEPEND="virtual/libc"
S="${WORKDIR}/${IMSDK}/${PN}"