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 574CA138330 for ; Tue, 30 Aug 2016 20:18:45 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 82E4BE0AD7; Tue, 30 Aug 2016 20:18:41 +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 278DEE0AD7 for ; Tue, 30 Aug 2016 20:18:41 +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 16CB433D3D0 for ; Tue, 30 Aug 2016 20:18:40 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 83F112462 for ; Tue, 30 Aug 2016 20:18:38 +0000 (UTC) From: "Zac Medico" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Zac Medico" Message-ID: <1472588313.66cfdcb59784b5c5d4fe75d4af2900faf2082e75.zmedico@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/jsonmerge/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-python/jsonmerge/jsonmerge-1.1.0.ebuild X-VCS-Directories: dev-python/jsonmerge/ X-VCS-Committer: zmedico X-VCS-Committer-Name: Zac Medico X-VCS-Revision: 66cfdcb59784b5c5d4fe75d4af2900faf2082e75 X-VCS-Branch: master Date: Tue, 30 Aug 2016 20:18:38 +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: 28a5d96d-93bc-4d92-99d3-816cb9639e99 X-Archives-Hash: 44eb05bd81b7c4cc746bdf1485088e01 commit: 66cfdcb59784b5c5d4fe75d4af2900faf2082e75 Author: Zac Medico gentoo org> AuthorDate: Tue Aug 30 20:18:05 2016 +0000 Commit: Zac Medico gentoo org> CommitDate: Tue Aug 30 20:18:33 2016 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=66cfdcb5 dev-python/jsonmerge: PYTHON_COMPAT: add python3_5 Package-Manager: portage-2.3.0 dev-python/jsonmerge/jsonmerge-1.1.0.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/dev-python/jsonmerge/jsonmerge-1.1.0.ebuild b/dev-python/jsonmerge/jsonmerge-1.1.0.ebuild index bcd01c6..c4b8999 100644 --- a/dev-python/jsonmerge/jsonmerge-1.1.0.ebuild +++ b/dev-python/jsonmerge/jsonmerge-1.1.0.ebuild @@ -1,9 +1,9 @@ -# Copyright 1999-2015 Gentoo Foundation +# Copyright 1999-2016 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Id$ EAPI=5 -PYTHON_COMPAT=( python{2_7,3_{3,4}} ) +PYTHON_COMPAT=( python{2_7,3_{3,4,5}} ) inherit distutils-r1