diff options
author | Alexandre Rostovtsev <tetromino@gentoo.org> | 2011-11-15 23:30:01 +0000 |
---|---|---|
committer | Alexandre Rostovtsev <tetromino@gentoo.org> | 2011-11-15 23:30:01 +0000 |
commit | 4cb7dc0a94cbf3a830de67629923168419fcfe9b (patch) | |
tree | f75d23e106e5494a561e600ca2c51408166278f5 /app-office/dia/dia-0.97.1.ebuild | |
parent | QA: eautoreconf should be before gnome2_src_prepare. (diff) | |
download | gentoo-2-4cb7dc0a94cbf3a830de67629923168419fcfe9b.tar.gz gentoo-2-4cb7dc0a94cbf3a830de67629923168419fcfe9b.tar.bz2 gentoo-2-4cb7dc0a94cbf3a830de67629923168419fcfe9b.zip |
QA: eautoreconf should be before gnome2_src_prepare.
(Portage version: 2.2.0_alpha74/cvs/Linux x86_64)
Diffstat (limited to 'app-office/dia/dia-0.97.1.ebuild')
-rw-r--r-- | app-office/dia/dia-0.97.1.ebuild | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/app-office/dia/dia-0.97.1.ebuild b/app-office/dia/dia-0.97.1.ebuild index 29b2321b454e..d2fe57b81fc0 100644 --- a/app-office/dia/dia-0.97.1.ebuild +++ b/app-office/dia/dia-0.97.1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2011 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-office/dia/dia-0.97.1.ebuild,v 1.13 2011/08/07 16:14:59 ssuominen Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-office/dia/dia-0.97.1.ebuild,v 1.14 2011/11/15 23:30:01 tetromino Exp $ EAPI="3" GCONF_DEBUG="yes" @@ -66,8 +66,6 @@ pkg_setup() { src_prepare() { epatch "${FILESDIR}"/${P}-libpng15.patch - gnome2_src_prepare - # Fix compilation in a gnome environment, bug #159831 epatch "${FILESDIR}/${PN}-0.97.0-gnome-doc.patch" @@ -95,6 +93,7 @@ src_prepare() { intltoolize --force --copy --automake || die "intltoolize failed" eautoreconf + gnome2_src_prepare } src_install() { |