diff options
author | Michał Górny <mgorny@gentoo.org> | 2021-03-28 09:13:22 +0200 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2021-03-28 11:48:29 +0200 |
commit | 96c0f4898ff80e9750f624d2e42cb181ee1dab6e (patch) | |
tree | 66b8f091bd178faa21f6c006db826704f17f47f9 /app-portage/distpatch | |
parent | sys-apps/pkgcore: Remove old (diff) | |
download | gentoo-96c0f4898ff80e9750f624d2e42cb181ee1dab6e.tar.gz gentoo-96c0f4898ff80e9750f624d2e42cb181ee1dab6e.tar.bz2 gentoo-96c0f4898ff80e9750f624d2e42cb181ee1dab6e.zip |
app-portage/distpatch: Remove py3.7 due to snakeoil dep
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'app-portage/distpatch')
-rw-r--r-- | app-portage/distpatch/distpatch-0.1.2-r2.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app-portage/distpatch/distpatch-0.1.2-r2.ebuild b/app-portage/distpatch/distpatch-0.1.2-r2.ebuild index 782930fad490..dbc1ab1b44d9 100644 --- a/app-portage/distpatch/distpatch-0.1.2-r2.ebuild +++ b/app-portage/distpatch/distpatch-0.1.2-r2.ebuild @@ -3,7 +3,7 @@ EAPI=7 -PYTHON_COMPAT=( python3_{7..9} ) +PYTHON_COMPAT=( python3_{8..9} ) inherit distutils-r1 DESCRIPTION="Distfile Patching Support for Gentoo Linux (tools)" |