diff --git a/dev-python/appdirs/appdirs-1.4.4.ebuild b/dev-python/appdirs/appdirs-1.4.4-r1.ebuild similarity index 93% rename from dev-python/appdirs/appdirs-1.4.4.ebuild rename to dev-python/appdirs/appdirs-1.4.4-r1.ebuild index ce38c50bfcce2..e43467f75e17d 100644 --- a/dev-python/appdirs/appdirs-1.4.4.ebuild +++ b/dev-python/appdirs/appdirs-1.4.4-r1.ebuild @@ -5,7 +5,7 @@ EAPI=7 # note the patch below DISTUTILS_USE_SETUPTOOLS=no -PYTHON_COMPAT=( python2_7 python3_{6,7,8,9} pypy3 ) +PYTHON_COMPAT=( python3_{6,7,8,9} pypy3 ) inherit distutils-r1