diff options
-rw-r--r-- | media-gfx/crwinfo/crwinfo-0.2.ebuild | 13 |
1 files changed, 7 insertions, 6 deletions
diff --git a/media-gfx/crwinfo/crwinfo-0.2.ebuild b/media-gfx/crwinfo/crwinfo-0.2.ebuild index f47a9c2a2d66..7639c303aade 100644 --- a/media-gfx/crwinfo/crwinfo-0.2.ebuild +++ b/media-gfx/crwinfo/crwinfo-0.2.ebuild @@ -1,6 +1,8 @@ -# Copyright 1999-2005 Gentoo Foundation +# Copyright 1999-2009 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/media-gfx/crwinfo/crwinfo-0.2.ebuild,v 1.1 2005/01/27 00:28:45 swtaylor Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-gfx/crwinfo/crwinfo-0.2.ebuild,v 1.2 2009/09/23 15:10:44 ssuominen Exp $ + +inherit eutils DESCRIPTION="Canon raw image (CRW) information and thumbnail extractor" HOMEPAGE="http://freshmeat.net/projects/crwinfo/" @@ -12,11 +14,10 @@ SLOT="0" KEYWORDS="x86 ppc sparc amd64 alpha ia64 hppa ppc64" IUSE="" -DEPEND="virtual/libc" - src_unpack() { - unpack ${A} ; cd ${S} - patch -p0 < ${FILESDIR}/${P}.patch + unpack ${A} + cd "${S}" + epatch "${FILESDIR}"/${P}.patch } src_compile() { |