diff options
author | Pacho Ramos <pacho@gentoo.org> | 2017-06-15 18:55:42 +0200 |
---|---|---|
committer | Pacho Ramos <pacho@gentoo.org> | 2017-06-15 18:55:42 +0200 |
commit | 1f5681988f0ab7b2aeb19531969cf331fc8f5f33 (patch) | |
tree | a72245a3c0e0fe8b52127d18bf61f754956565b4 /virtual/python-pmw | |
parent | dev-lang/go: remove vulnerable version for #619554 (diff) | |
download | gentoo-1f5681988f0ab7b2aeb19531969cf331fc8f5f33.tar.gz gentoo-1f5681988f0ab7b2aeb19531969cf331fc8f5f33.tar.bz2 gentoo-1f5681988f0ab7b2aeb19531969cf331fc8f5f33.zip |
virtual/python-pmw: Support newer python
Package-Manager: Portage-2.3.6, Repoman-2.3.2
Diffstat (limited to 'virtual/python-pmw')
-rw-r--r-- | virtual/python-pmw/python-pmw-1.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/virtual/python-pmw/python-pmw-1.ebuild b/virtual/python-pmw/python-pmw-1.ebuild index af288563e046..6339d964df79 100644 --- a/virtual/python-pmw/python-pmw-1.ebuild +++ b/virtual/python-pmw/python-pmw-1.ebuild @@ -3,7 +3,7 @@ EAPI=5 -PYTHON_COMPAT=( python{2_7,3_4} ) +PYTHON_COMPAT=( python{2_7,3_4,3_5,3_6} ) inherit python-r1 |