diff options
author | 2020-02-11 12:29:19 +0100 | |
---|---|---|
committer | 2020-02-11 12:38:07 +0100 | |
commit | 6d81b4c4503396cb0b1c2daad235eb25d960c9f3 (patch) | |
tree | 1b806d40de98c3b1a9f8c605f1873688bedb7007 /app-portage | |
parent | app-misc/tmux2html: Remove py2 (diff) | |
download | gentoo-6d81b4c4503396cb0b1c2daad235eb25d960c9f3.tar.gz gentoo-6d81b4c4503396cb0b1c2daad235eb25d960c9f3.tar.bz2 gentoo-6d81b4c4503396cb0b1c2daad235eb25d960c9f3.zip |
app-portage/diffmask: Remove py2
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'app-portage')
-rw-r--r-- | app-portage/diffmask/diffmask-0.3.3-r4.ebuild | 2 | ||||
-rw-r--r-- | app-portage/diffmask/diffmask-9999.ebuild | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/app-portage/diffmask/diffmask-0.3.3-r4.ebuild b/app-portage/diffmask/diffmask-0.3.3-r4.ebuild index 696a18ca528d..24c622a843e3 100644 --- a/app-portage/diffmask/diffmask-0.3.3-r4.ebuild +++ b/app-portage/diffmask/diffmask-0.3.3-r4.ebuild @@ -4,7 +4,7 @@ EAPI=7 DISTUTILS_USE_SETUPTOOLS=no -PYTHON_COMPAT=( python{2_7,3_{6,7,8}} ) +PYTHON_COMPAT=( python3_{6,7,8} ) inherit distutils-r1 diff --git a/app-portage/diffmask/diffmask-9999.ebuild b/app-portage/diffmask/diffmask-9999.ebuild index e644b0bc2a5e..b1bce60981a1 100644 --- a/app-portage/diffmask/diffmask-9999.ebuild +++ b/app-portage/diffmask/diffmask-9999.ebuild @@ -4,7 +4,7 @@ EAPI=7 DISTUTILS_USE_SETUPTOOLS=no -PYTHON_COMPAT=( python{2_7,3_{6,7,8}} ) +PYTHON_COMPAT=( python3_{6,7,8} ) inherit distutils-r1 git-r3 |