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 94BA31382B5 for ; Wed, 15 Jun 2016 03:57:37 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id D426FE08D5; Wed, 15 Jun 2016 03:57:34 +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 27E4BE08D5 for ; Wed, 15 Jun 2016 03:57:33 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (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 0E18E3405D5 for ; Wed, 15 Jun 2016 03:57:31 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id CD1A4209B for ; Wed, 15 Jun 2016 03:57:28 +0000 (UTC) From: "Mike Frysinger" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Mike Frysinger" Message-ID: <1465963004.fc85cee6700b9a8dc35d38437b7a6ae8ab0c7d1e.vapier@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/retry-decorator/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-python/retry-decorator/retry-decorator-1.0.0.ebuild X-VCS-Directories: dev-python/retry-decorator/ X-VCS-Committer: vapier X-VCS-Committer-Name: Mike Frysinger X-VCS-Revision: fc85cee6700b9a8dc35d38437b7a6ae8ab0c7d1e X-VCS-Branch: master Date: Wed, 15 Jun 2016 03:57:28 +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: 07c13a49-02b2-4b84-ab2c-668eb8bbff67 X-Archives-Hash: 209f9eab89c17a9a7fbf8358f271a4aa commit: fc85cee6700b9a8dc35d38437b7a6ae8ab0c7d1e Author: Mike Frysinger gentoo org> AuthorDate: Wed Jun 15 00:00:32 2016 +0000 Commit: Mike Frysinger gentoo org> CommitDate: Wed Jun 15 03:56:44 2016 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=fc85cee6 dev-python/retry-decorator: add py3.5 love dev-python/retry-decorator/retry-decorator-1.0.0.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-python/retry-decorator/retry-decorator-1.0.0.ebuild b/dev-python/retry-decorator/retry-decorator-1.0.0.ebuild index 4751a21..8b695d0 100644 --- a/dev-python/retry-decorator/retry-decorator-1.0.0.ebuild +++ b/dev-python/retry-decorator/retry-decorator-1.0.0.ebuild @@ -3,7 +3,7 @@ # $Id$ 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 vcs-snapshot