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 C31A858973 for ; Wed, 3 Feb 2016 05:33:36 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 14D51E07FE; Wed, 3 Feb 2016 05:33:35 +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 84B06E07FE for ; Wed, 3 Feb 2016 05:33:34 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 96E0D340C03 for ; Wed, 3 Feb 2016 05:33:33 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 24A368DC for ; Wed, 3 Feb 2016 05:33:31 +0000 (UTC) From: "Ian Delaney" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Ian Delaney" Message-ID: <1454166957.b15dafb45fad2e169cf359521cb61f8b47298635.idella4@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.18.0.ebuild X-VCS-Directories: dev-vcs/gitg/ X-VCS-Committer: idella4 X-VCS-Committer-Name: Ian Delaney X-VCS-Revision: b15dafb45fad2e169cf359521cb61f8b47298635 X-VCS-Branch: master Date: Wed, 3 Feb 2016 05:33:31 +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: 2ff4b7e8-fb17-418f-91ee-c8022b5ace0e X-Archives-Hash: 97ca43479be3ea13368599aa490c22ac commit: b15dafb45fad2e169cf359521cb61f8b47298635 Author: Louis Sautier gmail com> AuthorDate: Fri Jan 29 11:53:01 2016 +0000 Commit: Ian Delaney gentoo org> CommitDate: Sat Jan 30 15:15:57 2016 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b15dafb4 dev-vcs/gitg: add support for Python 3.5 Package-Manager: portage-2.2.27 dev-vcs/gitg/gitg-3.18.0.ebuild | 4 ++-- 1 file 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 b23a33b..e3fa887 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