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 6419F138334 for ; Sat, 16 Nov 2019 22:27:03 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 71E2CE07D7; Sat, 16 Nov 2019 22:27:02 +0000 (UTC) Received: from smtp.gentoo.org (mail.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 57591E07D7 for ; Sat, 16 Nov 2019 22:27:02 +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 E9DF734CECC for ; Sat, 16 Nov 2019 22:27:00 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id B867A8AF for ; Sat, 16 Nov 2019 22:26:58 +0000 (UTC) From: "Amadeusz Piotr Żołnowski" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Amadeusz Piotr Żołnowski" Message-ID: <1573943205.c233339567d2b5a54da83b44d00bbf43cbdab296.aidecoe@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: mail-filter/afew/ X-VCS-Repository: repo/gentoo X-VCS-Files: mail-filter/afew/afew-1.3.0.ebuild X-VCS-Directories: mail-filter/afew/ X-VCS-Committer: aidecoe X-VCS-Committer-Name: Amadeusz Piotr Żołnowski X-VCS-Revision: c233339567d2b5a54da83b44d00bbf43cbdab296 X-VCS-Branch: master Date: Sat, 16 Nov 2019 22:26:58 +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: 420c2a38-60ef-4bee-815d-3f1e8f685b10 X-Archives-Hash: 37613ac08ce18b21947de7a7ff9f4e2e commit: c233339567d2b5a54da83b44d00bbf43cbdab296 Author: Amadeusz Piotr Żołnowski gentoo org> AuthorDate: Sat Nov 16 21:45:12 2019 +0000 Commit: Amadeusz Piotr Żołnowski gentoo org> CommitDate: Sat Nov 16 22:26:45 2019 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c2333395 mail-filter/afew: Enable Python 3.7 Package-Manager: Portage-2.3.76, Repoman-2.3.16 Signed-off-by: Amadeusz Piotr Żołnowski gentoo.org> mail-filter/afew/afew-1.3.0.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mail-filter/afew/afew-1.3.0.ebuild b/mail-filter/afew/afew-1.3.0.ebuild index f47bf50ec0a..dd77ae4b924 100644 --- a/mail-filter/afew/afew-1.3.0.ebuild +++ b/mail-filter/afew/afew-1.3.0.ebuild @@ -4,7 +4,7 @@ EAPI=6 DISTUTILS_SINGLE_IMPL=1 -PYTHON_COMPAT=( python{3_5,3_6} ) +PYTHON_COMPAT=( python{3_5,3_6,3_7} ) inherit distutils-r1