commit: 5ec294c6e6d71871e3ae5f0d11a36df051794897
Author: Alex Brandt <alunduil <AT> gentoo <DOT> org>
AuthorDate: Sun Mar 27 14:08:51 2016 +0000
Commit: Alex Brandt <alunduil <AT> gentoo <DOT> 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