commit:     202f0ed020fae1714702ea644ae26b64221215f5
Author:     Mike Gilbert <floppym <AT> gentoo <DOT> org>
AuthorDate: Thu Oct 22 17:45:06 2015 +0000
Commit:     Mike Gilbert <floppym <AT> gentoo <DOT> org>
CommitDate: Thu Oct 22 17:45:06 2015 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=202f0ed0

app-portage/gentoopm: Add python3.5 support

Package-Manager: portage-2.2.23_p7

 app-portage/gentoopm/gentoopm-0.2.9.ebuild | 2 +-
 app-portage/gentoopm/gentoopm-9999.ebuild  | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/app-portage/gentoopm/gentoopm-0.2.9.ebuild 
b/app-portage/gentoopm/gentoopm-0.2.9.ebuild
index d1722d0..c8ff968 100644
--- a/app-portage/gentoopm/gentoopm-0.2.9.ebuild
+++ b/app-portage/gentoopm/gentoopm-0.2.9.ebuild
@@ -3,7 +3,7 @@
 # $Id$
 
 EAPI=5
-PYTHON_COMPAT=( python{2_7,3_3,3_4} pypy )
+PYTHON_COMPAT=( python{2_7,3_3,3_4,3_5} pypy )
 
 inherit distutils-r1
 

diff --git a/app-portage/gentoopm/gentoopm-9999.ebuild 
b/app-portage/gentoopm/gentoopm-9999.ebuild
index bc40c8d..7a48874 100644
--- a/app-portage/gentoopm/gentoopm-9999.ebuild
+++ b/app-portage/gentoopm/gentoopm-9999.ebuild
@@ -3,7 +3,7 @@
 # $Id$
 
 EAPI=5
-PYTHON_COMPAT=( python{2_7,3_3,3_4} pypy )
+PYTHON_COMPAT=( python{2_7,3_3,3_4,3_5} pypy )
 
 inherit distutils-r1
 

Reply via email to