diff options
author | Justin Lecher <jlec@gentoo.org> | 2016-02-07 11:15:18 +0100 |
---|---|---|
committer | Justin Lecher <jlec@gentoo.org> | 2016-02-07 13:00:00 +0100 |
commit | 734c03473afff3e74c753d9405240906e8d39a7a (patch) | |
tree | 8f188ff7ec0479de5b6b198dd9e19cdd6405bb83 /dev-python/python-ptrace | |
parent | dev-python/python-ptrace: Chop DESCRIPTION to 80 chars (diff) | |
download | gentoo-734c03473afff3e74c753d9405240906e8d39a7a.tar.gz gentoo-734c03473afff3e74c753d9405240906e8d39a7a.tar.bz2 gentoo-734c03473afff3e74c753d9405240906e8d39a7a.zip |
dev-python/python-ptrace: Add python3.5 support
Package-Manager: portage-2.2.27
Signed-off-by: Justin Lecher <jlec@gentoo.org>
Diffstat (limited to 'dev-python/python-ptrace')
-rw-r--r-- | dev-python/python-ptrace/python-ptrace-0.8.1-r1.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-python/python-ptrace/python-ptrace-0.8.1-r1.ebuild b/dev-python/python-ptrace/python-ptrace-0.8.1-r1.ebuild index a3ce1fca47ef..54e5a9733753 100644 --- a/dev-python/python-ptrace/python-ptrace-0.8.1-r1.ebuild +++ b/dev-python/python-ptrace/python-ptrace-0.8.1-r1.ebuild @@ -4,7 +4,7 @@ EAPI=5 -PYTHON_COMPAT=( python{2_7,3_3,3_4} pypy ) +PYTHON_COMPAT=( python{2_7,3_{3,4,5}} pypy ) inherit distutils-r1 |