From f9c532ae16bb19a2da9e024d0fc87bed0dc511cf Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Micha=C5=82=20G=C3=B3rny?= Date: Thu, 26 Jan 2017 23:30:41 +0100 Subject: [PATCH] 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 46c5bbefc4f77..9107e51a85666 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=""