From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id B5028138334 for ; Mon, 10 Sep 2018 21:34:02 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 434F1E0D4B; Mon, 10 Sep 2018 21:33:57 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 1B684E0D4B for ; Mon, 10 Sep 2018 21:33:57 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id A45CD335D23 for ; Mon, 10 Sep 2018 21:33:55 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id DDBB93D2 for ; Mon, 10 Sep 2018 21:33:53 +0000 (UTC) From: "Gilles Dartiguelongue" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Gilles Dartiguelongue" Message-ID: <1536571340.4049d933f2b59c488afc37652722bc1cb4b29369.eva@gentoo> Subject: [gentoo-commits] proj/gnome:master commit in: dev-libs/gobject-introspection/ X-VCS-Repository: proj/gnome X-VCS-Files: dev-libs/gobject-introspection/gobject-introspection-1.54.1.ebuild X-VCS-Directories: dev-libs/gobject-introspection/ X-VCS-Committer: eva X-VCS-Committer-Name: Gilles Dartiguelongue X-VCS-Revision: 4049d933f2b59c488afc37652722bc1cb4b29369 X-VCS-Branch: master Date: Mon, 10 Sep 2018 21:33:53 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: 92017c09-8172-4ab3-a259-7a664895e12e X-Archives-Hash: a16c35479922f83e2f885555b16bd891 commit: 4049d933f2b59c488afc37652722bc1cb4b29369 Author: Gilles Dartiguelongue gentoo org> AuthorDate: Mon Sep 10 09:22:20 2018 +0000 Commit: Gilles Dartiguelongue gentoo org> CommitDate: Mon Sep 10 09:22:20 2018 +0000 URL: https://gitweb.gentoo.org/proj/gnome.git/commit/?id=4049d933 dev-libs/gobject-introspection: replace versionator by eapi7-ver Package-Manager: Portage-2.3.49, Repoman-2.3.10 Manifest-Sign-Key: 0x5A56C8CD0C13248A dev-libs/gobject-introspection/gobject-introspection-1.54.1.ebuild | 4 ++-- 1 file 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