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 74BED139694 for ; Fri, 28 Apr 2017 16:39:23 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id D5802E0DFA; Fri, 28 Apr 2017 16:39:22 +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 B2652E0DF9 for ; Fri, 28 Apr 2017 16:39:22 +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 D94D133BEA7 for ; Fri, 28 Apr 2017 16:39:21 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 51B5D7427 for ; Fri, 28 Apr 2017 16:39:20 +0000 (UTC) From: "Manuel Rüger" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Manuel Rüger" Message-ID: <1493397513.8c69f0179ffc4bb06f2f2fec681e1450fda62fe6.mrueg@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/arrow/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-python/arrow/arrow-0.10.0.ebuild X-VCS-Directories: dev-python/arrow/ X-VCS-Committer: mrueg X-VCS-Committer-Name: Manuel Rüger X-VCS-Revision: 8c69f0179ffc4bb06f2f2fec681e1450fda62fe6 X-VCS-Branch: master Date: Fri, 28 Apr 2017 16:39:20 +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: 1711fb63-d808-42a2-87b6-69ee1fbd23a6 X-Archives-Hash: 80b355c05ac6098dd394a7aff0b8f1eb commit: 8c69f0179ffc4bb06f2f2fec681e1450fda62fe6 Author: Manuel Rüger gentoo org> AuthorDate: Fri Apr 28 16:37:19 2017 +0000 Commit: Manuel Rüger gentoo org> CommitDate: Fri Apr 28 16:38:33 2017 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8c69f017 dev-python/arrow: Add python3_6 Package-Manager: Portage-2.3.5, Repoman-2.3.2 dev-python/arrow/arrow-0.10.0.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-python/arrow/arrow-0.10.0.ebuild b/dev-python/arrow/arrow-0.10.0.ebuild index 817c9d120cc..89e2ce52f68 100644 --- a/dev-python/arrow/arrow-0.10.0.ebuild +++ b/dev-python/arrow/arrow-0.10.0.ebuild @@ -3,7 +3,7 @@ EAPI=6 -PYTHON_COMPAT=( python2_7 python{3_4,3_5} ) +PYTHON_COMPAT=( python2_7 python{3_4,3_5,3_6} ) inherit distutils-r1 DESCRIPTION="Better dates and times for Python"