summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSamuli Suominen <ssuominen@gentoo.org>2009-09-23 15:04:39 +0000
committerSamuli Suominen <ssuominen@gentoo.org>2009-09-23 15:04:39 +0000
commit865646ae0f50c783eca04321c89b3afea76eecf3 (patch)
treec2f182b4aeeb55a83563ab51d419d92b94e286f7 /media-fonts
parentRemove virtual/libc (diff)
downloadgentoo-2-865646ae0f50c783eca04321c89b3afea76eecf3.tar.gz
gentoo-2-865646ae0f50c783eca04321c89b3afea76eecf3.tar.bz2
gentoo-2-865646ae0f50c783eca04321c89b3afea76eecf3.zip
kill virtual/libc
(Portage version: 2.2_rc41/cvs/Linux x86_64)
Diffstat (limited to 'media-fonts')
-rw-r--r--media-fonts/oto/oto-0.4.ebuild16
1 files changed, 4 insertions, 12 deletions
diff --git a/media-fonts/oto/oto-0.4.ebuild b/media-fonts/oto/oto-0.4.ebuild
index 00f8b4808eb3..7175612abcf4 100644
--- a/media-fonts/oto/oto-0.4.ebuild
+++ b/media-fonts/oto/oto-0.4.ebuild
@@ -1,6 +1,6 @@
-# Copyright 1999-2008 Gentoo Foundation
+# Copyright 1999-2009 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.11 2008/02/24 12:20:32 armin76 Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-fonts/oto/oto-0.4.ebuild,v 1.12 2009/09/23 15:04:39 ssuominen Exp $
DESCRIPTION="Open Type Organizer"
HOMEPAGE="http://sourceforge.net/projects/oto/"
@@ -11,15 +11,7 @@ SLOT="0"
KEYWORDS="alpha ~amd64 arm ia64 ~ppc s390 sh sparc x86"
IUSE=""
-DEPEND="virtual/libc"
-
-src_compile() {
- econf || die
- emake || die
-}
-
src_install() {
- make DESTDIR=${D} install || die
-
- dodoc AUTHORS ChangeLog INSTALL NEWS README
+ emake DESTDIR="${D}" install || die
+ dodoc AUTHORS ChangeLog NEWS README
}