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 79C2B1396D1 for ; Tue, 19 Sep 2017 11:08:36 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id D5F8A1FC05D; Tue, 19 Sep 2017 11:08:35 +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 ADD451FC104 for ; Tue, 19 Sep 2017 11:08:35 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (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 DF3063402FE for ; Tue, 19 Sep 2017 11:08:34 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 289FF9084 for ; Tue, 19 Sep 2017 11:08:33 +0000 (UTC) From: "Michał Górny" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Michał Górny" Message-ID: <1505819307.e2a3ae48f423ee381ab385912810275327da255f.mgorny@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/pygit2/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-python/pygit2/pygit2-0.26.0.ebuild X-VCS-Directories: dev-python/pygit2/ X-VCS-Committer: mgorny X-VCS-Committer-Name: Michał Górny X-VCS-Revision: e2a3ae48f423ee381ab385912810275327da255f X-VCS-Branch: master Date: Tue, 19 Sep 2017 11:08:33 +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: 521c75ed-2bd0-4cb5-9696-effcdbad1715 X-Archives-Hash: 0e7eab2bb73f716b43912c3a66936931 commit: e2a3ae48f423ee381ab385912810275327da255f Author: Michał Górny gentoo org> AuthorDate: Tue Sep 19 08:54:54 2017 +0000 Commit: Michał Górny gentoo org> CommitDate: Tue Sep 19 11:08:27 2017 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e2a3ae48 dev-python/pygit2: Use eapi7-ver.eclass dev-python/pygit2/pygit2-0.26.0.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/dev-python/pygit2/pygit2-0.26.0.ebuild b/dev-python/pygit2/pygit2-0.26.0.ebuild index a88aff4993c..f250bd2d58d 100644 --- a/dev-python/pygit2/pygit2-0.26.0.ebuild +++ b/dev-python/pygit2/pygit2-0.26.0.ebuild @@ -4,7 +4,7 @@ EAPI=6 PYTHON_COMPAT=( python2_7 python3_{4,5,6} ) -inherit distutils-r1 versionator +inherit distutils-r1 eapi7-ver DESCRIPTION="Python bindings for libgit2" HOMEPAGE="https://github.com/libgit2/pygit2 https://pypi.python.org/pypi/pygit2" @@ -15,7 +15,7 @@ SLOT="0" KEYWORDS="~amd64 ~x86" RDEPEND=" - =dev-libs/libgit2-$(get_version_component_range 1-2)* + =dev-libs/libgit2-$(ver_cut 1-2)* >=dev-python/cffi-1.0:=[${PYTHON_USEDEP}] dev-python/six[${PYTHON_USEDEP}] "