commit: 5094f608879fdcd437105aebbd350432da1f8c13
Author: Rémi Cardona <remi <AT> gentoo <DOT> org>
AuthorDate: Sun Nov 30 19:02:35 2014 +0000
Commit: Remi Cardona <remi <AT> gentoo <DOT> org>
CommitDate: Sun Nov 30 19:03:26 2014 +0000
URL:
http://sources.gentoo.org/gitweb/?p=proj/gnome.git;a=commit;h=5094f608
dev-vcs/gitg: sync with portage
drop support for deprecated py3.2
---
dev-vcs/gitg/gitg-3.14.0.ebuild | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
diff --git a/dev-vcs/gitg/gitg-3.14.0.ebuild b/dev-vcs/gitg/gitg-3.14.0.ebuild
index 2a3db19..afdf3c7 100644
--- a/dev-vcs/gitg/gitg-3.14.0.ebuild
+++ b/dev-vcs/gitg/gitg-3.14.0.ebuild
@@ -5,7 +5,7 @@
EAPI=5
VALA_MIN_API_VERSION="0.20"
-PYTHON_COMPAT=( python{3_2,3_3} )
+PYTHON_COMPAT=( python{3_3,3_4} )
inherit autotools gnome2 python-r1 vala
@@ -45,6 +45,7 @@ RDEPEND="
)
"
DEPEND="${RDEPEND}
+ dev-libs/libgit2-glib[vala]
gnome-base/gnome-common
>=sys-devel/gettext-0.17
virtual/pkgconfig