From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id A19C71382C5 for ; Sat, 7 Apr 2018 14:34:12 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id F40F3E093A; Sat, 7 Apr 2018 14:34:11 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id D15F0E093A for ; Sat, 7 Apr 2018 14:34:11 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id C2F2E335C5A for ; Sat, 7 Apr 2018 14:34:10 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 1E2DC264 for ; Sat, 7 Apr 2018 14:34:09 +0000 (UTC) From: "Mart Raudsepp" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Mart Raudsepp" Message-ID: <1523111623.3d0e6f9a888dbd332e82c9cae573fa21bcff3ccd.leio@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.26.0.ebuild X-VCS-Directories: dev-vcs/gitg/ X-VCS-Committer: leio X-VCS-Committer-Name: Mart Raudsepp X-VCS-Revision: 3d0e6f9a888dbd332e82c9cae573fa21bcff3ccd X-VCS-Branch: master Date: Sat, 7 Apr 2018 14:34:09 +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: 11b4ba1e-efad-45cd-980e-51ef1d6e2887 X-Archives-Hash: 4344799ae0fa23cd37f4515947568bb8 commit: 3d0e6f9a888dbd332e82c9cae573fa21bcff3ccd Author: Mart Raudsepp gentoo org> AuthorDate: Sat Apr 7 14:33:11 2018 +0000 Commit: Mart Raudsepp gentoo org> CommitDate: Sat Apr 7 14:33:43 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3d0e6f9a dev-vcs/gitg: add python3.6 compat Works as well as with python3.4 (read: fails to actually import GitgExt override with an assert failure). I would outright remove the python override support, as there are no consumers of it, but that's a too big change for this revision and we need to do something soon about libgit2-0.27 compat anyways.. Package-Manager: Portage-2.3.28, Repoman-2.3.9 dev-vcs/gitg/gitg-3.26.0.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-vcs/gitg/gitg-3.26.0.ebuild b/dev-vcs/gitg/gitg-3.26.0.ebuild index f438d41513f..c9365256aab 100644 --- a/dev-vcs/gitg/gitg-3.26.0.ebuild +++ b/dev-vcs/gitg/gitg-3.26.0.ebuild @@ -3,7 +3,7 @@ EAPI=6 GNOME2_LA_PUNT="yes" -PYTHON_COMPAT=( python{3_4,3_5} ) +PYTHON_COMPAT=( python3_{4,5,6} ) VALA_MIN_API_VERSION="0.32" # Needed when gtk+-3.20 is found inherit gnome2 pax-utils python-r1 vala