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 9843959CA9 for ; Sun, 27 Mar 2016 14:14:06 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id ADE0721C011; Sun, 27 Mar 2016 14:14:04 +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 4F14221C011 for ; Sun, 27 Mar 2016 14:14:04 +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 84534340976 for ; Sun, 27 Mar 2016 14:14:02 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 6F977852 for ; Sun, 27 Mar 2016 14:13:59 +0000 (UTC) From: "Alex Brandt" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Alex Brandt" Message-ID: <1459087731.5ec294c6e6d71871e3ae5f0d11a36df051794897.alunduil@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/monotonic/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-python/monotonic/monotonic-1.0.ebuild X-VCS-Directories: dev-python/monotonic/ X-VCS-Committer: alunduil X-VCS-Committer-Name: Alex Brandt X-VCS-Revision: 5ec294c6e6d71871e3ae5f0d11a36df051794897 X-VCS-Branch: master Date: Sun, 27 Mar 2016 14:13:59 +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: f08f3a9b-24d8-4773-8c90-a6e0d6d06216 X-Archives-Hash: accce4d739332ca0d829e0da5c1926de commit: 5ec294c6e6d71871e3ae5f0d11a36df051794897 Author: Alex Brandt gentoo org> AuthorDate: Sun Mar 27 14:08:51 2016 +0000 Commit: Alex Brandt gentoo org> CommitDate: Sun Mar 27 14:08:51 2016 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5ec294c6 dev-python/monotonic: add version 1.0 Package-Manager: portage-2.2.28 dev-python/monotonic/monotonic-1.0.ebuild | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/dev-python/monotonic/monotonic-1.0.ebuild b/dev-python/monotonic/monotonic-1.0.ebuild index ce59739..7dd2152 100644 --- a/dev-python/monotonic/monotonic-1.0.ebuild +++ b/dev-python/monotonic/monotonic-1.0.ebuild @@ -3,8 +3,7 @@ # $Id$ EAPI=5 - -PYTHON_COMPAT=( python{2_7,3_{3,4,5}} ) +PYTHON_COMPAT=( python2_7 python3_4 python3_5 pypy ) inherit distutils-r1