diff options
author | 2017-10-23 19:34:08 +0200 | |
---|---|---|
committer | 2017-10-23 19:45:23 +0200 | |
commit | ba09050c3384dfdfc50f26991ee141c73a17b87d (patch) | |
tree | d6ce71af432eee6b09da0c86ef79a53cbca36c77 /app-portage | |
parent | media-gfx/valentina: fixed repoman warnings, improved the ebuilds, fixed sour... (diff) | |
download | gentoo-ba09050c3384dfdfc50f26991ee141c73a17b87d.tar.gz gentoo-ba09050c3384dfdfc50f26991ee141c73a17b87d.tar.bz2 gentoo-ba09050c3384dfdfc50f26991ee141c73a17b87d.zip |
app-portage/mirrorselect: Support newer python versions
Package-Manager: Portage-2.3.11, Repoman-2.3.3
Diffstat (limited to 'app-portage')
-rw-r--r-- | app-portage/mirrorselect/mirrorselect-9999.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app-portage/mirrorselect/mirrorselect-9999.ebuild b/app-portage/mirrorselect/mirrorselect-9999.ebuild index efbbddff3d18..4b49dae3c819 100644 --- a/app-portage/mirrorselect/mirrorselect-9999.ebuild +++ b/app-portage/mirrorselect/mirrorselect-9999.ebuild @@ -3,7 +3,7 @@ EAPI="5" -PYTHON_COMPAT=( python{2_7,3_4} ) +PYTHON_COMPAT=( python{2_7,3_4,3_5,3_6} ) PYTHON_REQ_USE="xml" inherit eutils distutils-r1 git-r3 prefix |