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.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 845831382C5 for ; Thu, 3 Jun 2021 09:56:16 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 562DBE0872; Thu, 3 Jun 2021 09:56:15 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 5DBCAE0872 for ; Thu, 3 Jun 2021 09:56:14 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 222E9340D23 for ; Thu, 3 Jun 2021 09:56:13 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 46C3E79B for ; Thu, 3 Jun 2021 09:56:11 +0000 (UTC) From: "Andrew Ammerlaan" 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" Message-ID: <1622714168.ac06db5cf9c67dc495145ee47cb5631f6b0a550a.andrewammerlaan@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: net-misc/lyricwikia/ X-VCS-Repository: repo/gentoo X-VCS-Files: net-misc/lyricwikia/lyricwikia-0.1.11-r1.ebuild X-VCS-Directories: net-misc/lyricwikia/ X-VCS-Committer: andrewammerlaan X-VCS-Committer-Name: Andrew Ammerlaan X-VCS-Revision: ac06db5cf9c67dc495145ee47cb5631f6b0a550a X-VCS-Branch: master Date: Thu, 3 Jun 2021 09:56:11 +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: 5fcb9c5b-0311-4f33-b887-0b8ee378090c X-Archives-Hash: 754a7765886250341a65bf79f1d909f8 commit: ac06db5cf9c67dc495145ee47cb5631f6b0a550a Author: Andrew Ammerlaan gentoo org> AuthorDate: Thu Jun 3 09:55:12 2021 +0000 Commit: Andrew Ammerlaan gentoo org> CommitDate: Thu Jun 3 09:56:08 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ac06db5c net-misc/lyricwikia: add py3.10 Package-Manager: Portage-3.0.19, Repoman-3.0.3 Signed-off-by: Andrew Ammerlaan gentoo.org> net-misc/lyricwikia/lyricwikia-0.1.11-r1.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/net-misc/lyricwikia/lyricwikia-0.1.11-r1.ebuild b/net-misc/lyricwikia/lyricwikia-0.1.11-r1.ebuild index feabf0bad1a..f66bf007d07 100644 --- a/net-misc/lyricwikia/lyricwikia-0.1.11-r1.ebuild +++ b/net-misc/lyricwikia/lyricwikia-0.1.11-r1.ebuild @@ -3,7 +3,7 @@ EAPI=7 -PYTHON_COMPAT=( python3_{7..9} ) +PYTHON_COMPAT=( python3_{7..10} ) inherit distutils-r1