From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: <gentoo-commits+bounces-945806-garchives=archives.gentoo.org@lists.gentoo.org> 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 96DF4139695 for <garchives@archives.gentoo.org>; Mon, 24 Apr 2017 15:49:29 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id CFD83E0CE2; Mon, 24 Apr 2017 15:49:28 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (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 AFE0EE0CC6 for <gentoo-commits@lists.gentoo.org>; Mon, 24 Apr 2017 15:49:28 +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 A3C9B34071C for <gentoo-commits@lists.gentoo.org>; Mon, 24 Apr 2017 15:49:27 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 1554A7440 for <gentoo-commits@lists.gentoo.org>; Mon, 24 Apr 2017 15:49:26 +0000 (UTC) From: "Pacho Ramos" <pacho@gentoo.org> To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Pacho Ramos" <pacho@gentoo.org> Message-ID: <1493048954.c20adc9c0a5cb174e3e0f746aff414e8213ef8bf.pacho@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/cbor/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-python/cbor/cbor-1.0.0.ebuild X-VCS-Directories: dev-python/cbor/ X-VCS-Committer: pacho X-VCS-Committer-Name: Pacho Ramos X-VCS-Revision: c20adc9c0a5cb174e3e0f746aff414e8213ef8bf X-VCS-Branch: master Date: Mon, 24 Apr 2017 15:49:26 +0000 (UTC) Precedence: bulk List-Post: <mailto:gentoo-commits@lists.gentoo.org> List-Help: <mailto:gentoo-commits+help@lists.gentoo.org> List-Unsubscribe: <mailto:gentoo-commits+unsubscribe@lists.gentoo.org> List-Subscribe: <mailto:gentoo-commits+subscribe@lists.gentoo.org> List-Id: Gentoo Linux mail <gentoo-commits.gentoo.org> X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: 19f67b45-f3a6-4a39-9394-75e2e9bff0fa X-Archives-Hash: 6265a9c4f2622fb8eb6355de2a7bc7a5 commit: c20adc9c0a5cb174e3e0f746aff414e8213ef8bf Author: Pacho Ramos <pacho <AT> gentoo <DOT> org> AuthorDate: Mon Apr 24 15:44:49 2017 +0000 Commit: Pacho Ramos <pacho <AT> gentoo <DOT> org> CommitDate: Mon Apr 24 15:49:14 2017 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c20adc9c dev-python/cbor: Support newer python Package-Manager: Portage-2.3.5, Repoman-2.3.2 dev-python/cbor/cbor-1.0.0.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/dev-python/cbor/cbor-1.0.0.ebuild b/dev-python/cbor/cbor-1.0.0.ebuild index e7fb62fac88..4091c746985 100644 --- a/dev-python/cbor/cbor-1.0.0.ebuild +++ b/dev-python/cbor/cbor-1.0.0.ebuild @@ -1,8 +1,8 @@ -# Copyright 1999-2016 Gentoo Foundation +# Copyright 1999-2017 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 EAPI=6 -PYTHON_COMPAT=( python2_7 python3_{4,5}) +PYTHON_COMPAT=( python2_7 python3_{4,5,6} ) inherit distutils-r1