diff options
author | Markus Meier <maekke@gentoo.org> | 2010-07-21 19:11:53 +0000 |
---|---|---|
committer | Markus Meier <maekke@gentoo.org> | 2010-07-21 19:11:53 +0000 |
commit | 7a86dd235e8dd3915aeb68371f6d4b7108082f1e (patch) | |
tree | 28326262f7a076ca327b302e8c65aeea6ab1e870 /dev-libs | |
parent | Remove net-misc/asterisk-app_iconv from the tree; bug #312433. (diff) | |
download | gentoo-2-7a86dd235e8dd3915aeb68371f6d4b7108082f1e.tar.gz gentoo-2-7a86dd235e8dd3915aeb68371f6d4b7108082f1e.tar.bz2 gentoo-2-7a86dd235e8dd3915aeb68371f6d4b7108082f1e.zip |
add ~arm, bug #324847
(Portage version: 2.2_rc67/cvs/Linux i686)
Diffstat (limited to 'dev-libs')
-rw-r--r-- | dev-libs/gobject-introspection/ChangeLog | 6 | ||||
-rw-r--r-- | dev-libs/gobject-introspection/gobject-introspection-0.9.0.ebuild | 4 |
2 files changed, 7 insertions, 3 deletions
diff --git a/dev-libs/gobject-introspection/ChangeLog b/dev-libs/gobject-introspection/ChangeLog index e5e5a159f42f..e3e6181e5bff 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-2010 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-libs/gobject-introspection/ChangeLog,v 1.6 2010/07/11 14:06:56 nirbheek Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-libs/gobject-introspection/ChangeLog,v 1.7 2010/07/21 19:11:53 maekke Exp $ + + 21 Jul 2010; Markus Meier <maekke@gentoo.org> + gobject-introspection-0.9.0.ebuild: + add ~arm, bug #324847 *gobject-introspection-0.9.0 (11 Jul 2010) diff --git a/dev-libs/gobject-introspection/gobject-introspection-0.9.0.ebuild b/dev-libs/gobject-introspection/gobject-introspection-0.9.0.ebuild index 103ac86f06ab..b987532f3daa 100644 --- a/dev-libs/gobject-introspection/gobject-introspection-0.9.0.ebuild +++ b/dev-libs/gobject-introspection/gobject-introspection-0.9.0.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2010 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.9.0.ebuild,v 1.1 2010/07/11 14:06:56 nirbheek Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-libs/gobject-introspection/gobject-introspection-0.9.0.ebuild,v 1.2 2010/07/21 19:11:53 maekke Exp $ EAPI="3" @@ -13,7 +13,7 @@ HOMEPAGE="http://live.gnome.org/GObjectIntrospection/" LICENSE="LGPL-2 GPL-2" SLOT="0" -KEYWORDS="~amd64 ~x86" +KEYWORDS="~amd64 ~arm ~x86" IUSE="doc test" RDEPEND=">=dev-libs/glib-2.19.0 |