diff options
author | Jeroen Roovers <jer@gentoo.org> | 2012-10-02 15:30:08 +0000 |
---|---|---|
committer | Jeroen Roovers <jer@gentoo.org> | 2012-10-02 15:30:08 +0000 |
commit | fad5c982be90f6f5cec15544c9668320c8330a30 (patch) | |
tree | 08eae06d33ffc467485fa9aa8440d927209182d9 /dev-libs | |
parent | Stable for HPPA (bug #427544). (diff) | |
download | gentoo-2-fad5c982be90f6f5cec15544c9668320c8330a30.tar.gz gentoo-2-fad5c982be90f6f5cec15544c9668320c8330a30.tar.bz2 gentoo-2-fad5c982be90f6f5cec15544c9668320c8330a30.zip |
Stable for HPPA (bug #427544).
(Portage version: 2.2.0_alpha134/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-1.32.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 cf36819e5123..ca0c89ef3de7 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.75 2012/09/26 21:56:54 mattst88 Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-libs/gobject-introspection/ChangeLog,v 1.76 2012/10/02 15:30:08 jer Exp $ + + 02 Oct 2012; Jeroen Roovers <jer@gentoo.org> + gobject-introspection-1.32.1.ebuild: + Stable for HPPA (bug #427544). 26 Sep 2012; Matt Turner <mattst88@gentoo.org> gobject-introspection-1.32.1.ebuild: 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 a1cd88529749..70cc41cced44 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.8 2012/09/26 21:56:54 mattst88 Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-libs/gobject-introspection/gobject-introspection-1.32.1.ebuild,v 1.9 2012/10/02 15:30:08 jer Exp $ EAPI="4" GCONF_DEBUG="no" @@ -15,7 +15,7 @@ HOMEPAGE="http://live.gnome.org/GObjectIntrospection/" LICENSE="LGPL-2+ GPL-2+" SLOT="0" -KEYWORDS="alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~amd64-fbsd ~x86-fbsd ~x86-freebsd ~x86-interix ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris" +KEYWORDS="alpha ~amd64 ~arm hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~amd64-fbsd ~x86-fbsd ~x86-freebsd ~x86-interix ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris" IUSE="doc doctool test" |