diff options
Diffstat (limited to 'dev-python/rply')
-rw-r--r-- | dev-python/rply/rply-0.7.3.ebuild | 2 | ||||
-rw-r--r-- | dev-python/rply/rply-0.7.4.ebuild | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/dev-python/rply/rply-0.7.3.ebuild b/dev-python/rply/rply-0.7.3.ebuild index 91bd3bbcb47b..1169276a6524 100644 --- a/dev-python/rply/rply-0.7.3.ebuild +++ b/dev-python/rply/rply-0.7.3.ebuild @@ -4,7 +4,7 @@ EAPI=5 -PYTHON_COMPAT=( python{2_7,3_3,3_4} pypy ) +PYTHON_COMPAT=( python{2_7,3_4} pypy ) inherit distutils-r1 diff --git a/dev-python/rply/rply-0.7.4.ebuild b/dev-python/rply/rply-0.7.4.ebuild index 80ec20f68ecc..1b4e26218df7 100644 --- a/dev-python/rply/rply-0.7.4.ebuild +++ b/dev-python/rply/rply-0.7.4.ebuild @@ -4,7 +4,7 @@ EAPI=5 -PYTHON_COMPAT=( python{2_7,3_3,3_4,3_5} pypy ) +PYTHON_COMPAT=( python{2_7,3_4,3_5} pypy ) inherit distutils-r1 |