diff options
author | Pacho Ramos <pacho@gentoo.org> | 2018-06-24 17:01:14 +0200 |
---|---|---|
committer | Pacho Ramos <pacho@gentoo.org> | 2018-06-24 17:23:42 +0200 |
commit | e42a69feb7acd04bb595cd7f4c821e54a04008e1 (patch) | |
tree | 26fbe990fdfab28537ebd3c6e78c63f93a8e70ef /dev-python/maybe | |
parent | dev-python/matplotlib2tikz: Support python3.6 (diff) | |
download | gentoo-e42a69feb7acd04bb595cd7f4c821e54a04008e1.tar.gz gentoo-e42a69feb7acd04bb595cd7f4c821e54a04008e1.tar.bz2 gentoo-e42a69feb7acd04bb595cd7f4c821e54a04008e1.zip |
dev-python/maybe: Support python3.6
Package-Manager: Portage-2.3.40, Repoman-2.3.9
Diffstat (limited to 'dev-python/maybe')
-rw-r--r-- | dev-python/maybe/maybe-0.4.0.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-python/maybe/maybe-0.4.0.ebuild b/dev-python/maybe/maybe-0.4.0.ebuild index 7e7bc84fbba9..dc0de7534f33 100644 --- a/dev-python/maybe/maybe-0.4.0.ebuild +++ b/dev-python/maybe/maybe-0.4.0.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 |