diff options
Diffstat (limited to 'dev-python/potr')
-rw-r--r-- | dev-python/potr/potr-1.0.1.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-python/potr/potr-1.0.1.ebuild b/dev-python/potr/potr-1.0.1.ebuild index 119fea031ee7..af7c1eef0477 100644 --- a/dev-python/potr/potr-1.0.1.ebuild +++ b/dev-python/potr/potr-1.0.1.ebuild @@ -6,7 +6,7 @@ EAPI=5 MY_PN="python-${PN}" MY_P="${MY_PN}-${PV}" -PYTHON_COMPAT=( python{2_7,3_6} ) +PYTHON_COMPAT=( python3_6 ) inherit distutils-r1 |