diff options
author | Pacho Ramos <pacho@gentoo.org> | 2018-06-26 21:29:40 +0200 |
---|---|---|
committer | Pacho Ramos <pacho@gentoo.org> | 2018-06-26 21:50:51 +0200 |
commit | 61349c785a19d0073396181f8a080893d5f3aa58 (patch) | |
tree | d268a53c9a57e8c4e61c57285acdb909e737f299 /net-misc | |
parent | net-misc/trackma: Support python3.6 (diff) | |
download | gentoo-61349c785a19d0073396181f8a080893d5f3aa58.tar.gz gentoo-61349c785a19d0073396181f8a080893d5f3aa58.tar.bz2 gentoo-61349c785a19d0073396181f8a080893d5f3aa58.zip |
net-misc/whatportis: Support python3.6
Package-Manager: Portage-2.3.40, Repoman-2.3.9
Diffstat (limited to 'net-misc')
-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 fbf6ed61361c..42c5493ddff1 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}} ) +PYTHON_COMPAT=( python{2_7,3_{4,5,6}} ) inherit distutils-r1 eutils |