summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarkos Chandras <hwoarang@gentoo.org>2013-03-13 19:17:44 +0000
committerMarkos Chandras <hwoarang@gentoo.org>2013-03-13 19:17:44 +0000
commite5b711419955189e0169597ce5ee287d3745c06f (patch)
tree181094ddecd8d75d37435ea9c8f9d6d50ddc14ff /media-gfx/photivo
parentConvert to use multilib-minimal.eclass as this library is commonly used in 32... (diff)
downloadgentoo-2-e5b711419955189e0169597ce5ee287d3745c06f.tar.gz
gentoo-2-e5b711419955189e0169597ce5ee287d3745c06f.tar.bz2
gentoo-2-e5b711419955189e0169597ce5ee287d3745c06f.zip
Fix sed pattern. Thanks to Alexander Stein <alexander.stein@informatik.tu-chemnitz.de>. Bug #460732
(Portage version: 2.1.11.55/cvs/Linux x86_64, signed Manifest commit with key C2BA7F3C!)
Diffstat (limited to 'media-gfx/photivo')
-rw-r--r--media-gfx/photivo/ChangeLog6
-rw-r--r--media-gfx/photivo/photivo-9999.ebuild4
2 files changed, 7 insertions, 3 deletions
diff --git a/media-gfx/photivo/ChangeLog b/media-gfx/photivo/ChangeLog
index 61fc12a22c68..3e6c89cb38d1 100644
--- a/media-gfx/photivo/ChangeLog
+++ b/media-gfx/photivo/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for media-gfx/photivo
# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/media-gfx/photivo/ChangeLog,v 1.4 2013/03/07 21:10:14 hwoarang Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-gfx/photivo/ChangeLog,v 1.5 2013/03/13 19:17:44 hwoarang Exp $
+
+ 13 Mar 2013; Markos Chandras <hwoarang@gentoo.org> photivo-9999.ebuild:
+ Fix sed pattern. Thanks to Alexander Stein <alexander.stein@informatik.tu-
+ chemnitz.de>. Bug #460732
*photivo-0_pre20121212 (07 Mar 2013)
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
}