From 605cafdddd4497b70c92d88f0032b6cf811ff610 Mon Sep 17 00:00:00 2001 From: Michał Górny Date: Tue, 10 Jan 2023 14:54:26 +0100 Subject: dev-util/buildbot-pkg: Remove Python < 3.10 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Michał Górny --- dev-util/buildbot-pkg/buildbot-pkg-3.6.1.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'dev-util/buildbot-pkg/buildbot-pkg-3.6.1.ebuild') diff --git a/dev-util/buildbot-pkg/buildbot-pkg-3.6.1.ebuild b/dev-util/buildbot-pkg/buildbot-pkg-3.6.1.ebuild index 4d4e95e9196c..501c0f2c713d 100644 --- a/dev-util/buildbot-pkg/buildbot-pkg-3.6.1.ebuild +++ b/dev-util/buildbot-pkg/buildbot-pkg-3.6.1.ebuild @@ -1,11 +1,11 @@ -# Copyright 1999-2022 Gentoo Authors +# Copyright 1999-2023 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 DISTUTILS_USE_PEP517=setuptools PYTHON_REQ_USE="sqlite" -PYTHON_COMPAT=( python3_{8..10} ) +PYTHON_COMPAT=( python3_10 ) inherit distutils-r1 MY_PV="${PV/_p/.post}" -- cgit v1.2.3-65-gdbad