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 468191382C5 for ; Fri, 26 Feb 2021 06:29:13 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 21751E08EB; Fri, 26 Feb 2021 06:29:12 +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 0609DE08EB for ; Fri, 26 Feb 2021 06:29:11 +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 97D1B340FB8 for ; Fri, 26 Feb 2021 06:29:10 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id D6A8A4F3 for ; Fri, 26 Feb 2021 06:29:08 +0000 (UTC) From: "Joonas Niilola" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Joonas Niilola" Message-ID: <1614320087.ab1e18cd7b4e5e34e90a4c5c17ebf3dbff4ee433.juippis@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-libs/libvoikko/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-libs/libvoikko/libvoikko-4.3.ebuild X-VCS-Directories: dev-libs/libvoikko/ X-VCS-Committer: juippis X-VCS-Committer-Name: Joonas Niilola X-VCS-Revision: ab1e18cd7b4e5e34e90a4c5c17ebf3dbff4ee433 X-VCS-Branch: master Date: Fri, 26 Feb 2021 06:29:08 +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: 0328caf8-43b0-44d5-a444-ebf2e3bb3444 X-Archives-Hash: b34f370b4f70f9d6a9cbacc0ac37116d commit: ab1e18cd7b4e5e34e90a4c5c17ebf3dbff4ee433 Author: Joonas Niilola gentoo org> AuthorDate: Fri Feb 26 06:14:47 2021 +0000 Commit: Joonas Niilola gentoo org> CommitDate: Fri Feb 26 06:14:47 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ab1e18cd dev-libs/libvoikko: add python-3.9 compatibility Signed-off-by: Joonas Niilola gentoo.org> dev-libs/libvoikko/libvoikko-4.3.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-libs/libvoikko/libvoikko-4.3.ebuild b/dev-libs/libvoikko/libvoikko-4.3.ebuild index 8c80dbafcda..16a28656c60 100644 --- a/dev-libs/libvoikko/libvoikko-4.3.ebuild +++ b/dev-libs/libvoikko/libvoikko-4.3.ebuild @@ -3,7 +3,7 @@ EAPI=7 -PYTHON_COMPAT=( python3_{7..8} ) +PYTHON_COMPAT=( python3_{7..9} ) inherit python-r1 verify-sig