summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPacho Ramos <pacho@gentoo.org>2014-08-02 09:17:09 +0000
committerPacho Ramos <pacho@gentoo.org>2014-08-02 09:17:09 +0000
commit48ce469aba63191fb5c845dc6c82244f9092e898 (patch)
treedb288ca327bd1a74cf07bc44b32725c10c41d4d6 /dev-libs/gobject-introspection
parentRework the way we force glib and goi to be in sync (#518424 by Alexander Tsoy) (diff)
downloadgentoo-2-48ce469aba63191fb5c845dc6c82244f9092e898.tar.gz
gentoo-2-48ce469aba63191fb5c845dc6c82244f9092e898.tar.bz2
gentoo-2-48ce469aba63191fb5c845dc6c82244f9092e898.zip
Rework the way we force glib and goi to be in sync (#518424 by Alexander Tsoy)
(Portage version: 2.2.10/cvs/Linux x86_64, signed Manifest commit with key A188FBD4)
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.ebuild9
2 files changed, 10 insertions, 5 deletions
diff --git a/dev-libs/gobject-introspection/ChangeLog b/dev-libs/gobject-introspection/ChangeLog
index 3e868318bb68..febd5508e0f0 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.121 2014/07/28 13:42:47 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-libs/gobject-introspection/ChangeLog,v 1.122 2014/08/02 09:17:09 pacho Exp $
+
+ 02 Aug 2014; Pacho Ramos <pacho@gentoo.org>
+ gobject-introspection-1.40.0.ebuild:
+ Rework the way we force glib and goi to be in sync (#518424 by Alexander Tsoy)
28 Jul 2014; Agostino Sarubbo <ago@gentoo.org>
gobject-introspection-1.40.0.ebuild:
diff --git a/dev-libs/gobject-introspection/gobject-introspection-1.40.0.ebuild b/dev-libs/gobject-introspection/gobject-introspection-1.40.0.ebuild
index fd1768880d47..0cd328e8c7e2 100644
--- a/dev-libs/gobject-introspection/gobject-introspection-1.40.0.ebuild
+++ b/dev-libs/gobject-introspection/gobject-introspection-1.40.0.ebuild
@@ -1,16 +1,16 @@
# 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.ebuild,v 1.4 2014/07/28 13:42:47 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-libs/gobject-introspection/gobject-introspection-1.40.0.ebuild,v 1.5 2014/08/02 09:17:09 pacho Exp $
EAPI="5"
GCONF_DEBUG="no"
PYTHON_COMPAT=( python2_7 )
PYTHON_REQ_USE="xml"
-inherit gnome2 python-single-r1 toolchain-funcs
+inherit gnome2 python-single-r1 toolchain-funcs versionator
DESCRIPTION="Introspection infrastructure for generating gobject library bindings for various languages"
-HOMEPAGE="http://live.gnome.org/GObjectIntrospection/"
+HOMEPAGE="https://wiki.gnome.org/Projects/GObjectIntrospection"
LICENSE="LGPL-2+ GPL-2+"
SLOT="0"
@@ -22,9 +22,10 @@ REQUIRED_USE="
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
RDEPEND="
>=dev-libs/gobject-introspection-common-${PV}
- >=dev-libs/glib-2.36:2
+ >=dev-libs/glib-2.$(get_version_component_range 2):2
doctool? ( dev-python/mako )
virtual/libffi:=
virtual/pkgconfig