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 594EC1384B4 for ; Fri, 1 Jan 2016 11:32:48 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 21B4221C029; Fri, 1 Jan 2016 11:32:46 +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 8044E21C029 for ; Fri, 1 Jan 2016 11:32:45 +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 B3A7E3406AD for ; Fri, 1 Jan 2016 11:32:44 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 8F670CFA for ; Fri, 1 Jan 2016 11:32:41 +0000 (UTC) From: "Patrick Lauer" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Patrick Lauer" Message-ID: <1451647861.aa98d583020a58da732b57a1e3c6da135c8dd5c1.patrick@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-lang/hy/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-lang/hy/hy-0.11.1.ebuild X-VCS-Directories: dev-lang/hy/ X-VCS-Committer: patrick X-VCS-Committer-Name: Patrick Lauer X-VCS-Revision: aa98d583020a58da732b57a1e3c6da135c8dd5c1 X-VCS-Branch: master Date: Fri, 1 Jan 2016 11:32:41 +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: 92a85802-a864-42c5-bba4-7700bd9e6463 X-Archives-Hash: 44d34d9bff04a23f23efeb577496e0e8 commit: aa98d583020a58da732b57a1e3c6da135c8dd5c1 Author: Patrick Lauer gentoo org> AuthorDate: Fri Jan 1 11:24:49 2016 +0000 Commit: Patrick Lauer gentoo org> CommitDate: Fri Jan 1 11:31:01 2016 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=aa98d583 dev-lang/hy: Add py35 #570312 Package-Manager: portage-2.2.26 dev-lang/hy/hy-0.11.1.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-lang/hy/hy-0.11.1.ebuild b/dev-lang/hy/hy-0.11.1.ebuild index 5261e9d..9f77d43 100644 --- a/dev-lang/hy/hy-0.11.1.ebuild +++ b/dev-lang/hy/hy-0.11.1.ebuild @@ -5,7 +5,7 @@ EAPI=5 RESTRICT="test" # needs some pointy sticks. Seriously. -PYTHON_COMPAT=(python2_7 python3_3 python3_4) +PYTHON_COMPAT=(python{2_7,3_3,3_4,3_5}) inherit distutils-r1 eutils DESCRIPTION="A LISP dialect running in python"