diff options
author | Craig Andrews <candrews@gentoo.org> | 2020-11-18 12:47:22 -0500 |
---|---|---|
committer | Craig Andrews <candrews@gentoo.org> | 2020-11-18 12:56:00 -0500 |
commit | 099be34d2122ca9c5c4ce8f10ca03a81d53b0e9c (patch) | |
tree | db13b829916c292db8a0fbddbfe2940e80724bd3 /app-misc/lirc | |
parent | dev-python/pandas: Remove old (diff) | |
download | gentoo-099be34d2122ca9c5c4ce8f10ca03a81d53b0e9c.tar.gz gentoo-099be34d2122ca9c5c4ce8f10ca03a81d53b0e9c.tar.bz2 gentoo-099be34d2122ca9c5c4ce8f10ca03a81d53b0e9c.zip |
app-misc/lirc: Python 3.8 and 3.9 compatibility
Closes: https://bugs.gentoo.org/754000
Package-Manager: Portage-3.0.9, Repoman-3.0.2
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 | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app-misc/lirc/lirc-0.10.1-r4.ebuild b/app-misc/lirc/lirc-0.10.1-r4.ebuild index 8f0fc1468435..1c7393516243 100644 --- a/app-misc/lirc/lirc-0.10.1-r4.ebuild +++ b/app-misc/lirc/lirc-0.10.1-r4.ebuild @@ -3,7 +3,7 @@ EAPI=7 -PYTHON_COMPAT=( python3_{6,7} ) +PYTHON_COMPAT=( python3_{6,7,8,9} ) inherit eutils flag-o-matic linux-info python-single-r1 systemd xdg-utils |