summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAgostino Sarubbo <ago@gentoo.org>2014-12-30 10:09:52 +0000
committerAgostino Sarubbo <ago@gentoo.org>2014-12-30 10:09:52 +0000
commitec09f700cd70404da1c269ddc8d652e9f0fe2cce (patch)
tree091311dbba32e508c187a1abe6915cd2b748ceae /dev-libs/gobject-introspection
parentStable for ppc64, wrt bug #529964 (diff)
downloadgentoo-2-ec09f700cd70404da1c269ddc8d652e9f0fe2cce.tar.gz
gentoo-2-ec09f700cd70404da1c269ddc8d652e9f0fe2cce.tar.bz2
gentoo-2-ec09f700cd70404da1c269ddc8d652e9f0fe2cce.zip
Stable for ppc64, wrt bug #529964
(Portage version: 2.2.14/cvs/Linux x86_64, RepoMan options: --include-arches="ppc64", signed Manifest commit with key 7194459F)
Diffstat (limited to 'dev-libs/gobject-introspection')
-rw-r--r--dev-libs/gobject-introspection/ChangeLog6
-rw-r--r--dev-libs/gobject-introspection/gobject-introspection-1.40.0-r2.ebuild4
2 files changed, 7 insertions, 3 deletions
diff --git a/dev-libs/gobject-introspection/ChangeLog b/dev-libs/gobject-introspection/ChangeLog
index 53b6766be2f0..3c1cede04648 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-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-libs/gobject-introspection/ChangeLog,v 1.135 2014/12/28 12:23:08 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-libs/gobject-introspection/ChangeLog,v 1.136 2014/12/30 10:09:52 ago Exp $
+
+ 30 Dec 2014; Agostino Sarubbo <ago@gentoo.org>
+ gobject-introspection-1.40.0-r2.ebuild:
+ Stable for ppc64, wrt bug #529964
28 Dec 2014; Agostino Sarubbo <ago@gentoo.org>
gobject-introspection-1.40.0-r2.ebuild:
diff --git a/dev-libs/gobject-introspection/gobject-introspection-1.40.0-r2.ebuild b/dev-libs/gobject-introspection/gobject-introspection-1.40.0-r2.ebuild
index adedf68e72d3..0c66e0da8091 100644
--- a/dev-libs/gobject-introspection/gobject-introspection-1.40.0-r2.ebuild
+++ b/dev-libs/gobject-introspection/gobject-introspection-1.40.0-r2.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2014 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.40.0-r2.ebuild,v 1.5 2014/12/28 12:23:08 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-libs/gobject-introspection/gobject-introspection-1.40.0-r2.ebuild,v 1.6 2014/12/30 10:09:52 ago Exp $
EAPI="5"
GCONF_DEBUG="no"
@@ -19,7 +19,7 @@ REQUIRED_USE="
${PYTHON_REQUIRED_USE}
test? ( cairo )
"
-KEYWORDS="~alpha amd64 ~arm 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 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