diff options
author | Kacper Kowalik <xarthisius@gentoo.org> | 2011-01-26 15:55:42 +0000 |
---|---|---|
committer | Kacper Kowalik <xarthisius@gentoo.org> | 2011-01-26 15:55:42 +0000 |
commit | 97c3ccbebc4bc080113a5c7b2374bcd8581b4b42 (patch) | |
tree | 37f418c1f72bf5bc4b44a6b837570e790e535a56 /dev-libs/gobject-introspection | |
parent | Fix compilation on PPC with some recent GCCs wrt bug 343893. Thanks to Andrew... (diff) | |
download | gentoo-2-97c3ccbebc4bc080113a5c7b2374bcd8581b4b42.tar.gz gentoo-2-97c3ccbebc4bc080113a5c7b2374bcd8581b4b42.tar.bz2 gentoo-2-97c3ccbebc4bc080113a5c7b2374bcd8581b4b42.zip |
~ppc/~ppc64 wrt #324847
(Portage version: 2.1.9.25/cvs/Linux ppc64)
Diffstat (limited to 'dev-libs/gobject-introspection')
-rw-r--r-- | dev-libs/gobject-introspection/ChangeLog | 6 | ||||
-rw-r--r-- | dev-libs/gobject-introspection/gobject-introspection-0.10.1.ebuild | 4 |
2 files changed, 7 insertions, 3 deletions
diff --git a/dev-libs/gobject-introspection/ChangeLog b/dev-libs/gobject-introspection/ChangeLog index 687ae1544961..b84bdb02c344 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-2011 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-libs/gobject-introspection/ChangeLog,v 1.14 2011/01/12 22:28:42 eva Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-libs/gobject-introspection/ChangeLog,v 1.15 2011/01/26 15:55:42 xarthisius Exp $ + + 26 Jan 2011; Kacper Kowalik <xarthisius@gentoo.org> + gobject-introspection-0.10.1.ebuild: + ~ppc/~ppc64 wrt #324847 *gobject-introspection-0.10.1 (12 Jan 2011) diff --git a/dev-libs/gobject-introspection/gobject-introspection-0.10.1.ebuild b/dev-libs/gobject-introspection/gobject-introspection-0.10.1.ebuild index 8cec53714434..021780e65c3e 100644 --- a/dev-libs/gobject-introspection/gobject-introspection-0.10.1.ebuild +++ b/dev-libs/gobject-introspection/gobject-introspection-0.10.1.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/dev-libs/gobject-introspection/gobject-introspection-0.10.1.ebuild,v 1.1 2011/01/12 22:28:42 eva Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-libs/gobject-introspection/gobject-introspection-0.10.1.ebuild,v 1.2 2011/01/26 15:55:42 xarthisius Exp $ EAPI="3" GCONF_DEBUG="no" @@ -13,7 +13,7 @@ HOMEPAGE="http://live.gnome.org/GObjectIntrospection/" LICENSE="LGPL-2 GPL-2" SLOT="0" -KEYWORDS="~alpha ~amd64 ~arm ~ia64 ~s390 ~sh ~sparc ~x86" +KEYWORDS="~alpha ~amd64 ~arm ~ia64 ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86" IUSE="doc test" RDEPEND=">=dev-libs/glib-2.24:2 |