From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id AA5F1158094 for ; Fri, 22 Jul 2022 19:35:20 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id C04C2E0A81; Fri, 22 Jul 2022 19:35:19 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [140.211.166.183]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 763C3E0A88 for ; Fri, 22 Jul 2022 19:35:16 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 4A52C3408B8 for ; Fri, 22 Jul 2022 19:35:15 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id A571B54A for ; Fri, 22 Jul 2022 19:35:13 +0000 (UTC) From: "Conrad Kostecki" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Conrad Kostecki" Message-ID: <1658518438.bdd23da47ba525faf9c812f68fbd9b34a7430126.conikost@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: app-misc/lcd4linux/ X-VCS-Repository: repo/gentoo X-VCS-Files: app-misc/lcd4linux/lcd4linux-0.11.0_pre20170527-r7.ebuild X-VCS-Directories: app-misc/lcd4linux/ X-VCS-Committer: conikost X-VCS-Committer-Name: Conrad Kostecki X-VCS-Revision: bdd23da47ba525faf9c812f68fbd9b34a7430126 X-VCS-Branch: master Date: Fri, 22 Jul 2022 19:35:13 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 4d9c111d-be9c-46c7-90b4-d4a7eb854c3c X-Archives-Hash: 968ecd8da0fd70b2873b10c6425a30a2 commit: bdd23da47ba525faf9c812f68fbd9b34a7430126 Author: Conrad Kostecki gentoo org> AuthorDate: Thu Jul 21 17:42:18 2022 +0000 Commit: Conrad Kostecki gentoo org> CommitDate: Fri Jul 22 19:33:58 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=bdd23da4 app-misc/lcd4linux: add python3_11 support Signed-off-by: Conrad Kostecki gentoo.org> app-misc/lcd4linux/lcd4linux-0.11.0_pre20170527-r7.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app-misc/lcd4linux/lcd4linux-0.11.0_pre20170527-r7.ebuild b/app-misc/lcd4linux/lcd4linux-0.11.0_pre20170527-r7.ebuild index a8d53c823998..6cb9a929bae8 100644 --- a/app-misc/lcd4linux/lcd4linux-0.11.0_pre20170527-r7.ebuild +++ b/app-misc/lcd4linux/lcd4linux-0.11.0_pre20170527-r7.ebuild @@ -3,7 +3,7 @@ EAPI=8 -PYTHON_COMPAT=( python3_{8..10} ) +PYTHON_COMPAT=( python3_{8..11} ) inherit autotools flag-o-matic python-single-r1