Gentoo Archives: gentoo-commits

From: Conrad Kostecki <conikost@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: app-misc/lcd4linux/
Date: Thu, 01 Jul 2021 21:16:04
Message-Id: 1625174111.12cf8834437b4d9ea4bb26e782ec6f4e58a2a5fa.conikost@gentoo
1 commit: 12cf8834437b4d9ea4bb26e782ec6f4e58a2a5fa
2 Author: Conrad Kostecki <conikost <AT> gentoo <DOT> org>
3 AuthorDate: Thu Jul 1 20:07:08 2021 +0000
4 Commit: Conrad Kostecki <conikost <AT> gentoo <DOT> org>
5 CommitDate: Thu Jul 1 21:15:11 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=12cf8834
7
8 app-misc/lcd4linux: add python3.10 support
9
10 Package-Manager: Portage-3.0.20, Repoman-3.0.3
11 Signed-off-by: Conrad Kostecki <conikost <AT> gentoo.org>
12
13 app-misc/lcd4linux/lcd4linux-0.11.0_pre20170527-r5.ebuild | 2 +-
14 1 file changed, 1 insertion(+), 1 deletion(-)
15
16 diff --git a/app-misc/lcd4linux/lcd4linux-0.11.0_pre20170527-r5.ebuild b/app-misc/lcd4linux/lcd4linux-0.11.0_pre20170527-r5.ebuild
17 index 7e5012fe420..286238b9a7c 100644
18 --- a/app-misc/lcd4linux/lcd4linux-0.11.0_pre20170527-r5.ebuild
19 +++ b/app-misc/lcd4linux/lcd4linux-0.11.0_pre20170527-r5.ebuild
20 @@ -3,7 +3,7 @@
21
22 EAPI=7
23
24 -PYTHON_COMPAT=( python3_{8,9} )
25 +PYTHON_COMPAT=( python3_{8..10} )
26
27 inherit autotools flag-o-matic python-single-r1