summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPacho Ramos <pacho@gentoo.org>2012-07-07 13:00:03 +0000
committerPacho Ramos <pacho@gentoo.org>2012-07-07 13:00:03 +0000
commit4daeffaeff6ba3b162f62c947ded019bfdb9dc98 (patch)
tree443bbc24730eefdc1e9b9793a433a6ff2847fa7e /dev-libs/gobject-introspection
parentremove old ebuild. (diff)
downloadgentoo-2-4daeffaeff6ba3b162f62c947ded019bfdb9dc98.tar.gz
gentoo-2-4daeffaeff6ba3b162f62c947ded019bfdb9dc98.tar.bz2
gentoo-2-4daeffaeff6ba3b162f62c947ded019bfdb9dc98.zip
Prevent crosscompiling problems, bug #414105 by Jimmy.Jazz.
(Portage version: 2.1.11.5/cvs/Linux x86_64)
Diffstat (limited to 'dev-libs/gobject-introspection')
-rw-r--r--dev-libs/gobject-introspection/ChangeLog7
-rw-r--r--dev-libs/gobject-introspection/gobject-introspection-1.32.1.ebuild7
2 files changed, 10 insertions, 4 deletions
diff --git a/dev-libs/gobject-introspection/ChangeLog b/dev-libs/gobject-introspection/ChangeLog
index 521082ca2fdc..f4a491ffb420 100644
--- a/dev-libs/gobject-introspection/ChangeLog
+++ b/dev-libs/gobject-introspection/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for dev-libs/gobject-introspection
# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-libs/gobject-introspection/ChangeLog,v 1.71 2012/06/04 15:12:38 pacho Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-libs/gobject-introspection/ChangeLog,v 1.72 2012/07/07 13:00:03 pacho Exp $
+
+ 07 Jul 2012; Pacho Ramos <pacho@gentoo.org>
+ gobject-introspection-1.32.1.ebuild:
+ Prevent crosscompiling problems, bug #414105 by Jimmy.Jazz.
04 Jun 2012; Pacho Ramos <pacho@gentoo.org>
-files/gobject-introspection-0.10.8-build-tests.patch,
@@ -372,4 +376,3 @@
+gobject-introspection-0.6.7.ebuild, +metadata.xml:
Add initial ebuild for gobject-introspection, infrastructure for
generation of gobject library bindings
-
diff --git a/dev-libs/gobject-introspection/gobject-introspection-1.32.1.ebuild b/dev-libs/gobject-introspection/gobject-introspection-1.32.1.ebuild
index b4c482c6e5b8..af917bfa832a 100644
--- a/dev-libs/gobject-introspection/gobject-introspection-1.32.1.ebuild
+++ b/dev-libs/gobject-introspection/gobject-introspection-1.32.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/gobject-introspection/gobject-introspection-1.32.1.ebuild,v 1.5 2012/06/04 07:30:23 tetromino Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-libs/gobject-introspection/gobject-introspection-1.32.1.ebuild,v 1.6 2012/07/07 13:00:03 pacho Exp $
EAPI="4"
GCONF_DEBUG="no"
@@ -8,7 +8,7 @@ GNOME2_LA_PUNT="yes"
PYTHON_DEPEND="2:2.7"
PYTHON_USE_WITH="xml"
-inherit gnome2 python
+inherit gnome2 python toolchain-funcs
DESCRIPTION="Introspection infrastructure for generating gobject library bindings for various languages"
HOMEPAGE="http://live.gnome.org/GObjectIntrospection/"
@@ -33,6 +33,9 @@ DEPEND="${RDEPEND}
PDEPEND="x11-libs/cairo[glib]"
pkg_setup() {
+ # To prevent crosscompiling problems, bug #414105
+ CC=$(tc-getCC)
+
DOCS="AUTHORS CONTRIBUTORS ChangeLog NEWS README TODO"
G2CONF="${G2CONF}
--disable-static