diff options
author | Kacper Kowalik <xarthisius@gentoo.org> | 2011-03-21 20:22:46 +0000 |
---|---|---|
committer | Kacper Kowalik <xarthisius@gentoo.org> | 2011-03-21 20:22:46 +0000 |
commit | 1d5e5e32f7df10a3b78a22829fc698da70f9bc48 (patch) | |
tree | c8453d644fec15a334ea62b070b3b841986ec19c /dev-libs | |
parent | Marking gnome-sharp-2.24.2 ppc for bug 359651 (diff) | |
download | gentoo-2-1d5e5e32f7df10a3b78a22829fc698da70f9bc48.tar.gz gentoo-2-1d5e5e32f7df10a3b78a22829fc698da70f9bc48.tar.bz2 gentoo-2-1d5e5e32f7df10a3b78a22829fc698da70f9bc48.zip |
ppc64 stable wrt #353436
(Portage version: 2.2.0_alpha27/cvs/Linux x86_64)
Diffstat (limited to 'dev-libs')
-rw-r--r-- | dev-libs/gobject-introspection/ChangeLog | 6 | ||||
-rw-r--r-- | dev-libs/gobject-introspection/gobject-introspection-0.10.2.ebuild | 4 |
2 files changed, 7 insertions, 3 deletions
diff --git a/dev-libs/gobject-introspection/ChangeLog b/dev-libs/gobject-introspection/ChangeLog index 683425899e85..03230003955e 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.21 2011/03/12 21:10:33 armin76 Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-libs/gobject-introspection/ChangeLog,v 1.22 2011/03/21 20:22:46 xarthisius Exp $ + + 21 Mar 2011; Kacper Kowalik <xarthisius@gentoo.org> + gobject-introspection-0.10.2.ebuild: + ppc64 stable wrt #353436 12 Mar 2011; Raúl Porcel <armin76@gentoo.org> gobject-introspection-0.10.2.ebuild: diff --git a/dev-libs/gobject-introspection/gobject-introspection-0.10.2.ebuild b/dev-libs/gobject-introspection/gobject-introspection-0.10.2.ebuild index 8db0273c01dc..28d86cd89332 100644 --- a/dev-libs/gobject-introspection/gobject-introspection-0.10.2.ebuild +++ b/dev-libs/gobject-introspection/gobject-introspection-0.10.2.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.2.ebuild,v 1.4 2011/03/12 21:10:33 armin76 Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-libs/gobject-introspection/gobject-introspection-0.10.2.ebuild,v 1.5 2011/03/21 20:22:46 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 ~ppc ~ppc64 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 |