diff options
author | Andreas K. Hüttel <dilfridge@gentoo.org> | 2021-05-24 01:23:30 +0200 |
---|---|---|
committer | Andreas K. Hüttel <dilfridge@gentoo.org> | 2021-05-24 16:32:19 +0200 |
commit | e11ba04342014a5eadecb1199a0f38cfff118a80 (patch) | |
tree | 037036ef001f20d24420d0de2d72924d60059d1d /app-text/krop | |
parent | app-admin/sysstat: x86 stable wrt bug #791757 (diff) | |
download | gentoo-e11ba04342014a5eadecb1199a0f38cfff118a80.tar.gz gentoo-e11ba04342014a5eadecb1199a0f38cfff118a80.tar.bz2 gentoo-e11ba04342014a5eadecb1199a0f38cfff118a80.zip |
app-text/krop: Add py-3.9 compatibility
Package-Manager: Portage-3.0.18, Repoman-3.0.2
Signed-off-by: Andreas K. Hüttel <dilfridge@gentoo.org>
Diffstat (limited to 'app-text/krop')
-rw-r--r-- | app-text/krop/krop-0.6.0-r1.ebuild (renamed from app-text/krop/krop-0.6.0.ebuild) | 2 | ||||
-rw-r--r-- | app-text/krop/krop-9999.ebuild | 4 |
2 files changed, 3 insertions, 3 deletions
diff --git a/app-text/krop/krop-0.6.0.ebuild b/app-text/krop/krop-0.6.0-r1.ebuild index 7c6a20c2e0ea..6085c6264fb8 100644 --- a/app-text/krop/krop-0.6.0.ebuild +++ b/app-text/krop/krop-0.6.0-r1.ebuild @@ -2,7 +2,7 @@ # Distributed under the terms of the GNU General Public License v2 EAPI=7 -PYTHON_COMPAT=( python3_{7,8} ) +PYTHON_COMPAT=( python3_{7,8,9} ) DISTUTILS_USE_SETUPTOOLS=rdepend inherit desktop distutils-r1 xdg-utils diff --git a/app-text/krop/krop-9999.ebuild b/app-text/krop/krop-9999.ebuild index df73d05761af..71df1f4d3c20 100644 --- a/app-text/krop/krop-9999.ebuild +++ b/app-text/krop/krop-9999.ebuild @@ -1,8 +1,8 @@ -# Copyright 1999-2020 Gentoo Authors +# Copyright 1999-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 -PYTHON_COMPAT=( python3_{7,8} ) +PYTHON_COMPAT=( python3_{7,8,9} ) DISTUTILS_USE_SETUPTOOLS=rdepend inherit desktop distutils-r1 xdg-utils |