diff options
author | Alexandre Rostovtsev <tetromino@gentoo.org> | 2011-11-15 23:14:50 +0000 |
---|---|---|
committer | Alexandre Rostovtsev <tetromino@gentoo.org> | 2011-11-15 23:14:50 +0000 |
commit | 679b95c164fdb062ba3357c3b37fdddd4feec9fa (patch) | |
tree | 1000b09d69164efc9c4e0c86ca5640645e8bcb47 /www-client/epiphany | |
parent | Add missing x11-libs/qt-declarative dependency. Fix DEPEND variable. Bug #390677 (diff) | |
download | gentoo-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')
-rw-r--r-- | www-client/epiphany/ChangeLog | 6 | ||||
-rw-r--r-- | www-client/epiphany/epiphany-2.30.6-r1.ebuild | 4 |
2 files changed, 7 insertions, 3 deletions
diff --git a/www-client/epiphany/ChangeLog b/www-client/epiphany/ChangeLog index 281ba38e6109..5ed3d606d0aa 100644 --- a/www-client/epiphany/ChangeLog +++ b/www-client/epiphany/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for www-client/epiphany # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/www-client/epiphany/ChangeLog,v 1.275 2011/11/06 04:57:01 tetromino Exp $ +# $Header: /var/cvsroot/gentoo-x86/www-client/epiphany/ChangeLog,v 1.276 2011/11/15 23:14:50 tetromino Exp $ + + 15 Nov 2011; Alexandre Rostovtsev <tetromino@gentoo.org> + epiphany-2.30.6-r1.ebuild: + QA: eautoreconf should be before gnome2_src_prepare. *epiphany-3.2.1 (06 Nov 2011) 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() { |