diff options
author | Samuli Suominen <ssuominen@gentoo.org> | 2009-09-23 15:06:18 +0000 |
---|---|---|
committer | Samuli Suominen <ssuominen@gentoo.org> | 2009-09-23 15:06:18 +0000 |
commit | 1eacef437220ee7aa62125f61afed164684cc85c (patch) | |
tree | 7ab1e1c0446dd221d228545b9acf6fc285a909a8 /media-fonts/oto | |
parent | Remove virtual/libc (diff) | |
download | historical-1eacef437220ee7aa62125f61afed164684cc85c.tar.gz historical-1eacef437220ee7aa62125f61afed164684cc85c.tar.bz2 historical-1eacef437220ee7aa62125f61afed164684cc85c.zip |
kill virtual/libc
Package-Manager: portage-2.2_rc41/cvs/Linux x86_64
Diffstat (limited to 'media-fonts/oto')
-rw-r--r-- | media-fonts/oto/oto-0.4.ebuild | 16 |
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 } |