diff options
author | Florian Schmaus <flow@gentoo.org> | 2022-06-21 12:35:34 +0200 |
---|---|---|
committer | Florian Schmaus <flow@gentoo.org> | 2022-06-21 12:36:42 +0200 |
commit | 549c701adf7e2189469763c2d0a0413123f230af (patch) | |
tree | 79dbc4d17464e7222470b03a353e4e719b517e11 /x11-misc/autorandr | |
parent | x11-misc/autorandr: drop 1.11-r1 (diff) | |
download | gentoo-549c701adf7e2189469763c2d0a0413123f230af.tar.gz gentoo-549c701adf7e2189469763c2d0a0413123f230af.tar.bz2 gentoo-549c701adf7e2189469763c2d0a0413123f230af.zip |
x11-misc/autorandr: bump PYTHON_COMPAT to 11
Signed-off-by: Florian Schmaus <flow@gentoo.org>
Diffstat (limited to 'x11-misc/autorandr')
-rw-r--r-- | x11-misc/autorandr/autorandr-1.12.1.ebuild | 2 | ||||
-rw-r--r-- | x11-misc/autorandr/autorandr-9999.ebuild | 4 |
2 files changed, 3 insertions, 3 deletions
diff --git a/x11-misc/autorandr/autorandr-1.12.1.ebuild b/x11-misc/autorandr/autorandr-1.12.1.ebuild index 24cac5d261e9..2235547cc76e 100644 --- a/x11-misc/autorandr/autorandr-1.12.1.ebuild +++ b/x11-misc/autorandr/autorandr-1.12.1.ebuild @@ -3,7 +3,7 @@ EAPI=7 -PYTHON_COMPAT=( python3_{7..10} ) +PYTHON_COMPAT=( python3_{8..11} ) inherit bash-completion-r1 distutils-r1 systemd udev diff --git a/x11-misc/autorandr/autorandr-9999.ebuild b/x11-misc/autorandr/autorandr-9999.ebuild index 392d59491a57..4433c9b58d70 100644 --- a/x11-misc/autorandr/autorandr-9999.ebuild +++ b/x11-misc/autorandr/autorandr-9999.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..10} ) +PYTHON_COMPAT=( python3_{8..11} ) inherit bash-completion-r1 distutils-r1 systemd udev |