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

virtual/python-singledispatch: Enable python3.6

 virtual/python-singledispatch/python-singledispatch-0.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/virtual/python-singledispatch/python-singledispatch-0.ebuild 
b/virtual/python-singledispatch/python-singledispatch-0.ebuild
index 46c5bbe..9107e51 100644
--- a/virtual/python-singledispatch/python-singledispatch-0.ebuild
+++ b/virtual/python-singledispatch/python-singledispatch-0.ebuild
@@ -4,11 +4,11 @@
 
 EAPI=5
 
-PYTHON_COMPAT=( python2_7 python3_{4,5} pypy )
+PYTHON_COMPAT=( python2_7 python3_{4,5,6} pypy )
 
 inherit python-r1
 
-DESCRIPTION="A virtual for the Python functools.singledispatch module"
+DESCRIPTION="A virtual for the Python functools.singledispatch function"
 HOMEPAGE=""
 SRC_URI=""
 

Reply via email to