From 7a55b8993e05e8701b1913ef5040318f7533b081 Mon Sep 17 00:00:00 2001 From: David Seifert Date: Sun, 30 Jan 2022 11:16:14 +0100 Subject: */*: consistent PYTHON_COMPAT style Signed-off-by: David Seifert --- net-analyzer/carl/carl-0.9-r5.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'net-analyzer/carl') diff --git a/net-analyzer/carl/carl-0.9-r5.ebuild b/net-analyzer/carl/carl-0.9-r5.ebuild index c0eab0820f04..a8d33e657707 100644 --- a/net-analyzer/carl/carl-0.9-r5.ebuild +++ b/net-analyzer/carl/carl-0.9-r5.ebuild @@ -1,8 +1,8 @@ -# Copyright 1999-2021 Gentoo Authors +# Copyright 1999-2022 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 -PYTHON_COMPAT=( python3_7 python3_8 python3_9 pypy3) +PYTHON_COMPAT=( python3_{8..9} pypy3 ) DISTUTILS_USE_SETUPTOOLS=no inherit distutils-r1 -- cgit v1.2.3-65-gdbad