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 16053138359 for ; Sun, 9 Aug 2020 07:14:22 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id A923AE08F3; Sun, 9 Aug 2020 07:14:20 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.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 833B0E08F9 for ; Sun, 9 Aug 2020 07:14:20 +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 1EC3B34F314 for ; Sun, 9 Aug 2020 07:14:19 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 43BD0313 for ; Sun, 9 Aug 2020 07:14:16 +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: <1596957237.b7db2190b5df32c772e80b3aca6c2d9e3f21485a.juippis@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: mail-client/alot/ X-VCS-Repository: repo/gentoo X-VCS-Files: mail-client/alot/alot-0.9.1.ebuild X-VCS-Directories: mail-client/alot/ X-VCS-Committer: juippis X-VCS-Committer-Name: Joonas Niilola X-VCS-Revision: b7db2190b5df32c772e80b3aca6c2d9e3f21485a X-VCS-Branch: master Date: Sun, 9 Aug 2020 07:14:16 +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: bb61394e-046c-40e9-8d82-5ea321ad3668 X-Archives-Hash: 9b66073520ac1d72313c1cdd7b34ba9c commit: b7db2190b5df32c772e80b3aca6c2d9e3f21485a Author: Joonas Niilola gentoo org> AuthorDate: Sun Aug 9 06:46:30 2020 +0000 Commit: Joonas Niilola gentoo org> CommitDate: Sun Aug 9 07:13:57 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b7db2190 mail-client/alot: enable python-3.8 for 0.9.1 Signed-off-by: Joonas Niilola gentoo.org> mail-client/alot/alot-0.9.1.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mail-client/alot/alot-0.9.1.ebuild b/mail-client/alot/alot-0.9.1.ebuild index 58b6e94fb25..7e24fe27054 100644 --- a/mail-client/alot/alot-0.9.1.ebuild +++ b/mail-client/alot/alot-0.9.1.ebuild @@ -4,7 +4,7 @@ EAPI=7 DISTUTILS_USE_SETUPTOOLS=rdepend -PYTHON_COMPAT=( python3_{6,7} ) +PYTHON_COMPAT=( python3_{6,7,8} ) inherit distutils-r1