diff options
author | Michał Górny <mgorny@gentoo.org> | 2020-02-05 20:42:17 +0100 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2020-02-05 20:53:20 +0100 |
commit | e83d38115c5e2b59149249ca3a89f4e93e0b8721 (patch) | |
tree | fbea48e629edacb653ce8fc0bc2b816d745b5e0f /app-text/krop | |
parent | dev-python/pypax: Remove py2 (diff) | |
download | gentoo-e83d38115c5e2b59149249ca3a89f4e93e0b8721.tar.gz gentoo-e83d38115c5e2b59149249ca3a89f4e93e0b8721.tar.bz2 gentoo-e83d38115c5e2b59149249ca3a89f4e93e0b8721.zip |
app-text/krop: Remove py2
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'app-text/krop')
-rw-r--r-- | app-text/krop/krop-0.5.1.ebuild | 2 | ||||
-rw-r--r-- | app-text/krop/krop-9999.ebuild | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/app-text/krop/krop-0.5.1.ebuild b/app-text/krop/krop-0.5.1.ebuild index 986c8fe5c033..8dc3d8371c93 100644 --- a/app-text/krop/krop-0.5.1.ebuild +++ b/app-text/krop/krop-0.5.1.ebuild @@ -2,7 +2,7 @@ # Distributed under the terms of the GNU General Public License v2 EAPI=6 -PYTHON_COMPAT=( python{2_7,3_6} ) +PYTHON_COMPAT=( python3_6 ) inherit eutils distutils-r1 xdg-utils diff --git a/app-text/krop/krop-9999.ebuild b/app-text/krop/krop-9999.ebuild index 0888b2ff9ae3..b7f325ef3b86 100644 --- a/app-text/krop/krop-9999.ebuild +++ b/app-text/krop/krop-9999.ebuild @@ -2,7 +2,7 @@ # Distributed under the terms of the GNU General Public License v2 EAPI=7 -PYTHON_COMPAT=( python{2_7,3_6} ) +PYTHON_COMPAT=( python3_6 ) inherit desktop distutils-r1 xdg-utils |