diff options
author | Alexandre Rostovtsev <tetromino@gentoo.org> | 2012-01-30 20:03:06 +0000 |
---|---|---|
committer | Alexandre Rostovtsev <tetromino@gentoo.org> | 2012-01-30 20:03:06 +0000 |
commit | 89f718158c04cd1cdc2ea6626b0d6e5ee62b858f (patch) | |
tree | 8c2204d2a0d4fee40faf6a82f74b1f783dcedbe7 /net-libs/libsoup/libsoup-2.34.3.ebuild | |
parent | Version bump, release tracker bug #401555. (diff) | |
download | gentoo-2-89f718158c04cd1cdc2ea6626b0d6e5ee62b858f.tar.gz gentoo-2-89f718158c04cd1cdc2ea6626b0d6e5ee62b858f.tar.bz2 gentoo-2-89f718158c04cd1cdc2ea6626b0d6e5ee62b858f.zip |
Move gnome2_src_prepare after eautoreconf (bug #401415, thanks to Martin von Gagern for reporting).
(Portage version: 2.2.0_alpha84/cvs/Linux x86_64)
Diffstat (limited to 'net-libs/libsoup/libsoup-2.34.3.ebuild')
-rw-r--r-- | net-libs/libsoup/libsoup-2.34.3.ebuild | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/net-libs/libsoup/libsoup-2.34.3.ebuild b/net-libs/libsoup/libsoup-2.34.3.ebuild index 6b99ce934d42..c96bbfc9fc1b 100644 --- a/net-libs/libsoup/libsoup-2.34.3.ebuild +++ b/net-libs/libsoup/libsoup-2.34.3.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2011 Gentoo Foundation +# Copyright 1999-2012 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-libs/libsoup/libsoup-2.34.3.ebuild,v 1.6 2011/09/18 11:35:49 armin76 Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-libs/libsoup/libsoup-2.34.3.ebuild,v 1.7 2012/01/30 20:03:06 tetromino Exp $ EAPI="4" GCONF_DEBUG="yes" @@ -50,8 +50,6 @@ src_configure() { } src_prepare() { - gnome2_src_prepare - if ! use test; then # don't waste time building tests (bug #226271) sed 's/^\(SUBDIRS =.*\)tests\(.*\)$/\1\2/' -i Makefile.am Makefile.in \ @@ -64,4 +62,6 @@ src_prepare() { epatch "${FILESDIR}/${PN}-2.34.2-fix-build-without-gnome-with-doc.patch" eautoreconf fi + + gnome2_src_prepare } |