diff options
author | Jeremy Huddleston <eradicator@gentoo.org> | 2004-07-01 10:50:39 +0000 |
---|---|---|
committer | Jeremy Huddleston <eradicator@gentoo.org> | 2004-07-01 10:50:39 +0000 |
commit | 4c52cb31691f69d232c27355495eb3c882057ece (patch) | |
tree | 4c3e79d443fee0d2099055b3fafb289ef9a4f94c /media-fonts/oto/oto-0.4.ebuild | |
parent | Added to ~ppc (diff) | |
download | gentoo-2-4c52cb31691f69d232c27355495eb3c882057ece.tar.gz gentoo-2-4c52cb31691f69d232c27355495eb3c882057ece.tar.bz2 gentoo-2-4c52cb31691f69d232c27355495eb3c882057ece.zip |
virtual/glibc -> virtual/libc
Diffstat (limited to 'media-fonts/oto/oto-0.4.ebuild')
-rw-r--r-- | media-fonts/oto/oto-0.4.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/media-fonts/oto/oto-0.4.ebuild b/media-fonts/oto/oto-0.4.ebuild index 0021d5be9506..2ec2cc6a5b8b 100644 --- a/media-fonts/oto/oto-0.4.ebuild +++ b/media-fonts/oto/oto-0.4.ebuild @@ -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/media-fonts/oto/oto-0.4.ebuild,v 1.3 2004/06/24 22:30:28 agriffis Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-fonts/oto/oto-0.4.ebuild,v 1.4 2004/07/01 10:48:52 eradicator Exp $ DESCRIPTION="Open Type Organizer" HOMEPAGE="http://sourceforge.net/projects/oto/" @@ -11,7 +11,7 @@ SLOT="0" KEYWORDS="~x86 ~amd64 ~ppc" IUSE="" -DEPEND="virtual/glibc" +DEPEND="virtual/libc" src_compile() { econf || die |