diff options
author | Pacho Ramos <pacho@gentoo.org> | 2017-05-28 12:39:29 +0200 |
---|---|---|
committer | Pacho Ramos <pacho@gentoo.org> | 2017-05-28 12:39:29 +0200 |
commit | ddd79343630b38142354366a7151eb9eb74a9beb (patch) | |
tree | 234a9a43b1e6d0827dca1a57ad519e467094c3db /dev-python/maintboot/maintboot-0.1.0.ebuild | |
parent | dev-python/libasyncns-python: Support newer python (diff) | |
download | gentoo-ddd79343630b38142354366a7151eb9eb74a9beb.tar.gz gentoo-ddd79343630b38142354366a7151eb9eb74a9beb.tar.bz2 gentoo-ddd79343630b38142354366a7151eb9eb74a9beb.zip |
dev-python/maintboot: Support newer python
Package-Manager: Portage-2.3.6, Repoman-2.3.2
Diffstat (limited to 'dev-python/maintboot/maintboot-0.1.0.ebuild')
-rw-r--r-- | dev-python/maintboot/maintboot-0.1.0.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-python/maintboot/maintboot-0.1.0.ebuild b/dev-python/maintboot/maintboot-0.1.0.ebuild index 24e7dc8260f9..35faf8b4ac93 100644 --- a/dev-python/maintboot/maintboot-0.1.0.ebuild +++ b/dev-python/maintboot/maintboot-0.1.0.ebuild @@ -1,9 +1,9 @@ -# Copyright 1999-2015 Gentoo Foundation +# Copyright 1999-2017 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 EAPI=5 -PYTHON_COMPAT=( python2_7 python3_4 ) +PYTHON_COMPAT=( python{2_7,3_4,3_5,3_6} ) inherit distutils-r1 |