diff options
Diffstat (limited to 'dev-python/pyformance')
-rw-r--r-- | dev-python/pyformance/pyformance-0.3.4.ebuild | 2 | ||||
-rw-r--r-- | dev-python/pyformance/pyformance-0.4.ebuild | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/dev-python/pyformance/pyformance-0.3.4.ebuild b/dev-python/pyformance/pyformance-0.3.4.ebuild index 0c351c0fccd7..483ac5dd04fa 100644 --- a/dev-python/pyformance/pyformance-0.3.4.ebuild +++ b/dev-python/pyformance/pyformance-0.3.4.ebuild @@ -2,7 +2,7 @@ # Distributed under the terms of the GNU General Public License v2 EAPI=6 -PYTHON_COMPAT=( python2_7 python3_{5,6} ) +PYTHON_COMPAT=( python3_{5,6} ) inherit distutils-r1 diff --git a/dev-python/pyformance/pyformance-0.4.ebuild b/dev-python/pyformance/pyformance-0.4.ebuild index 8aa6f2b08058..5ea1ed1d0d31 100644 --- a/dev-python/pyformance/pyformance-0.4.ebuild +++ b/dev-python/pyformance/pyformance-0.4.ebuild @@ -2,7 +2,7 @@ # Distributed under the terms of the GNU General Public License v2 EAPI=6 -PYTHON_COMPAT=( python2_7 python3_{5,6} ) +PYTHON_COMPAT=( python3_{5,6} ) inherit distutils-r1 |