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 C0C60139083 for ; Tue, 22 Aug 2017 12:59:37 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 03D3C1FC03F; Tue, 22 Aug 2017 12:59:37 +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 D4D8E1FC03E for ; Tue, 22 Aug 2017 12:59:36 +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 0704F3418F8 for ; Tue, 22 Aug 2017 12:59:36 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 8841C7E36 for ; Tue, 22 Aug 2017 12:59:34 +0000 (UTC) From: "Mart Raudsepp" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Mart Raudsepp" Message-ID: <1503406716.d7964ac9852b33cff3886d6a4b3d6ebfb808d353.leio@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-libs/libgit2-glib/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-libs/libgit2-glib/libgit2-glib-0.26.0-r1.ebuild dev-libs/libgit2-glib/libgit2-glib-0.26.0.ebuild X-VCS-Directories: dev-libs/libgit2-glib/ X-VCS-Committer: leio X-VCS-Committer-Name: Mart Raudsepp X-VCS-Revision: d7964ac9852b33cff3886d6a4b3d6ebfb808d353 X-VCS-Branch: master Date: Tue, 22 Aug 2017 12:59:34 +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: eaa185c3-fff1-432d-9896-db0c4e19b45e X-Archives-Hash: f1775543926f6305320b6f1ef02daad4 commit: d7964ac9852b33cff3886d6a4b3d6ebfb808d353 Author: Mart Raudsepp gentoo org> AuthorDate: Tue Aug 22 12:47:20 2017 +0000 Commit: Mart Raudsepp gentoo org> CommitDate: Tue Aug 22 12:58:36 2017 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d7964ac9 dev-libs/libgit2-glib: bump libgit2 subslot requirement to be in sync; EAPI-6 Package-Manager: Portage-2.3.6, Repoman-2.3.2 .../{libgit2-glib-0.26.0.ebuild => libgit2-glib-0.26.0-r1.ebuild} | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/dev-libs/libgit2-glib/libgit2-glib-0.26.0.ebuild b/dev-libs/libgit2-glib/libgit2-glib-0.26.0-r1.ebuild similarity index 92% rename from dev-libs/libgit2-glib/libgit2-glib-0.26.0.ebuild rename to dev-libs/libgit2-glib/libgit2-glib-0.26.0-r1.ebuild index 07fc8e722f0..49d1ea552de 100644 --- a/dev-libs/libgit2-glib/libgit2-glib-0.26.0.ebuild +++ b/dev-libs/libgit2-glib/libgit2-glib-0.26.0-r1.ebuild @@ -1,12 +1,11 @@ # Copyright 1999-2017 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -EAPI=5 -GCONF_DEBUG="no" +EAPI=6 PYTHON_COMPAT=( python{3_4,3_5,3_6} ) VALA_USE_DEPEND="vapigen" -inherit eutils gnome2 python-r1 vala +inherit gnome2 python-r1 vala DESCRIPTION="Git library for GLib" HOMEPAGE="https://wiki.gnome.org/Projects/Libgit2-glib" @@ -21,7 +20,7 @@ REQUIRED_USE="python? ( ${PYTHON_REQUIRED_USE} )" # Specify libgit2 dependency with subslot because libgit2 upstream has a habit # of changing their API in each release in ways that break libgit2-glib RDEPEND=" - >=dev-libs/libgit2-0.25.0:0/25[ssh?] + >=dev-libs/libgit2-0.26.0:0/26[ssh?] >=dev-libs/glib-2.44.0:2 python? ( ${PYTHON_DEPS}