summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarkos Chandras <hwoarang@gentoo.org>2013-03-13 19:17:45 +0000
committerMarkos Chandras <hwoarang@gentoo.org>2013-03-13 19:17:45 +0000
commitabcc048d3e071c52d4ac56eaca54728dba49980d (patch)
tree0dbffcda3d68fb9bd02823ffdd4395d24266d7d6 /media-gfx/photivo/photivo-9999.ebuild
parentConvert to use multilib-minimal.eclass as this library is commonly used in 32... (diff)
downloadhistorical-abcc048d3e071c52d4ac56eaca54728dba49980d.tar.gz
historical-abcc048d3e071c52d4ac56eaca54728dba49980d.tar.bz2
historical-abcc048d3e071c52d4ac56eaca54728dba49980d.zip
Fix sed pattern. Thanks to Alexander Stein <alexander.stein@informatik.tu-chemnitz.de>. Bug #460732
Package-Manager: portage-2.1.11.55/cvs/Linux x86_64 Manifest-Sign-Key: 0xC2BA7F3C!
Diffstat (limited to 'media-gfx/photivo/photivo-9999.ebuild')
-rw-r--r--media-gfx/photivo/photivo-9999.ebuild4
1 files changed, 2 insertions, 2 deletions
diff --git a/media-gfx/photivo/photivo-9999.ebuild b/media-gfx/photivo/photivo-9999.ebuild
index 0ec8905ccfba..5d645ea4c8e4 100644
--- a/media-gfx/photivo/photivo-9999.ebuild
+++ b/media-gfx/photivo/photivo-9999.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2013 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/media-gfx/photivo/photivo-9999.ebuild,v 1.4 2013/03/07 21:10:14 hwoarang Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-gfx/photivo/photivo-9999.ebuild,v 1.5 2013/03/13 19:17:44 hwoarang Exp $
EAPI=4
@@ -39,7 +39,7 @@ src_prepare() {
done
# useless check (no pkgconfig file is provided)
- sed -e "/PKGCONFIG += CImg/d" \
+ sed -e "/PKGCONFIG += CImg/d" \
-i photivoProject/photivoProject.pro || die
qt4-r2_src_prepare
}