diff options
author | Pacho Ramos <pacho@gentoo.org> | 2018-06-26 21:30:09 +0200 |
---|---|---|
committer | Pacho Ramos <pacho@gentoo.org> | 2018-06-26 21:50:52 +0200 |
commit | 5cf28a5a8b8ae2d5847b48948364901ddcd39b6e (patch) | |
tree | ddad582ca836e07806edca3bee8754f9b7a37c4a /net-misc/whatportis | |
parent | net-misc/whatportis: Support python3.6 (diff) | |
download | gentoo-5cf28a5a8b8ae2d5847b48948364901ddcd39b6e.tar.gz gentoo-5cf28a5a8b8ae2d5847b48948364901ddcd39b6e.tar.bz2 gentoo-5cf28a5a8b8ae2d5847b48948364901ddcd39b6e.zip |
Revert "net-misc/whatportis: Support python3.6"
This reverts commit d288718e7fc728e712d722bc6284fe2d9d6d0abc.
Diffstat (limited to 'net-misc/whatportis')
-rw-r--r-- | net-misc/whatportis/whatportis-0.6.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/net-misc/whatportis/whatportis-0.6.ebuild b/net-misc/whatportis/whatportis-0.6.ebuild index 42c5493ddff1..fbf6ed61361c 100644 --- a/net-misc/whatportis/whatportis-0.6.ebuild +++ b/net-misc/whatportis/whatportis-0.6.ebuild @@ -3,7 +3,7 @@ EAPI=6 -PYTHON_COMPAT=( python{2_7,3_{4,5,6}} ) +PYTHON_COMPAT=( python{2_7,3_{4,5}} ) inherit distutils-r1 eutils |