Gentoo Archives: gentoo-commits

From: Mike Auty <ikelos@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-vcs/gitg/
Date: Sat, 29 Aug 2015 12:31:53
Message-Id: 1440851489.a57deb75052363178c194a2b6a74288f014c1c25.ikelos@gentoo
1 commit: a57deb75052363178c194a2b6a74288f014c1c25
2 Author: Mike Auty <ikelos <AT> gentoo <DOT> org>
3 AuthorDate: Sat Aug 29 12:31:29 2015 +0000
4 Commit: Mike Auty <ikelos <AT> gentoo <DOT> org>
5 CommitDate: Sat Aug 29 12:31:29 2015 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a57deb75
7
8 Fix up overly restrictive dependency.
9
10 Package-Manager: portage-2.2.20.1
11
12 dev-vcs/gitg/gitg-3.16.1.ebuild | 2 +-
13 1 file changed, 1 insertion(+), 1 deletion(-)
14
15 diff --git a/dev-vcs/gitg/gitg-3.16.1.ebuild b/dev-vcs/gitg/gitg-3.16.1.ebuild
16 index 9d4cb06..114af72 100644
17 --- a/dev-vcs/gitg/gitg-3.16.1.ebuild
18 +++ b/dev-vcs/gitg/gitg-3.16.1.ebuild
19 @@ -29,7 +29,7 @@ RDEPEND="
20 >=dev-libs/glib-2.38:2
21 >=dev-libs/gobject-introspection-0.10.1
22 dev-libs/libgit2:0/22[threads]
23 - >dev-libs/libgit2-glib-0.22.0[ssh]
24 + >=dev-libs/libgit2-glib-0.22.0[ssh]
25 <dev-libs/libgit2-glib-0.23.0
26 >=dev-libs/libpeas-1.5.0[gtk]
27 >=gnome-base/gsettings-desktop-schemas-0.1.1