dev-python/cssutils: enable support for Python 3.5

- revbump for 0.9.10
- silent add for 1.0 and 1.0.1

Package-Manager: portage-2.2.26
RepoMan-Options: --ignore-arches
This commit is contained in:
Matthew Brewer
2016-02-19 20:10:16 +01:00
parent 6e684a3093
commit e9a350addf
3 changed files with 50 additions and 4 deletions

View File

@@ -1,9 +1,9 @@
# Copyright 1999-2015 Gentoo Foundation
# Copyright 1999-2016 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Id$
EAPI=5
PYTHON_COMPAT=( python{2_7,3_3,3_4} pypy )
PYTHON_COMPAT=( python{2_7,3_{3,4,5}} pypy )
inherit distutils-r1 vcs-snapshot