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 3C8D413835A for ; Fri, 19 Feb 2021 10:14:29 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 421DDE0CB3; Fri, 19 Feb 2021 10:14:28 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (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 241B7E0CB4 for ; Fri, 19 Feb 2021 10:14:28 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (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 66DB5340F81 for ; Fri, 19 Feb 2021 10:14:26 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id B797C531 for ; Fri, 19 Feb 2021 10:14:23 +0000 (UTC) From: "Michał Górny" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Michał Górny" Message-ID: <1613588082.c6278770647c4b4a3f8c57c2fbcbb5165cad86b4.mgorny@gentoo> Subject: [gentoo-commits] repo/proj/guru:master commit in: net-misc/lyricwikia/ X-VCS-Repository: repo/proj/guru X-VCS-Files: net-misc/lyricwikia/lyricwikia-0.1.11.ebuild X-VCS-Directories: net-misc/lyricwikia/ X-VCS-Committer: mgorny X-VCS-Committer-Name: Michał Górny X-VCS-Revision: c6278770647c4b4a3f8c57c2fbcbb5165cad86b4 X-VCS-Branch: master Date: Fri, 19 Feb 2021 10:14:23 +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: 810aafd7-a631-4d6f-a94c-0ac682b19115 X-Archives-Hash: 646fe21acb3dfe425bbc66f1031a79ca commit: c6278770647c4b4a3f8c57c2fbcbb5165cad86b4 Author: Andrew Ammerlaan riseup net> AuthorDate: Wed Feb 17 18:52:09 2021 +0000 Commit: Michał Górny gentoo org> CommitDate: Wed Feb 17 18:54:42 2021 +0000 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=c6278770 net-misc/lyricwikia: add py3.9 Package-Manager: Portage-3.0.14, Repoman-3.0.2 Signed-off-by: Andrew Ammerlaan riseup.net> net-misc/lyricwikia/lyricwikia-0.1.11.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/net-misc/lyricwikia/lyricwikia-0.1.11.ebuild b/net-misc/lyricwikia/lyricwikia-0.1.11.ebuild index 7e29e7d5..05e31bb8 100644 --- a/net-misc/lyricwikia/lyricwikia-0.1.11.ebuild +++ b/net-misc/lyricwikia/lyricwikia-0.1.11.ebuild @@ -1,9 +1,9 @@ -# Copyright 1999-2020 Gentoo Authors +# Copyright 1999-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 -PYTHON_COMPAT=( python3_{7,8} ) +PYTHON_COMPAT=( python3_{7,8,9} ) inherit distutils-r1