diff options
author | Joao Carreira <jfmcarreira@gmail.com> | 2018-05-01 22:37:23 +0100 |
---|---|---|
committer | Joao Carreira <jfmcarreira@gmail.com> | 2018-05-01 22:37:23 +0100 |
commit | 2872f2886ed00b85dc527e7b8dccba8f0063e3d8 (patch) | |
tree | 522bd77ca0d6ac6247249900b767b05308259a3d /dev-python | |
parent | Changed urls due to repository change (diff) | |
download | carreira-2872f2886ed00b85dc527e7b8dccba8f0063e3d8.tar.gz carreira-2872f2886ed00b85dc527e7b8dccba8f0063e3d8.tar.bz2 carreira-2872f2886ed00b85dc527e7b8dccba8f0063e3d8.zip |
upate guidata ebuild
Diffstat (limited to 'dev-python')
-rw-r--r-- | dev-python/guidata/guidata-1.7.6.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-python/guidata/guidata-1.7.6.ebuild b/dev-python/guidata/guidata-1.7.6.ebuild index 9ba44d1..d19ce5a 100644 --- a/dev-python/guidata/guidata-1.7.6.ebuild +++ b/dev-python/guidata/guidata-1.7.6.ebuild @@ -2,7 +2,7 @@ # Distributed under the terms of the GNU General Public License v2 EAPI=5 -PYTHON_COMPAT=( python{2_7,2_7,3_3,3_4,3_5} ) +PYTHON_COMPAT=( python{2_7,3_4,3_5,3_6} ) inherit distutils-r1 |