commit: dec35b10624b15a599c6b7df5a387db055936845
Author: Fabian Groffen <grobian <AT> gentoo <DOT> org>
AuthorDate: Thu Jan 21 12:11:41 2016 +0000
Commit: Fabian Groffen <grobian <AT> gentoo <DOT> org>
CommitDate: Thu Jan 21 12:11:41 2016 +0000
URL: https://gitweb.gentoo.org/repo/proj/prefix.git/commit/?id=dec35b10
sys-apps/portage: add python-3.5 to the list of suported python
implementations, bug #572502
Package-Manager: portage-2.2.20-prefix
sys-apps/portage/portage-2.2.20.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/sys-apps/portage/portage-2.2.20.ebuild
b/sys-apps/portage/portage-2.2.20.ebuild
index df28e3a..537888c 100644
--- a/sys-apps/portage/portage-2.2.20.ebuild
+++ b/sys-apps/portage/portage-2.2.20.ebuild
@@ -7,7 +7,7 @@
EAPI=3
PYTHON_COMPAT=(
pypy1_9 pypy2_0
- python3_1 python3_2 python3_3 python3_4
+ python3_1 python3_2 python3_3 python3_4 python3_5
python2_6 python2_7
)
inherit eutils multilib