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 55E1D1384C0 for ; Sat, 29 Aug 2015 12:28:55 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 541CDE08FF; Sat, 29 Aug 2015 12:28:52 +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 E2190E08FF for ; Sat, 29 Aug 2015 12:28:51 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id E92E6340AE1 for ; Sat, 29 Aug 2015 12:28:50 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 822AF16D for ; Sat, 29 Aug 2015 12:28:48 +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: <1440851307.4bb0d6a152e1049b452256900645dcbf015c5174.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: 4bb0d6a152e1049b452256900645dcbf015c5174 X-VCS-Branch: master Date: Sat, 29 Aug 2015 12:28:48 +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: 20284e92-b146-43cd-9d04-9de1de0d371d X-Archives-Hash: 3047629c37262488b74ea405c0b7b36e commit: 4bb0d6a152e1049b452256900645dcbf015c5174 Author: Mike Auty gentoo org> AuthorDate: Sat Aug 29 12:27:40 2015 +0000 Commit: Mike Auty gentoo org> CommitDate: Sat Aug 29 12:28:27 2015 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4bb0d6a1 Update the dependencies to block libgit2-glib-0.23.0, bug 555914. Package-Manager: portage-2.2.20.1 dev-vcs/gitg/gitg-3.16.1.ebuild | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/dev-vcs/gitg/gitg-3.16.1.ebuild b/dev-vcs/gitg/gitg-3.16.1.ebuild index 5ed6002..9d4cb06 100644 --- a/dev-vcs/gitg/gitg-3.16.1.ebuild +++ b/dev-vcs/gitg/gitg-3.16.1.ebuild @@ -28,8 +28,9 @@ RDEPEND=" >=app-text/gtkspell-3.0.3:3 >=dev-libs/glib-2.38:2 >=dev-libs/gobject-introspection-0.10.1 - dev-libs/libgit2[threads] - >=dev-libs/libgit2-glib-0.22.0[ssh] + dev-libs/libgit2:0/22[threads] + >dev-libs/libgit2-glib-0.22.0[ssh] + =dev-libs/libpeas-1.5.0[gtk] >=gnome-base/gsettings-desktop-schemas-0.1.1 >=net-libs/webkit-gtk-2.2:4[introspection]