Gentoo Archives: gentoo-commits

From: Remi Cardona <remi@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] proj/gnome:master commit in: dev-vcs/gitg/
Date: Sun, 30 Nov 2014 19:03:56
Message-Id: 1417374206.5094f608879fdcd437105aebbd350432da1f8c13.remi@gentoo
1 commit: 5094f608879fdcd437105aebbd350432da1f8c13
2 Author: RĂ©mi Cardona <remi <AT> gentoo <DOT> org>
3 AuthorDate: Sun Nov 30 19:02:35 2014 +0000
4 Commit: Remi Cardona <remi <AT> gentoo <DOT> org>
5 CommitDate: Sun Nov 30 19:03:26 2014 +0000
6 URL: http://sources.gentoo.org/gitweb/?p=proj/gnome.git;a=commit;h=5094f608
7
8 dev-vcs/gitg: sync with portage
9
10 drop support for deprecated py3.2
11
12 ---
13 dev-vcs/gitg/gitg-3.14.0.ebuild | 3 ++-
14 1 file changed, 2 insertions(+), 1 deletion(-)
15
16 diff --git a/dev-vcs/gitg/gitg-3.14.0.ebuild b/dev-vcs/gitg/gitg-3.14.0.ebuild
17 index 2a3db19..afdf3c7 100644
18 --- a/dev-vcs/gitg/gitg-3.14.0.ebuild
19 +++ b/dev-vcs/gitg/gitg-3.14.0.ebuild
20 @@ -5,7 +5,7 @@
21 EAPI=5
22
23 VALA_MIN_API_VERSION="0.20"
24 -PYTHON_COMPAT=( python{3_2,3_3} )
25 +PYTHON_COMPAT=( python{3_3,3_4} )
26
27 inherit autotools gnome2 python-r1 vala
28
29 @@ -45,6 +45,7 @@ RDEPEND="
30 )
31 "
32 DEPEND="${RDEPEND}
33 + dev-libs/libgit2-glib[vala]
34 gnome-base/gnome-common
35 >=sys-devel/gettext-0.17
36 virtual/pkgconfig