From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) by finch.gentoo.org (Postfix) with ESMTP id 010031381F3 for ; Wed, 23 Oct 2013 17:10:36 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 5D22DE08BB; Wed, 23 Oct 2013 17:10:28 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id E091FE08BB for ; Wed, 23 Oct 2013 17:10:27 +0000 (UTC) Received: from hornbill.gentoo.org (hornbill.gentoo.org [94.100.119.163]) (using TLSv1 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id F037D33EFDE for ; Wed, 23 Oct 2013 17:10:26 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by hornbill.gentoo.org (Postfix) with ESMTP id A19EFE5308 for ; Wed, 23 Oct 2013 17:10:25 +0000 (UTC) From: "Johannes Huber" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Johannes Huber" Message-ID: <1382548212.f72a7875269af51de1c447f2c92867f1eb8ee827.johu@gentoo> Subject: [gentoo-commits] proj/kde:master commit in: kde-misc/akonadi-git-resource/ X-VCS-Repository: proj/kde X-VCS-Files: kde-misc/akonadi-git-resource/akonadi-git-resource-9999.ebuild X-VCS-Directories: kde-misc/akonadi-git-resource/ X-VCS-Committer: johu X-VCS-Committer-Name: Johannes Huber X-VCS-Revision: f72a7875269af51de1c447f2c92867f1eb8ee827 X-VCS-Branch: master Date: Wed, 23 Oct 2013 17:10:25 +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: afad45d3-470d-4a55-ab0c-77897e970567 X-Archives-Hash: 35f362113bd27f445d23dbf02700abe6 commit: f72a7875269af51de1c447f2c92867f1eb8ee827 Author: Johannes Huber gentoo org> AuthorDate: Wed Oct 23 17:10:12 2013 +0000 Commit: Johannes Huber gentoo org> CommitDate: Wed Oct 23 17:10:12 2013 +0000 URL: http://git.overlays.gentoo.org/gitweb/?p=proj/kde.git;a=commit;h=f72a7875 [kde-misc/akonadi-git-resource] Relax dep on dev-libs/libgit2. Package-Manager: portage-2.2.7 --- kde-misc/akonadi-git-resource/akonadi-git-resource-9999.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/kde-misc/akonadi-git-resource/akonadi-git-resource-9999.ebuild b/kde-misc/akonadi-git-resource/akonadi-git-resource-9999.ebuild index 10872d4..f77b893 100644 --- a/kde-misc/akonadi-git-resource/akonadi-git-resource-9999.ebuild +++ b/kde-misc/akonadi-git-resource/akonadi-git-resource-9999.ebuild @@ -16,5 +16,5 @@ IUSE="debug" DEPEND=" $(add_kdebase_dep kdepimlibs) - =dev-libs/libgit2-0.17* + >=dev-libs/libgit2-0.17 "