diff options
author | Sergey Popov <pinkbyte@gentoo.org> | 2013-03-23 10:30:10 +0000 |
---|---|---|
committer | Sergey Popov <pinkbyte@gentoo.org> | 2013-03-23 10:30:10 +0000 |
commit | a7303aba7bda825fd5464a1d39c864ea161b96dd (patch) | |
tree | 60dfd25a7f3be250be8a0185e480e5f4477fe359 /app-editors | |
parent | Do not use-default here as we enable it by profile variable. (diff) | |
download | gentoo-2-a7303aba7bda825fd5464a1d39c864ea161b96dd.tar.gz gentoo-2-a7303aba7bda825fd5464a1d39c864ea161b96dd.tar.bz2 gentoo-2-a7303aba7bda825fd5464a1d39c864ea161b96dd.zip |
Add prepare phase function from cmake-utils eclass to src_prepare
(Portage version: 2.2.0_alpha169/cvs/Linux x86_64, signed Manifest commit with key 0x1F357D42)
Diffstat (limited to 'app-editors')
-rw-r--r-- | app-editors/fb2edit/ChangeLog | 5 | ||||
-rw-r--r-- | app-editors/fb2edit/fb2edit-0.0.7.ebuild | 4 |
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 } |