diff options
author | Agostino Sarubbo <ago@gentoo.org> | 2017-01-21 21:09:01 +0100 |
---|---|---|
committer | Agostino Sarubbo <ago@gentoo.org> | 2017-01-21 21:32:05 +0100 |
commit | 131c3f52f0653a5862dba70bb799dcf20bf60485 (patch) | |
tree | 5ade464e9139fd5671b045e6361d7f06382b93b2 /dev-libs/gobject-introspection | |
parent | dev-libs/gobject-introspection-common: ppc stable wrt bug #587010 (diff) | |
download | gentoo-131c3f52f0653a5862dba70bb799dcf20bf60485.tar.gz gentoo-131c3f52f0653a5862dba70bb799dcf20bf60485.tar.bz2 gentoo-131c3f52f0653a5862dba70bb799dcf20bf60485.zip |
dev-libs/gobject-introspection: ppc stable wrt bug #587010
Package-Manager: portage-2.3.0
RepoMan-Options: --include-arches="ppc"
Signed-off-by: Agostino Sarubbo <ago@gentoo.org>
Diffstat (limited to 'dev-libs/gobject-introspection')
-rw-r--r-- | dev-libs/gobject-introspection/gobject-introspection-1.48.0.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-libs/gobject-introspection/gobject-introspection-1.48.0.ebuild b/dev-libs/gobject-introspection/gobject-introspection-1.48.0.ebuild index 6468e8ddefcb..b639a482789f 100644 --- a/dev-libs/gobject-introspection/gobject-introspection-1.48.0.ebuild +++ b/dev-libs/gobject-introspection/gobject-introspection-1.48.0.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2016 Gentoo Foundation +# Copyright 1999-2017 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Id$ @@ -18,7 +18,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 |