summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDavid Seifert <soap@gentoo.org>2019-12-28 17:13:58 +0100
committerDavid Seifert <soap@gentoo.org>2019-12-28 17:13:58 +0100
commit6fc5c6c3aae0e6a7ef352488ccc45f964df423d8 (patch)
tree97b760138def74db5e78bd710113e434a6186a85 /dev-python/pillowfight
parentdev-python/pid: Remove Py2 (diff)
downloadgentoo-6fc5c6c3aae0e6a7ef352488ccc45f964df423d8.tar.gz
gentoo-6fc5c6c3aae0e6a7ef352488ccc45f964df423d8.tar.bz2
gentoo-6fc5c6c3aae0e6a7ef352488ccc45f964df423d8.zip
dev-python/pillowfight: Remove Py2
Package-Manager: Portage-2.3.83, Repoman-2.3.20 Signed-off-by: David Seifert <soap@gentoo.org>
Diffstat (limited to 'dev-python/pillowfight')
-rw-r--r--dev-python/pillowfight/pillowfight-0.2.ebuild2
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-python/pillowfight/pillowfight-0.2.ebuild b/dev-python/pillowfight/pillowfight-0.2.ebuild
index 909dcf5742a2..d911262876c4 100644
--- a/dev-python/pillowfight/pillowfight-0.2.ebuild
+++ b/dev-python/pillowfight/pillowfight-0.2.ebuild
@@ -3,7 +3,7 @@
EAPI=5
-PYTHON_COMPAT=( python2_7 python3_{5,6} pypy pypy3 )
+PYTHON_COMPAT=( python3_{5,6} pypy3 )
inherit distutils-r1