From: Michał Górny Date: Thu, 26 Jan 2017 22:30:41 +0000 (+0100) Subject: virtual/python-singledispatch: Enable python3.6 X-Git-Url: http://git.tremily.us/gitweb.cgi?a=commitdiff_plain;h=f9c532ae16bb19a2da9e024d0fc87bed0dc511cf;p=gentoo.git virtual/python-singledispatch: Enable python3.6 --- diff --git a/virtual/python-singledispatch/python-singledispatch-0.ebuild b/virtual/python-singledispatch/python-singledispatch-0.ebuild index 46c5bbefc4f7..9107e51a8566 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=""