From 7db083a78880d171b4b8d1b21309825c0941272a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=A9r=C3=B4me=20Duval?= Date: Wed, 24 May 2017 12:57:23 +0200 Subject: [PATCH] libgit2: fix provide versions and compat. --- dev-libs/libgit2/libgit2-0.25.1.recipe | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/dev-libs/libgit2/libgit2-0.25.1.recipe b/dev-libs/libgit2/libgit2-0.25.1.recipe index f165eedc9..1c4438956 100644 --- a/dev-libs/libgit2/libgit2-0.25.1.recipe +++ b/dev-libs/libgit2/libgit2-0.25.1.recipe @@ -15,7 +15,7 @@ DESCRIPTION="The library provides: HOMEPAGE="http://libgit2.github.com/" COPYRIGHT="2005-2017 libgit2 project" LICENSE="GNU LGPL v2" -REVISION="1" +REVISION="2" SOURCE_URI="https://github.com/libgit2/libgit2/archive/v$portVersion.tar.gz" CHECKSUM_SHA256="7ae8e699ff7ff9a1fa702249140ee31ea6fd556bf7968e84e38165870667bcb1" @@ -24,7 +24,7 @@ SECONDARY_ARCHITECTURES="x86" PROVIDES=" libgit2$secondaryArchSuffix = $portVersion - lib:libgit2$secondaryArchSuffix = 0.24.0 compat >= 0 + lib:libgit2$secondaryArchSuffix = 0.25.1 compat >= 0.25 " REQUIRES=" haiku$secondaryArchSuffix @@ -36,7 +36,7 @@ REQUIRES=" PROVIDES_devel=" libgit2${secondaryArchSuffix}_devel = $portVersion - devel:libgit2$secondaryArchSuffix = 0.24.0 compat >= 0 + devel:libgit2$secondaryArchSuffix = 0.25.1 compat >= 0.25 " REQUIRES_devel=" libgit2$secondaryArchSuffix == $portVersion base