summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDavid Seifert <soap@gentoo.org>2019-12-28 17:14:16 +0100
committerDavid Seifert <soap@gentoo.org>2019-12-28 17:14:16 +0100
commitca874b3a8b8c3e899a2819d6495faf4f3e3745f7 (patch)
treedd3f8223683e53ab45532676f9a266946cc1ad69 /dev-python
parentdev-python/pycapnp: Remove Py2 (diff)
downloadgentoo-ca874b3a8b8c3e899a2819d6495faf4f3e3745f7.tar.gz
gentoo-ca874b3a8b8c3e899a2819d6495faf4f3e3745f7.tar.bz2
gentoo-ca874b3a8b8c3e899a2819d6495faf4f3e3745f7.zip
dev-python/pycipher: 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')
-rw-r--r--dev-python/pycipher/pycipher-0.2-r1.ebuild2
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-python/pycipher/pycipher-0.2-r1.ebuild b/dev-python/pycipher/pycipher-0.2-r1.ebuild
index 47d3d3f7e748..0dff81079830 100644
--- a/dev-python/pycipher/pycipher-0.2-r1.ebuild
+++ b/dev-python/pycipher/pycipher-0.2-r1.ebuild
@@ -3,7 +3,7 @@
EAPI=6
-PYTHON_COMPAT=( python{2_7,3_5,3_6} )
+PYTHON_COMPAT=( python3_{5,6} )
inherit python-r1