diff options
author | Tobias Klausmann <klausman@gentoo.org> | 2015-07-29 10:19:52 +0000 |
---|---|---|
committer | Tobias Klausmann <klausman@gentoo.org> | 2015-07-29 10:19:52 +0000 |
commit | f7462c93aa6243bf9935583b70b95725e5e21e10 (patch) | |
tree | c827f9257b948ad6745b112819754fe0a4eaa6c8 /dev-libs | |
parent | Stable on alpha, bug 551814 (diff) | |
download | gentoo-2-f7462c93aa6243bf9935583b70b95725e5e21e10.tar.gz gentoo-2-f7462c93aa6243bf9935583b70b95725e5e21e10.tar.bz2 gentoo-2-f7462c93aa6243bf9935583b70b95725e5e21e10.zip |
Stable on alpha, bug 551814
(Portage version: 2.2.20/cvs/Linux x86_64, signed Manifest commit with key CE5D54E8)
Diffstat (limited to 'dev-libs')
-rw-r--r-- | dev-libs/gobject-introspection/ChangeLog | 6 | ||||
-rw-r--r-- | dev-libs/gobject-introspection/gobject-introspection-1.42.0-r1.ebuild | 4 |
2 files changed, 7 insertions, 3 deletions
diff --git a/dev-libs/gobject-introspection/ChangeLog b/dev-libs/gobject-introspection/ChangeLog index d848ce021f72..0b4a91a1be80 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-2015 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-libs/gobject-introspection/ChangeLog,v 1.150 2015/07/17 15:32:57 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-libs/gobject-introspection/ChangeLog,v 1.151 2015/07/29 10:19:52 klausman Exp $ + + 29 Jul 2015; Tobias Klausmann <klausman@gentoo.org> + gobject-introspection-1.42.0-r1.ebuild: + Stable on alpha, bug 551814 17 Jul 2015; Agostino Sarubbo <ago@gentoo.org> gobject-introspection-1.42.0-r1.ebuild: diff --git a/dev-libs/gobject-introspection/gobject-introspection-1.42.0-r1.ebuild b/dev-libs/gobject-introspection/gobject-introspection-1.42.0-r1.ebuild index 274a621c9b11..a93aa5598c2d 100644 --- a/dev-libs/gobject-introspection/gobject-introspection-1.42.0-r1.ebuild +++ b/dev-libs/gobject-introspection/gobject-introspection-1.42.0-r1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2015 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.42.0-r1.ebuild,v 1.9 2015/07/17 15:32:57 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-libs/gobject-introspection/gobject-introspection-1.42.0-r1.ebuild,v 1.10 2015/07/29 10:19:52 klausman Exp $ EAPI="5" GCONF_DEBUG="no" @@ -19,7 +19,7 @@ REQUIRED_USE=" ${PYTHON_REQUIRED_USE} test? ( cairo ) " -KEYWORDS="~alpha amd64 arm ~arm64 hppa ia64 ~mips ppc ppc64 ~s390 ~sh ~sparc x86 ~amd64-fbsd ~x86-fbsd ~x86-freebsd ~x86-interix ~amd64-linux ~arm-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris" +KEYWORDS="alpha amd64 arm ~arm64 hppa ia64 ~mips ppc ppc64 ~s390 ~sh ~sparc x86 ~amd64-fbsd ~x86-fbsd ~x86-freebsd ~x86-interix ~amd64-linux ~arm-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris" # virtual/pkgconfig needed at runtime, bug #505408 # We force glib and goi to be in sync by this way as explained in bug #518424 |