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 3F3E159CA3 for ; Sun, 13 Mar 2016 19:04:12 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id D777E21C016; Sun, 13 Mar 2016 19:04:09 +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 653D3E086D for ; Sun, 13 Mar 2016 19:04:09 +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 402F6340B9E for ; Sun, 13 Mar 2016 19:04:08 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id C59D0848 for ; Sun, 13 Mar 2016 19:04:04 +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: <1457895776.84fd875f80a410d3f04df7d78d8029b9d51e9aac.patrick@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/demjson/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-python/demjson/demjson-2.2.4.ebuild X-VCS-Directories: dev-python/demjson/ X-VCS-Committer: patrick X-VCS-Committer-Name: Patrick Lauer X-VCS-Revision: 84fd875f80a410d3f04df7d78d8029b9d51e9aac X-VCS-Branch: master Date: Sun, 13 Mar 2016 19:04:04 +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: 615ffb56-6983-4af2-9526-e5157138fa0b X-Archives-Hash: 3c4f5acc6c376b6b4dd768fa2c1b1461 commit: 84fd875f80a410d3f04df7d78d8029b9d51e9aac Author: Patrick Lauer gentoo org> AuthorDate: Sun Mar 13 18:39:21 2016 +0000 Commit: Patrick Lauer gentoo org> CommitDate: Sun Mar 13 19:02:56 2016 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=84fd875f dev-python/demjson: Add py35 Package-Manager: portage-2.2.28 dev-python/demjson/demjson-2.2.4.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-python/demjson/demjson-2.2.4.ebuild b/dev-python/demjson/demjson-2.2.4.ebuild index f2ed84f..59e7a74 100644 --- a/dev-python/demjson/demjson-2.2.4.ebuild +++ b/dev-python/demjson/demjson-2.2.4.ebuild @@ -3,7 +3,7 @@ # $Id$ EAPI=5 -PYTHON_COMPAT=( python{2_7,3_3,3_4} pypy pypy3 ) +PYTHON_COMPAT=( python{2_7,3_3,3_4,3_5} pypy pypy3 ) inherit distutils-r1