summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlexandre Rostovtsev <tetromino@gentoo.org>2011-11-15 23:14:50 +0000
committerAlexandre Rostovtsev <tetromino@gentoo.org>2011-11-15 23:14:50 +0000
commit679b95c164fdb062ba3357c3b37fdddd4feec9fa (patch)
tree1000b09d69164efc9c4e0c86ca5640645e8bcb47 /www-client/epiphany/epiphany-2.30.6-r1.ebuild
parentAdd missing x11-libs/qt-declarative dependency. Fix DEPEND variable. Bug #390677 (diff)
downloadgentoo-2-679b95c164fdb062ba3357c3b37fdddd4feec9fa.tar.gz
gentoo-2-679b95c164fdb062ba3357c3b37fdddd4feec9fa.tar.bz2
gentoo-2-679b95c164fdb062ba3357c3b37fdddd4feec9fa.zip
QA: eautoreconf should be before gnome2_src_prepare.
(Portage version: 2.2.0_alpha74/cvs/Linux x86_64)
Diffstat (limited to 'www-client/epiphany/epiphany-2.30.6-r1.ebuild')
-rw-r--r--www-client/epiphany/epiphany-2.30.6-r1.ebuild4
1 files changed, 2 insertions, 2 deletions
diff --git a/www-client/epiphany/epiphany-2.30.6-r1.ebuild b/www-client/epiphany/epiphany-2.30.6-r1.ebuild
index 100cd99077d0..990d23654411 100644
--- a/www-client/epiphany/epiphany-2.30.6-r1.ebuild
+++ b/www-client/epiphany/epiphany-2.30.6-r1.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/www-client/epiphany/epiphany-2.30.6-r1.ebuild,v 1.6 2011/04/30 17:38:32 armin76 Exp $
+# $Header: /var/cvsroot/gentoo-x86/www-client/epiphany/epiphany-2.30.6-r1.ebuild,v 1.7 2011/11/15 23:14:50 tetromino Exp $
EAPI="3"
GCONF_DEBUG="yes"
@@ -63,7 +63,6 @@ pkg_setup() {
}
src_prepare() {
- gnome2_src_prepare
epatch "${FILESDIR}"/${P}-libnotify-0.7.patch
# introspection: Fix build by telling g-ir-scanner what the prefix is
@@ -80,6 +79,7 @@ src_prepare() {
intltoolize --force --copy --automake || die "intltoolize failed"
eautoreconf
+ gnome2_src_prepare
}
src_compile() {