summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'app-editors')
-rw-r--r--app-editors/fb2edit/ChangeLog5
-rw-r--r--app-editors/fb2edit/fb2edit-0.0.7.ebuild4
2 files changed, 7 insertions, 2 deletions
diff --git a/app-editors/fb2edit/ChangeLog b/app-editors/fb2edit/ChangeLog
index f72a8bfe4ded..8dc95d61faf1 100644
--- a/app-editors/fb2edit/ChangeLog
+++ b/app-editors/fb2edit/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for app-editors/fb2edit
# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-editors/fb2edit/ChangeLog,v 1.3 2013/03/02 19:20:35 hwoarang Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-editors/fb2edit/ChangeLog,v 1.4 2013/03/23 10:30:10 pinkbyte Exp $
+
+ 23 Mar 2013; Sergey Popov <pinkbyte@gentoo.org> fb2edit-0.0.7.ebuild:
+ Add prepare phase function from cmake-utils eclass to src_prepare
02 Mar 2013; Markos Chandras <hwoarang@gentoo.org> fb2edit-0.0.7.ebuild:
Move Qt dependencies to the new category
diff --git a/app-editors/fb2edit/fb2edit-0.0.7.ebuild b/app-editors/fb2edit/fb2edit-0.0.7.ebuild
index 51fa89f9a034..aa7ba0d4fcfd 100644
--- a/app-editors/fb2edit/fb2edit-0.0.7.ebuild
+++ b/app-editors/fb2edit/fb2edit-0.0.7.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/app-editors/fb2edit/fb2edit-0.0.7.ebuild,v 1.3 2013/03/02 19:20:35 hwoarang Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-editors/fb2edit/fb2edit-0.0.7.ebuild,v 1.4 2013/03/23 10:30:10 pinkbyte Exp $
EAPI=4
@@ -28,4 +28,6 @@ DOCS=( AUTHORS README )
src_prepare() {
# drop -g from CFLAGS
sed -i -e '/^add_definitions(-W/s/-g//' CMakeLists.txt || die 'sed failed'
+
+ cmake-utils_src_prepare
}