diff options
author | 2017-05-29 14:53:04 +0200 | |
---|---|---|
committer | 2017-05-29 18:32:06 +0200 | |
commit | 43bfa1642e683cb69842d2866d2ee2b120062a8f (patch) | |
tree | 9201c5ebe35a5f516cbb7168edc399bb94116c1e /dev-python/pastescript | |
parent | dev-python/natgrid: Support newer python (diff) | |
download | gentoo-43bfa1642e683cb69842d2866d2ee2b120062a8f.tar.gz gentoo-43bfa1642e683cb69842d2866d2ee2b120062a8f.tar.bz2 gentoo-43bfa1642e683cb69842d2866d2ee2b120062a8f.zip |
dev-python/pastescript: Support newer python
Package-Manager: Portage-2.3.6, Repoman-2.3.2
Diffstat (limited to 'dev-python/pastescript')
-rw-r--r-- | dev-python/pastescript/pastescript-2.0.2-r1.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-python/pastescript/pastescript-2.0.2-r1.ebuild b/dev-python/pastescript/pastescript-2.0.2-r1.ebuild index 3f7ec1a0e220..d1b007964569 100644 --- a/dev-python/pastescript/pastescript-2.0.2-r1.ebuild +++ b/dev-python/pastescript/pastescript-2.0.2-r1.ebuild @@ -1,9 +1,9 @@ -# Copyright 1999-2015 Gentoo Foundation +# Copyright 1999-2017 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 EAPI=5 -PYTHON_COMPAT=( python2_7 python3_4 ) +PYTHON_COMPAT=( python2_7 python3_{4,5,6} ) inherit distutils-r1 |