diff options
author | 2009-09-23 15:10:44 +0000 | |
---|---|---|
committer | 2009-09-23 15:10:44 +0000 | |
commit | 549c38bf8e71f95ee3876818c02ae5ecfe53a08d (patch) | |
tree | 55d1692a27e8ac3733e250d55f59c37f0bbdc0da /media-gfx | |
parent | Remove virtual/libc (diff) | |
download | gentoo-2-549c38bf8e71f95ee3876818c02ae5ecfe53a08d.tar.gz gentoo-2-549c38bf8e71f95ee3876818c02ae5ecfe53a08d.tar.bz2 gentoo-2-549c38bf8e71f95ee3876818c02ae5ecfe53a08d.zip |
kill virtual/libc
(Portage version: 2.2_rc41/cvs/Linux x86_64)
Diffstat (limited to 'media-gfx')
-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() { |