dev-python/funcy: Remove support to python3.4

Package-Manager: Portage-2.3.24, Repoman-2.3.6
This commit is contained in:
Tupone Alfredo
2018-05-03 08:40:21 +02:00
parent 359d819017
commit 68b606272e
2 changed files with 2 additions and 2 deletions

View File

@@ -3,7 +3,7 @@
EAPI=6
PYTHON_COMPAT=( python2_7 python3_{4,5,6} )
PYTHON_COMPAT=( python2_7 python3_{5,6} )
inherit distutils-r1
DESCRIPTION="A collection of fancy functional tools focused on practicality"

View File

@@ -3,7 +3,7 @@
EAPI=6
PYTHON_COMPAT=( python2_7 python3_4 )
PYTHON_COMPAT=( python2_7 )
inherit distutils-r1
DESCRIPTION="A collection of fancy functional tools focused on practicality"