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-irc/kvirc
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-irc/kvirc')
-rw-r--r--net-irc/kvirc/kvirc-5.2_pre20200605155236-r2.ebuild4
-rw-r--r--net-irc/kvirc/kvirc-5.2_pre20210630233331-r1.ebuild4
-rw-r--r--net-irc/kvirc/kvirc-9999.ebuild4
3 files changed, 6 insertions, 6 deletions
diff --git a/net-irc/kvirc/kvirc-5.2_pre20200605155236-r2.ebuild b/net-irc/kvirc/kvirc-5.2_pre20200605155236-r2.ebuild
index dd4434e337ee..9873ba64ff6b 100644
--- a/net-irc/kvirc/kvirc-5.2_pre20200605155236-r2.ebuild
+++ b/net-irc/kvirc/kvirc-5.2_pre20200605155236-r2.ebuild
@@ -1,9 +1,9 @@
-# Copyright 2009-2021 Gentoo Authors
+# Copyright 2009-2022 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI="7"
CMAKE_MAKEFILE_GENERATOR="emake"
-PYTHON_COMPAT=(python{3_8,3_9})
+PYTHON_COMPAT=( python3_{8..9} )
inherit cmake flag-o-matic python-single-r1 xdg-utils
diff --git a/net-irc/kvirc/kvirc-5.2_pre20210630233331-r1.ebuild b/net-irc/kvirc/kvirc-5.2_pre20210630233331-r1.ebuild
index b57765acd661..9021ee741580 100644
--- a/net-irc/kvirc/kvirc-5.2_pre20210630233331-r1.ebuild
+++ b/net-irc/kvirc/kvirc-5.2_pre20210630233331-r1.ebuild
@@ -1,9 +1,9 @@
-# Copyright 2009-2021 Gentoo Authors
+# Copyright 2009-2022 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI="7"
CMAKE_MAKEFILE_GENERATOR="emake"
-PYTHON_COMPAT=(python{3_8,3_9})
+PYTHON_COMPAT=( python3_{8..9} )
inherit cmake flag-o-matic python-single-r1 xdg-utils
diff --git a/net-irc/kvirc/kvirc-9999.ebuild b/net-irc/kvirc/kvirc-9999.ebuild
index c123daed9574..7f7a27ad95c0 100644
--- a/net-irc/kvirc/kvirc-9999.ebuild
+++ b/net-irc/kvirc/kvirc-9999.ebuild
@@ -1,9 +1,9 @@
-# Copyright 2009-2021 Gentoo Authors
+# Copyright 2009-2022 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI="7"
CMAKE_MAKEFILE_GENERATOR="emake"
-PYTHON_COMPAT=(python{3_8,3_9})
+PYTHON_COMPAT=( python3_{8..9} )
inherit cmake flag-o-matic python-single-r1 xdg-utils