diff options
author | Craig Andrews <candrews@gentoo.org> | 2022-05-18 14:53:39 -0400 |
---|---|---|
committer | Craig Andrews <candrews@gentoo.org> | 2022-05-18 14:54:00 -0400 |
commit | 29c9417ebd99a240b988572cc28401cfd3afca3c (patch) | |
tree | fcb0cf69febf2707975f7aaaa64a6d6c99c6d009 /app-misc/lirc | |
parent | dev-cpp/opentelemetry-cpp: add 1.4.0 (diff) | |
download | gentoo-29c9417ebd99a240b988572cc28401cfd3afca3c.tar.gz gentoo-29c9417ebd99a240b988572cc28401cfd3afca3c.tar.bz2 gentoo-29c9417ebd99a240b988572cc28401cfd3afca3c.zip |
app-misc/lirc: Python 3.10 compatibility
Closes: https://bugs.gentoo.org/845513
Package-Manager: Portage-3.0.30, Repoman-3.0.3
Signed-off-by: Craig Andrews <candrews@gentoo.org>
Diffstat (limited to 'app-misc/lirc')
-rw-r--r-- | app-misc/lirc/lirc-0.10.1-r4.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/app-misc/lirc/lirc-0.10.1-r4.ebuild b/app-misc/lirc/lirc-0.10.1-r4.ebuild index 7e238eb7ffee..00b07b2c4453 100644 --- a/app-misc/lirc/lirc-0.10.1-r4.ebuild +++ b/app-misc/lirc/lirc-0.10.1-r4.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_{8,9} ) +PYTHON_COMPAT=( python3_{8,9,10} ) inherit flag-o-matic linux-info python-single-r1 systemd xdg-utils |