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 DC0541384C0 for ; Sat, 29 Aug 2015 12:31:53 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 74B9EE090A; Sat, 29 Aug 2015 12:31:50 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 1C841E090A for ; Sat, 29 Aug 2015 12:31:50 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 18827340A51 for ; Sat, 29 Aug 2015 12:31:49 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 144DD16D for ; Sat, 29 Aug 2015 12:31:45 +0000 (UTC) From: "Mike Auty" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Mike Auty" Message-ID: <1440851489.a57deb75052363178c194a2b6a74288f014c1c25.ikelos@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-vcs/gitg/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-vcs/gitg/gitg-3.16.1.ebuild X-VCS-Directories: dev-vcs/gitg/ X-VCS-Committer: ikelos X-VCS-Committer-Name: Mike Auty X-VCS-Revision: a57deb75052363178c194a2b6a74288f014c1c25 X-VCS-Branch: master Date: Sat, 29 Aug 2015 12:31:45 +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: 1d13a67c-b5cf-496a-a568-cc3dd4874321 X-Archives-Hash: a2e71a5cbb8bf90279c73d3c2fdb4be3 commit: a57deb75052363178c194a2b6a74288f014c1c25 Author: Mike Auty gentoo org> AuthorDate: Sat Aug 29 12:31:29 2015 +0000 Commit: Mike Auty gentoo org> CommitDate: Sat Aug 29 12:31:29 2015 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a57deb75 Fix up overly restrictive dependency. Package-Manager: portage-2.2.20.1 dev-vcs/gitg/gitg-3.16.1.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-vcs/gitg/gitg-3.16.1.ebuild b/dev-vcs/gitg/gitg-3.16.1.ebuild index 9d4cb06..114af72 100644 --- a/dev-vcs/gitg/gitg-3.16.1.ebuild +++ b/dev-vcs/gitg/gitg-3.16.1.ebuild @@ -29,7 +29,7 @@ RDEPEND=" >=dev-libs/glib-2.38:2 >=dev-libs/gobject-introspection-0.10.1 dev-libs/libgit2:0/22[threads] - >dev-libs/libgit2-glib-0.22.0[ssh] + >=dev-libs/libgit2-glib-0.22.0[ssh] =dev-libs/libpeas-1.5.0[gtk] >=gnome-base/gsettings-desktop-schemas-0.1.1