From e5586004345a4e706b623955f1c987b3831ad0c9 Mon Sep 17 00:00:00 2001 From: Anton Bolshakov Date: Thu, 18 Feb 2021 00:49:08 +0800 Subject: [PATCH] objection: python 3.9 --- dev-util/objection/objection-1.9.5.ebuild | 4 ++-- dev-util/objection/objection-1.9.6.ebuild | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/dev-util/objection/objection-1.9.5.ebuild b/dev-util/objection/objection-1.9.5.ebuild index d063580e2..6728f6478 100644 --- a/dev-util/objection/objection-1.9.5.ebuild +++ b/dev-util/objection/objection-1.9.5.ebuild @@ -1,9 +1,9 @@ -# 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_{6,7,8} ) +PYTHON_COMPAT=( python3_{7..9} ) inherit distutils-r1 DESCRIPTION="Runtime mobile exploration" diff --git a/dev-util/objection/objection-1.9.6.ebuild b/dev-util/objection/objection-1.9.6.ebuild index d063580e2..6728f6478 100644 --- a/dev-util/objection/objection-1.9.6.ebuild +++ b/dev-util/objection/objection-1.9.6.ebuild @@ -1,9 +1,9 @@ -# 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_{6,7,8} ) +PYTHON_COMPAT=( python3_{7..9} ) inherit distutils-r1 DESCRIPTION="Runtime mobile exploration"