diff options
author | Markus Meier <maekke@gentoo.org> | 2012-01-29 19:10:54 +0000 |
---|---|---|
committer | Markus Meier <maekke@gentoo.org> | 2012-01-29 19:10:54 +0000 |
commit | b63102c9dbe95fa20d8b0ae4ee2fdeed73ae6c53 (patch) | |
tree | 9b3338d056a816e61298abe0bd375a143650a132 /dev-libs | |
parent | arm stable, bug #395735 (diff) | |
download | gentoo-2-b63102c9dbe95fa20d8b0ae4ee2fdeed73ae6c53.tar.gz gentoo-2-b63102c9dbe95fa20d8b0ae4ee2fdeed73ae6c53.tar.bz2 gentoo-2-b63102c9dbe95fa20d8b0ae4ee2fdeed73ae6c53.zip |
arm stable, bug #399529
(Portage version: 2.1.10.44/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-1.30.0-r2.ebuild | 4 |
2 files changed, 7 insertions, 3 deletions
diff --git a/dev-libs/gobject-introspection/ChangeLog b/dev-libs/gobject-introspection/ChangeLog index 6f819ad8fb02..28613dafafab 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.56 2012/01/28 15:35:10 phajdan.jr Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-libs/gobject-introspection/ChangeLog,v 1.57 2012/01/29 19:10:54 maekke Exp $ + + 29 Jan 2012; Markus Meier <maekke@gentoo.org> + gobject-introspection-1.30.0-r2.ebuild: + arm stable, bug #399529 28 Jan 2012; Pawel Hajdan jr <phajdan.jr@gentoo.org> gobject-introspection-1.30.0-r2.ebuild: diff --git a/dev-libs/gobject-introspection/gobject-introspection-1.30.0-r2.ebuild b/dev-libs/gobject-introspection/gobject-introspection-1.30.0-r2.ebuild index e093b6a0227a..7ee16053b98f 100644 --- a/dev-libs/gobject-introspection/gobject-introspection-1.30.0-r2.ebuild +++ b/dev-libs/gobject-introspection/gobject-introspection-1.30.0-r2.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.30.0-r2.ebuild,v 1.4 2012/01/28 15:35:10 phajdan.jr Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-libs/gobject-introspection/gobject-introspection-1.30.0-r2.ebuild,v 1.5 2012/01/29 19:10:54 maekke Exp $ EAPI="4" GCONF_DEBUG="no" @@ -15,7 +15,7 @@ SRC_URI="${SRC_URI} mirror://gentoo/${P}-patches-1.tar.xz" LICENSE="LGPL-2 GPL-2" SLOT="0" -KEYWORDS="~alpha amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc x86 ~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 ~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 test" |