summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTim Harder <radhermit@gentoo.org>2016-01-16 22:27:28 -0500
committerTim Harder <radhermit@gentoo.org>2016-01-16 22:34:21 -0500
commit8b39c403cc329d9699c8d5ee9326f7df43afdd01 (patch)
tree4845c58fbb7309920ee013997e6e0d6936a40529 /dev-python
parentapp-emulation/crossover-bin: Bump to 15.0.1 (diff)
downloadgentoo-8b39c403cc329d9699c8d5ee9326f7df43afdd01.tar.gz
gentoo-8b39c403cc329d9699c8d5ee9326f7df43afdd01.tar.bz2
gentoo-8b39c403cc329d9699c8d5ee9326f7df43afdd01.zip
dev-python/xcffib: add py3.5 support
Diffstat (limited to 'dev-python')
-rw-r--r--dev-python/xcffib/xcffib-0.4.0.ebuild4
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-python/xcffib/xcffib-0.4.0.ebuild b/dev-python/xcffib/xcffib-0.4.0.ebuild
index c75e96be4ae9..1d0f111fde60 100644
--- a/dev-python/xcffib/xcffib-0.4.0.ebuild
+++ b/dev-python/xcffib/xcffib-0.4.0.ebuild
@@ -1,10 +1,10 @@
-# 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=( python2_7 python3_{3,4} pypy )
+PYTHON_COMPAT=( python2_7 python3_{3,4,5} pypy )
inherit distutils-r1