diff options
author | Louis Sautier <sautier.louis@gmail.com> | 2016-01-29 12:53:01 +0100 |
---|---|---|
committer | Louis Sautier <sautier.louis@gmail.com> | 2016-01-30 16:15:57 +0100 |
commit | b15dafb45fad2e169cf359521cb61f8b47298635 (patch) | |
tree | ae798938d1998af1f1abebdb02f9a9dd2d2b40be /dev-vcs/gitg | |
parent | dev-ros/gazebo_plugins: backport upstream fixes to build with gazebo7 (diff) | |
download | gentoo-b15dafb45fad2e169cf359521cb61f8b47298635.tar.gz gentoo-b15dafb45fad2e169cf359521cb61f8b47298635.tar.bz2 gentoo-b15dafb45fad2e169cf359521cb61f8b47298635.zip |
dev-vcs/gitg: add support for Python 3.5
Package-Manager: portage-2.2.27
Diffstat (limited to 'dev-vcs/gitg')
-rw-r--r-- | dev-vcs/gitg/gitg-3.18.0.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-vcs/gitg/gitg-3.18.0.ebuild b/dev-vcs/gitg/gitg-3.18.0.ebuild index b23a33b1a281..e3fa8872217a 100644 --- a/dev-vcs/gitg/gitg-3.18.0.ebuild +++ b/dev-vcs/gitg/gitg-3.18.0.ebuild @@ -1,11 +1,11 @@ -# Copyright 1999-2015 Gentoo Foundation +# Copyright 1999-2016 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Id$ EAPI=5 GCONF_DEBUG="no" GNOME2_LA_PUNT="yes" -PYTHON_COMPAT=( python{3_3,3_4} ) +PYTHON_COMPAT=( python{3_3,3_4,3_5} ) inherit gnome2 python-r1 vala |