summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDavid Seifert <soap@gentoo.org>2022-01-30 11:16:14 +0100
committerDavid Seifert <soap@gentoo.org>2022-01-30 11:16:14 +0100
commit7a55b8993e05e8701b1913ef5040318f7533b081 (patch)
tree11b2641c6da5e15116cbdc887d153efb522dbcb5 /net-libs/libpsl
parentdev-python/pyClamd: Python 3.10 support, config path fix. (diff)
downloadgentoo-7a55b8993e05e8701b1913ef5040318f7533b081.tar.gz
gentoo-7a55b8993e05e8701b1913ef5040318f7533b081.tar.bz2
gentoo-7a55b8993e05e8701b1913ef5040318f7533b081.zip
*/*: consistent PYTHON_COMPAT style
Signed-off-by: David Seifert <soap@gentoo.org>
Diffstat (limited to 'net-libs/libpsl')
-rw-r--r--net-libs/libpsl/libpsl-0.21.0.ebuild4
-rw-r--r--net-libs/libpsl/libpsl-0.21.1.ebuild4
2 files changed, 4 insertions, 4 deletions
diff --git a/net-libs/libpsl/libpsl-0.21.0.ebuild b/net-libs/libpsl/libpsl-0.21.0.ebuild
index d07938849562..33ab42070c4a 100644
--- a/net-libs/libpsl/libpsl-0.21.0.ebuild
+++ b/net-libs/libpsl/libpsl-0.21.0.ebuild
@@ -1,9 +1,9 @@
-# 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,8,9})
+PYTHON_COMPAT=( python3_{8..9} )
inherit multilib-minimal python-any-r1
DESCRIPTION="C library for the Public Suffix List"
diff --git a/net-libs/libpsl/libpsl-0.21.1.ebuild b/net-libs/libpsl/libpsl-0.21.1.ebuild
index 379fbf8773d1..3af43132fb4f 100644
--- a/net-libs/libpsl/libpsl-0.21.1.ebuild
+++ b/net-libs/libpsl/libpsl-0.21.1.ebuild
@@ -1,9 +1,9 @@
-# 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,8,9})
+PYTHON_COMPAT=( python3_{8..9} )
inherit multilib-minimal python-any-r1
DESCRIPTION="C library for the Public Suffix List"