From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: <gentoo-commits+bounces-1409761-garchives=archives.gentoo.org@lists.gentoo.org> 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 67417158091 for <garchives@archives.gentoo.org>; Sat, 18 Jun 2022 19:20:03 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 81F6BE0AF0; Sat, 18 Jun 2022 19:20:01 +0000 (UTC) Received: from smtp.gentoo.org (dev.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (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 46020E0AEC for <gentoo-commits@lists.gentoo.org>; Sat, 18 Jun 2022 19:20:01 +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)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id ADF5F34195A for <gentoo-commits@lists.gentoo.org>; Sat, 18 Jun 2022 19:19:59 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 4E07D518 for <gentoo-commits@lists.gentoo.org>; Sat, 18 Jun 2022 19:19:57 +0000 (UTC) From: "Andrew Ammerlaan" <andrewammerlaan@gentoo.org> To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Andrew Ammerlaan" <andrewammerlaan@gentoo.org> Message-ID: <1655460852.7dd6ac2be421580b39ec61005f5414d856d76b8e.andrewammerlaan@gentoo> Subject: [gentoo-commits] repo/proj/guru:master commit in: app-editors/amp/ X-VCS-Repository: repo/proj/guru X-VCS-Files: app-editors/amp/amp-0.6.2.ebuild X-VCS-Directories: app-editors/amp/ X-VCS-Committer: andrewammerlaan X-VCS-Committer-Name: Andrew Ammerlaan X-VCS-Revision: 7dd6ac2be421580b39ec61005f5414d856d76b8e X-VCS-Branch: master Date: Sat, 18 Jun 2022 19:19:57 +0000 (UTC) Precedence: bulk List-Post: <mailto:gentoo-commits@lists.gentoo.org> List-Help: <mailto:gentoo-commits+help@lists.gentoo.org> List-Unsubscribe: <mailto:gentoo-commits+unsubscribe@lists.gentoo.org> List-Subscribe: <mailto:gentoo-commits+subscribe@lists.gentoo.org> List-Id: Gentoo Linux mail <gentoo-commits.gentoo.org> X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 29ce49d7-9b38-4406-bced-66df70407dde X-Archives-Hash: 843a5d28c0e1771b8e9f7e0e7bc5ca60 commit: 7dd6ac2be421580b39ec61005f5414d856d76b8e Author: Luciano Degni <degni.public <AT> gmail <DOT> com> AuthorDate: Fri Jun 17 10:14:12 2022 +0000 Commit: Andrew Ammerlaan <andrewammerlaan <AT> gentoo <DOT> org> CommitDate: Fri Jun 17 10:14:12 2022 +0000 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=7dd6ac2b app-editors/amp: enable py3.10 Signed-off-by: Luciano Degni <degni.public <AT> gmail.com> app-editors/amp/amp-0.6.2.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app-editors/amp/amp-0.6.2.ebuild b/app-editors/amp/amp-0.6.2.ebuild index 0b4f231aa..da52cd321 100644 --- a/app-editors/amp/amp-0.6.2.ebuild +++ b/app-editors/amp/amp-0.6.2.ebuild @@ -3,7 +3,7 @@ EAPI=8 -PYTHON_COMPAT=( python3_{8..9} ) +PYTHON_COMPAT=( python3_{8..10} ) CRATES=" aho-corasick-0.5.3