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 604881388B6 for ; Mon, 7 Dec 2015 03:59:59 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 63DE921C143; Mon, 7 Dec 2015 03:59:56 +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 C0C7E21C142 for ; Mon, 7 Dec 2015 03:59:55 +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 A27523406F2 for ; Mon, 7 Dec 2015 03:59:54 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id C5A909A1 for ; Mon, 7 Dec 2015 03:59:51 +0000 (UTC) From: "Ian Delaney" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Ian Delaney" Message-ID: <1449460779.6eabd6a02e3103932aceb157fcef576475c899e1.idella4@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/nose-cover3/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-python/nose-cover3/nose-cover3-0.1.0-r1.ebuild X-VCS-Directories: dev-python/nose-cover3/ X-VCS-Committer: idella4 X-VCS-Committer-Name: Ian Delaney X-VCS-Revision: 6eabd6a02e3103932aceb157fcef576475c899e1 X-VCS-Branch: master Date: Mon, 7 Dec 2015 03:59:51 +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: e99fcdc2-2f1f-432d-9688-7d95a9d2c1cd X-Archives-Hash: c119f1baaaab0adca6f1d3fc3c14245f commit: 6eabd6a02e3103932aceb157fcef576475c899e1 Author: Ian Delaney gentoo org> AuthorDate: Sun Dec 6 10:27:01 2015 +0000 Commit: Ian Delaney gentoo org> CommitDate: Mon Dec 7 03:59:39 2015 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6eabd6a0 dev-python/nose-cover3: app py3.5 support to vn. 0.1.0-r1 Package-Manager: portage-2.2.24 dev-python/nose-cover3/nose-cover3-0.1.0-r1.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/dev-python/nose-cover3/nose-cover3-0.1.0-r1.ebuild b/dev-python/nose-cover3/nose-cover3-0.1.0-r1.ebuild index 563916e..e1803fa 100644 --- a/dev-python/nose-cover3/nose-cover3-0.1.0-r1.ebuild +++ b/dev-python/nose-cover3/nose-cover3-0.1.0-r1.ebuild @@ -1,10 +1,10 @@ -# Copyright 1999-2014 Gentoo Foundation +# Copyright 1999-2015 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $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