summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPacho Ramos <pacho@gentoo.org>2018-06-24 17:54:37 +0200
committerPacho Ramos <pacho@gentoo.org>2018-06-24 18:21:12 +0200
commit159674a32bba9e88f53a3819104089670369bf08 (patch)
treeab04bcb98eb275697fb3d2115bcc250df32e2ba4 /dev-python/pillowfight/pillowfight-0.2.ebuild
parentdev-python/pilkit: Support python3.6 (diff)
downloadgentoo-159674a32bba9e88f53a3819104089670369bf08.tar.gz
gentoo-159674a32bba9e88f53a3819104089670369bf08.tar.bz2
gentoo-159674a32bba9e88f53a3819104089670369bf08.zip
dev-python/pillowfight: Support python3.6
Package-Manager: Portage-2.3.40, Repoman-2.3.9
Diffstat (limited to 'dev-python/pillowfight/pillowfight-0.2.ebuild')
-rw-r--r--dev-python/pillowfight/pillowfight-0.2.ebuild4
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-python/pillowfight/pillowfight-0.2.ebuild b/dev-python/pillowfight/pillowfight-0.2.ebuild
index 765adce168ab..2851d304c925 100644
--- a/dev-python/pillowfight/pillowfight-0.2.ebuild
+++ b/dev-python/pillowfight/pillowfight-0.2.ebuild
@@ -1,9 +1,9 @@
-# Copyright 1999-2015 Gentoo Foundation
+# Copyright 1999-2018 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
EAPI=5
-PYTHON_COMPAT=( python2_7 python3_{4,5} pypy pypy3 )
+PYTHON_COMPAT=( python2_7 python3_{4,5,6} pypy pypy3 )
inherit distutils-r1