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 F3E8459CA3 for ; Sun, 6 Mar 2016 11:14:13 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 87CBAE0782 for ; Sun, 6 Mar 2016 11:14:13 +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 0EDEDE081C for ; Sat, 5 Mar 2016 10:33:31 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 2E5C13409B7 for ; Sat, 5 Mar 2016 10:33:31 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 0D8F42090 for ; Sat, 5 Mar 2016 10:33:25 +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: <1457173940.b635bcfeb018b71b5fe93cdacb97ff1c31821d7c.patrick@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/llvmlite/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-python/llvmlite/llvmlite-0.9.0.ebuild X-VCS-Directories: dev-python/llvmlite/ X-VCS-Committer: patrick X-VCS-Committer-Name: Patrick Lauer X-VCS-Revision: b635bcfeb018b71b5fe93cdacb97ff1c31821d7c X-VCS-Branch: master Date: Sat, 5 Mar 2016 10:33:25 +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: 69de408f-4a97-43ae-a112-163e270fbdb3 X-Archives-Hash: 30c1e1b2e9c9622cb49855e322baff40 commit: b635bcfeb018b71b5fe93cdacb97ff1c31821d7c Author: Patrick Lauer gentoo org> AuthorDate: Sat Mar 5 10:26:23 2016 +0000 Commit: Patrick Lauer gentoo org> CommitDate: Sat Mar 5 10:32:20 2016 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b635bcfe dev-python/llvmlite: Add py35 Package-Manager: portage-2.2.27 dev-python/llvmlite/llvmlite-0.9.0.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-python/llvmlite/llvmlite-0.9.0.ebuild b/dev-python/llvmlite/llvmlite-0.9.0.ebuild index 85a1a6c..19cdec7 100644 --- a/dev-python/llvmlite/llvmlite-0.9.0.ebuild +++ b/dev-python/llvmlite/llvmlite-0.9.0.ebuild @@ -4,7 +4,7 @@ EAPI=5 -PYTHON_COMPAT=( python{2_7,3_3,3_4} ) +PYTHON_COMPAT=( python{2_7,3_3,3_4,3_5} ) inherit distutils-r1