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 A51DB1382C5 for ; Fri, 2 Mar 2018 06:27:36 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 78EFFE09A2; Fri, 2 Mar 2018 06:27:35 +0000 (UTC) Received: from smtp.gentoo.org (dev.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 5774BE09E1 for ; Fri, 2 Mar 2018 06:27:34 +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 907D5335C34 for ; Fri, 2 Mar 2018 06:27:33 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 0CD811E7 for ; Fri, 2 Mar 2018 06:27:32 +0000 (UTC) From: "Jason Zaman" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Jason Zaman" Message-ID: <1519970767.eb3a8b5fa083c84ffba0995300009644c12a88ff.perfinion@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/ipy/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-python/ipy/ipy-0.83.ebuild X-VCS-Directories: dev-python/ipy/ X-VCS-Committer: perfinion X-VCS-Committer-Name: Jason Zaman X-VCS-Revision: eb3a8b5fa083c84ffba0995300009644c12a88ff X-VCS-Branch: master Date: Fri, 2 Mar 2018 06:27:32 +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: ce2e6d07-29d8-436f-a985-48429e8648ed X-Archives-Hash: 61c8fd2c12d00abea82d1e20222a3bfa commit: eb3a8b5fa083c84ffba0995300009644c12a88ff Author: Jason Zaman gentoo org> AuthorDate: Thu Mar 1 14:31:02 2018 +0000 Commit: Jason Zaman gentoo org> CommitDate: Fri Mar 2 06:06:07 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=eb3a8b5f dev-python/ipy: add python3_6 compat Package-Manager: Portage-2.3.19, Repoman-2.3.6 dev-python/ipy/ipy-0.83.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/dev-python/ipy/ipy-0.83.ebuild b/dev-python/ipy/ipy-0.83.ebuild index 300b8df59cb..1a3aaa0c375 100644 --- a/dev-python/ipy/ipy-0.83.ebuild +++ b/dev-python/ipy/ipy-0.83.ebuild @@ -1,9 +1,9 @@ -# Copyright 1999-2017 Gentoo Foundation +# Copyright 1999-2018 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 EAPI="5" -PYTHON_COMPAT=( python2_7 python3_{4,5} pypy ) +PYTHON_COMPAT=( python2_7 python3_{4,5,6} pypy ) inherit distutils-r1