diff options
author | Mike Frysinger <vapier@gentoo.org> | 2004-06-29 15:16:23 +0000 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2004-06-29 15:16:23 +0000 |
commit | a341a3c2bd63c4d75f5c2b7cbe6f690b076bfb7b (patch) | |
tree | f0c37f72045b7bf23416bff54eb78d22c4e9a539 /eclass/iiimf.eclass | |
parent | clean up things and change glibc to libc (diff) | |
download | historical-a341a3c2bd63c4d75f5c2b7cbe6f690b076bfb7b.tar.gz historical-a341a3c2bd63c4d75f5c2b7cbe6f690b076bfb7b.tar.bz2 historical-a341a3c2bd63c4d75f5c2b7cbe6f690b076bfb7b.zip |
glibc --> libc
Diffstat (limited to 'eclass/iiimf.eclass')
-rw-r--r-- | eclass/iiimf.eclass | 7 |
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}" |