summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGilles Dartiguelongue <eva@gentoo.org>2018-09-10 11:22:20 +0200
committerGilles Dartiguelongue <eva@gentoo.org>2018-09-10 11:22:20 +0200
commit4049d933f2b59c488afc37652722bc1cb4b29369 (patch)
tree161300bb539ac15c9f59b7c0af9a7a99ce5fdc98
parentdev-libs/gobject-introspection: synchronize with gentoo repository (diff)
downloadgnome-4049d933.tar.gz
gnome-4049d933.tar.bz2
gnome-4049d933.zip
dev-libs/gobject-introspection: replace versionator by eapi7-ver
Package-Manager: Portage-2.3.49, Repoman-2.3.10 Manifest-Sign-Key: 0x5A56C8CD0C13248A
-rw-r--r--dev-libs/gobject-introspection/gobject-introspection-1.54.1.ebuild4
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-libs/gobject-introspection/gobject-introspection-1.54.1.ebuild b/dev-libs/gobject-introspection/gobject-introspection-1.54.1.ebuild
index 0be6883d..77be1e37 100644
--- a/dev-libs/gobject-introspection/gobject-introspection-1.54.1.ebuild
+++ b/dev-libs/gobject-introspection/gobject-introspection-1.54.1.ebuild
@@ -5,7 +5,7 @@ EAPI=6
PYTHON_COMPAT=( python{2_7,3_4,3_5,3_6,3_7} )
PYTHON_REQ_USE="xml"
-inherit gnome2 python-single-r1 toolchain-funcs versionator
+inherit eapi7-ver gnome2 python-single-r1 toolchain-funcs
DESCRIPTION="Introspection system for GObject-based libraries"
HOMEPAGE="https://wiki.gnome.org/Projects/GObjectIntrospection"
@@ -23,7 +23,7 @@ KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~spa
# We force glib and g-i to be in sync by this way as explained in bug #518424
RDEPEND="
>=dev-libs/gobject-introspection-common-${PV}
- >=dev-libs/glib-2.$(get_version_component_range 2):2
+ >=dev-libs/glib-2.$(ver_cut 2):2
doctool? ( dev-python/mako[${PYTHON_USEDEP}] )
virtual/libffi:=
virtual/pkgconfig