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 C75F3158086 for ; Tue, 21 Dec 2021 04:20:02 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 2371F2BC011; Tue, 21 Dec 2021 04:20:02 +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) server-digest SHA256) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 0A1C52BC011 for ; Tue, 21 Dec 2021 04:20:02 +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 A1823343072 for ; Tue, 21 Dec 2021 04:20:00 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 609AC250 for ; Tue, 21 Dec 2021 04:19:59 +0000 (UTC) From: "Georgy Yakovlev" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Georgy Yakovlev" Message-ID: <1640060386.6bce6b664fa170f0069c1ccae90934c9ec201eb4.gyakovlev@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: net-mail/notmuch/ X-VCS-Repository: repo/gentoo X-VCS-Files: net-mail/notmuch/notmuch-0.32.2-r1.ebuild X-VCS-Directories: net-mail/notmuch/ X-VCS-Committer: gyakovlev X-VCS-Committer-Name: Georgy Yakovlev X-VCS-Revision: 6bce6b664fa170f0069c1ccae90934c9ec201eb4 X-VCS-Branch: master Date: Tue, 21 Dec 2021 04:19:59 +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: 1dc28c39-57e9-4a25-a449-1f9772c76177 X-Archives-Hash: 49eaa6aef181bc7e7c4484f67f7b36d7 commit: 6bce6b664fa170f0069c1ccae90934c9ec201eb4 Author: Georgy Yakovlev gentoo org> AuthorDate: Tue Dec 21 04:19:31 2021 +0000 Commit: Georgy Yakovlev gentoo org> CommitDate: Tue Dec 21 04:19:46 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6bce6b66 net-mail/notmuch: enable py3.10 Signed-off-by: Georgy Yakovlev gentoo.org> net-mail/notmuch/notmuch-0.32.2-r1.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/net-mail/notmuch/notmuch-0.32.2-r1.ebuild b/net-mail/notmuch/notmuch-0.32.2-r1.ebuild index ba302f77adb9..d99d63cef1d2 100644 --- a/net-mail/notmuch/notmuch-0.32.2-r1.ebuild +++ b/net-mail/notmuch/notmuch-0.32.2-r1.ebuild @@ -6,7 +6,7 @@ EAPI=7 DISTUTILS_OPTIONAL=1 DISTUTILS_USE_SETUPTOOLS=manual NEED_EMACS="24.1" -PYTHON_COMPAT=( python3_{7,8,9} pypy3 ) +PYTHON_COMPAT=( python3_{7..10} pypy3 ) inherit bash-completion-r1 desktop distutils-r1 elisp-common flag-o-matic pax-utils toolchain-funcs xdg-utils