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 A974A1382C5 for ; Fri, 16 Feb 2018 01:42:51 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id CF75BE0991; Fri, 16 Feb 2018 01:42:50 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (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 A95C3E0991 for ; Fri, 16 Feb 2018 01:42:50 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (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 1B68A335C0C for ; Fri, 16 Feb 2018 01:42:49 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 70DA51F1 for ; Fri, 16 Feb 2018 01:42:47 +0000 (UTC) From: "Matt Thode" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Matt Thode" Message-ID: <1518745347.933340f0392bc235f0d809b2f2ea7ec05dee9da5.prometheanfire@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/git-python/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-python/git-python/git-python-2.1.7.ebuild X-VCS-Directories: dev-python/git-python/ X-VCS-Committer: prometheanfire X-VCS-Committer-Name: Matt Thode X-VCS-Revision: 933340f0392bc235f0d809b2f2ea7ec05dee9da5 X-VCS-Branch: master Date: Fri, 16 Feb 2018 01:42:47 +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: be6b7f7c-f3c5-470e-b25e-377596cb521c X-Archives-Hash: f5ac27527cc8bfc2eeb8f3b63702e1a5 commit: 933340f0392bc235f0d809b2f2ea7ec05dee9da5 Author: Matthew Thode gentoo org> AuthorDate: Fri Feb 16 01:42:27 2018 +0000 Commit: Matt Thode gentoo org> CommitDate: Fri Feb 16 01:42:27 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=933340f0 dev-python/git-python: readd missing py27 Package-Manager: Portage-2.3.19, Repoman-2.3.6 dev-python/git-python/git-python-2.1.7.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-python/git-python/git-python-2.1.7.ebuild b/dev-python/git-python/git-python-2.1.7.ebuild index ff2076d95fa..d06e0a764c3 100644 --- a/dev-python/git-python/git-python-2.1.7.ebuild +++ b/dev-python/git-python/git-python-2.1.7.ebuild @@ -3,7 +3,7 @@ EAPI=6 -PYTHON_COMPAT=( python3_{4,5,6} ) +PYTHON_COMPAT=( python2_7 python3_{4,5,6} ) PYTHON_REQ_USE="threads(+)" inherit distutils-r1