summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlexandre Rostovtsev <tetromino@gentoo.org>2012-12-19 04:04:02 +0000
committerAlexandre Rostovtsev <tetromino@gentoo.org>2012-12-19 04:04:02 +0000
commitbbe1bdb6d26ca27d91f5eab21461cc8b228110bc (patch)
tree8bd9b39adbbbbf16ea8e85e1aa12dc31293c9616 /dev-libs
parentVersion bump. Update license and homepage, drop old. (diff)
downloadgentoo-2-bbe1bdb6d26ca27d91f5eab21461cc8b228110bc.tar.gz
gentoo-2-bbe1bdb6d26ca27d91f5eab21461cc8b228110bc.tar.bz2
gentoo-2-bbe1bdb6d26ca27d91f5eab21461cc8b228110bc.zip
Fix broken src_configure stage, thanks to Nick Novikov for reporting.
(Portage version: 2.2.0_alpha149/cvs/Linux x86_64, signed Manifest commit with key CF0ADD61)
Diffstat (limited to 'dev-libs')
-rw-r--r--dev-libs/libgweather/ChangeLog6
-rw-r--r--dev-libs/libgweather/libgweather-3.4.1.ebuild3
2 files changed, 7 insertions, 2 deletions
diff --git a/dev-libs/libgweather/ChangeLog b/dev-libs/libgweather/ChangeLog
index d9ea347f9b3e..b0577078da4f 100644
--- a/dev-libs/libgweather/ChangeLog
+++ b/dev-libs/libgweather/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for dev-libs/libgweather
# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-libs/libgweather/ChangeLog,v 1.87 2012/12/19 01:53:47 tetromino Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-libs/libgweather/ChangeLog,v 1.88 2012/12/19 04:04:02 tetromino Exp $
+
+ 19 Dec 2012; Alexandre Rostovtsev <tetromino@gentoo.org>
+ libgweather-3.4.1.ebuild:
+ Fix broken src_configure stage, thanks to Nick Novikov for reporting.
*libgweather-3.6.2 (19 Dec 2012)
diff --git a/dev-libs/libgweather/libgweather-3.4.1.ebuild b/dev-libs/libgweather/libgweather-3.4.1.ebuild
index 3b2f0373c080..4994333d4f4a 100644
--- a/dev-libs/libgweather/libgweather-3.4.1.ebuild
+++ b/dev-libs/libgweather/libgweather-3.4.1.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2012 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-libs/libgweather/libgweather-3.4.1.ebuild,v 1.3 2012/12/19 01:53:47 tetromino Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-libs/libgweather/libgweather-3.4.1.ebuild,v 1.4 2012/12/19 04:04:02 tetromino Exp $
EAPI="5"
GCONF_DEBUG="no"
@@ -42,4 +42,5 @@ src_configure() {
--enable-locations-compression
--disable-static
$(use_enable introspection)"
+ gnome2_src_configure
}