diff options
author | Conrad Kostecki <conikost@gentoo.org> | 2021-07-01 22:07:08 +0200 |
---|---|---|
committer | Conrad Kostecki <conikost@gentoo.org> | 2021-07-01 23:15:11 +0200 |
commit | 12cf8834437b4d9ea4bb26e782ec6f4e58a2a5fa (patch) | |
tree | dd15901b149d2c652d8f2d6a3f218e9367cc15ac /app-misc/lcd4linux | |
parent | app-benchmarks/sysbench: add python3.10 support (diff) | |
download | gentoo-12cf8834437b4d9ea4bb26e782ec6f4e58a2a5fa.tar.gz gentoo-12cf8834437b4d9ea4bb26e782ec6f4e58a2a5fa.tar.bz2 gentoo-12cf8834437b4d9ea4bb26e782ec6f4e58a2a5fa.zip |
app-misc/lcd4linux: add python3.10 support
Package-Manager: Portage-3.0.20, Repoman-3.0.3
Signed-off-by: Conrad Kostecki <conikost@gentoo.org>
Diffstat (limited to 'app-misc/lcd4linux')
-rw-r--r-- | app-misc/lcd4linux/lcd4linux-0.11.0_pre20170527-r5.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app-misc/lcd4linux/lcd4linux-0.11.0_pre20170527-r5.ebuild b/app-misc/lcd4linux/lcd4linux-0.11.0_pre20170527-r5.ebuild index 7e5012fe4204..286238b9a7c6 100644 --- a/app-misc/lcd4linux/lcd4linux-0.11.0_pre20170527-r5.ebuild +++ b/app-misc/lcd4linux/lcd4linux-0.11.0_pre20170527-r5.ebuild @@ -3,7 +3,7 @@ EAPI=7 -PYTHON_COMPAT=( python3_{8,9} ) +PYTHON_COMPAT=( python3_{8..10} ) inherit autotools flag-o-matic python-single-r1 |