From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: <gentoo-commits+bounces-950073-garchives=archives.gentoo.org@lists.gentoo.org> 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 DD302139694 for <garchives@archives.gentoo.org>; Tue, 16 May 2017 02:11:22 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id D3D10E0DBD; Tue, 16 May 2017 02:11:14 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 9A93AE0DBD for <gentoo-commits@lists.gentoo.org>; Tue, 16 May 2017 02:10:54 +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 CE4183416E0 for <gentoo-commits@lists.gentoo.org>; Tue, 16 May 2017 02:10:53 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 5E065746A for <gentoo-commits@lists.gentoo.org>; Tue, 16 May 2017 02:10:50 +0000 (UTC) From: "Brian Dolbec" <dolsen@gentoo.org> To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Brian Dolbec" <dolsen@gentoo.org> Message-ID: <1494900432.6d6bcf1c922e9b6c55580fdde0c81b3177fd7fee.dolsen@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/txgithub/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-python/txgithub/txgithub-15.0.0-r1.ebuild X-VCS-Directories: dev-python/txgithub/ X-VCS-Committer: dolsen X-VCS-Committer-Name: Brian Dolbec X-VCS-Revision: 6d6bcf1c922e9b6c55580fdde0c81b3177fd7fee X-VCS-Branch: master Date: Tue, 16 May 2017 02:10:50 +0000 (UTC) Precedence: bulk List-Post: <mailto:gentoo-commits@lists.gentoo.org> List-Help: <mailto:gentoo-commits+help@lists.gentoo.org> List-Unsubscribe: <mailto:gentoo-commits+unsubscribe@lists.gentoo.org> List-Subscribe: <mailto:gentoo-commits+subscribe@lists.gentoo.org> List-Id: Gentoo Linux mail <gentoo-commits.gentoo.org> X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: 20310dbd-cbe8-4642-8b64-5cbbb4e81266 X-Archives-Hash: e850cea87c791d8f6019a22e1bda4ced commit: 6d6bcf1c922e9b6c55580fdde0c81b3177fd7fee Author: Brian Dolbec <dolsen <AT> gentoo <DOT> org> AuthorDate: Mon May 15 20:08:53 2017 +0000 Commit: Brian Dolbec <dolsen <AT> gentoo <DOT> org> CommitDate: Tue May 16 02:07:12 2017 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6d6bcf1c dev-python/txgithub: Add python3_{4,5,6} dev-python/txgithub/txgithub-15.0.0-r1.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-python/txgithub/txgithub-15.0.0-r1.ebuild b/dev-python/txgithub/txgithub-15.0.0-r1.ebuild index 5378894c82f..f036c3f7532 100644 --- a/dev-python/txgithub/txgithub-15.0.0-r1.ebuild +++ b/dev-python/txgithub/txgithub-15.0.0-r1.ebuild @@ -2,7 +2,7 @@ # Distributed under the terms of the GNU General Public License v2 EAPI=6 -PYTHON_COMPAT=( python2_7 ) +PYTHON_COMPAT=( python2_7 python3_{4,5,6}) inherit eutils distutils-r1