diff options
author | Fabian Groffen <grobian@gentoo.org> | 2011-04-25 15:18:45 +0000 |
---|---|---|
committer | Fabian Groffen <grobian@gentoo.org> | 2011-04-25 15:18:45 +0000 |
commit | 101084b48ba539fb343695804c931ce085596522 (patch) | |
tree | 52ee416c986fe32ca89a9c08b36b3fd9b5d96885 /dev-libs/gobject-introspection | |
parent | EAPI bump. Tidy up and hopefully solve bug #331707 (diff) | |
download | gentoo-2-101084b48ba539fb343695804c931ce085596522.tar.gz gentoo-2-101084b48ba539fb343695804c931ce085596522.tar.bz2 gentoo-2-101084b48ba539fb343695804c931ce085596522.zip |
Keyworded *-macos, bug #364693
(Portage version: 2.2.01.18252-prefix/cvs/Darwin powerpc)
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.8.ebuild | 4 |
2 files changed, 7 insertions, 3 deletions
diff --git a/dev-libs/gobject-introspection/ChangeLog b/dev-libs/gobject-introspection/ChangeLog index 3168cf4e36a3..140ca38707a2 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.27 2011/04/24 12:48:51 nirbheek Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-libs/gobject-introspection/ChangeLog,v 1.28 2011/04/25 15:18:45 grobian Exp $ + + 25 Apr 2011; Fabian Groffen <grobian@gentoo.org> + gobject-introspection-0.10.8.ebuild: + Keyworded *-macos, bug #364693 *gobject-introspection-0.10.8 (24 Apr 2011) diff --git a/dev-libs/gobject-introspection/gobject-introspection-0.10.8.ebuild b/dev-libs/gobject-introspection/gobject-introspection-0.10.8.ebuild index 0c7a0710f2a5..6c4e9a34779a 100644 --- a/dev-libs/gobject-introspection/gobject-introspection-0.10.8.ebuild +++ b/dev-libs/gobject-introspection/gobject-introspection-0.10.8.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.8.ebuild,v 1.1 2011/04/24 12:48:51 nirbheek Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-libs/gobject-introspection/gobject-introspection-0.10.8.ebuild,v 1.2 2011/04/25 15:18:45 grobian 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 ~ppc-macos ~x64-macos ~x86-macos" IUSE="doc test" RDEPEND=">=dev-libs/glib-2.24:2 |