commit:     bd95fdf0914e0ee4f08eff5a09302cf6973d213e
Author:     Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Thu Jan 26 22:27:29 2017 +0000
Commit:     Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Thu Jan 26 22:35:30 2017 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=bd95fdf0

virtual/python-funcsigs: Enable python3.6

 virtual/python-funcsigs/python-funcsigs-0-r1.ebuild | 6 +++---
 virtual/python-funcsigs/python-funcsigs-1.ebuild    | 6 +++---
 2 files changed, 6 insertions(+), 6 deletions(-)

diff --git a/virtual/python-funcsigs/python-funcsigs-0-r1.ebuild 
b/virtual/python-funcsigs/python-funcsigs-0-r1.ebuild
index df46802..857e542 100644
--- a/virtual/python-funcsigs/python-funcsigs-0-r1.ebuild
+++ b/virtual/python-funcsigs/python-funcsigs-0-r1.ebuild
@@ -1,14 +1,14 @@
-# Copyright 1999-2015 Gentoo Foundation
+# Copyright 1999-2017 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 # $Id$
 
 EAPI=5
 
-PYTHON_COMPAT=( python2_7 python3_{4,5} pypy pypy3 )
+PYTHON_COMPAT=( python2_7 python3_{4,5,6} pypy pypy3 )
 
 inherit python-r1
 
-DESCRIPTION="A Virtual for Python function signatures from PEP362"
+DESCRIPTION="A Virtual for Python function signatures from PEP362 (py3.3 
variant)"
 HOMEPAGE=""
 SRC_URI=""
 

diff --git a/virtual/python-funcsigs/python-funcsigs-1.ebuild 
b/virtual/python-funcsigs/python-funcsigs-1.ebuild
index fd061f7..26fefe0 100644
--- a/virtual/python-funcsigs/python-funcsigs-1.ebuild
+++ b/virtual/python-funcsigs/python-funcsigs-1.ebuild
@@ -1,14 +1,14 @@
-# Copyright 1999-2016 Gentoo Foundation
+# Copyright 1999-2017 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 # $Id$
 
 EAPI=6
 
-PYTHON_COMPAT=( python2_7 python3_{4,5} pypy pypy3 )
+PYTHON_COMPAT=( python2_7 python3_{4,5,6} pypy pypy3 )
 
 inherit python-r1
 
-DESCRIPTION="A Virtual for Python function signatures from PEP362"
+DESCRIPTION="A Virtual for Python function signatures from PEP362 (py3.6 
variant)"
 HOMEPAGE=""
 SRC_URI=""
 

Reply via email to