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 E472D138346 for ; Mon, 6 Jan 2020 20:21:21 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 3B412E09BC; Mon, 6 Jan 2020 20:21:21 +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 16E91E09BC for ; Mon, 6 Jan 2020 20:21:21 +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 7336E34DDC2 for ; Mon, 6 Jan 2020 20:21:19 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id D606A36 for ; Mon, 6 Jan 2020 20:21:17 +0000 (UTC) From: "Rick Farina" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Rick Farina" Message-ID: <1578342076.ccc829e420d09befafd6ca72f248226cb0c294ed.zerochaos@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/pydispatcher/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-python/pydispatcher/pydispatcher-2.1.2.ebuild X-VCS-Directories: dev-python/pydispatcher/ X-VCS-Committer: zerochaos X-VCS-Committer-Name: Rick Farina X-VCS-Revision: ccc829e420d09befafd6ca72f248226cb0c294ed X-VCS-Branch: master Date: Mon, 6 Jan 2020 20:21:17 +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: c701e62d-0d48-4c21-8238-955e2e3bc95f X-Archives-Hash: cf41204a1c136577237fab657d4f4563 commit: ccc829e420d09befafd6ca72f248226cb0c294ed Author: Rick Farina gentoo org> AuthorDate: Mon Jan 6 20:21:02 2020 +0000 Commit: Rick Farina gentoo org> CommitDate: Mon Jan 6 20:21:16 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ccc829e4 dev-python/pydispatcher: python 3.7 Package-Manager: Portage-2.3.84, Repoman-2.3.20 Signed-off-by: Rick Farina gentoo.org> dev-python/pydispatcher/pydispatcher-2.1.2.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-python/pydispatcher/pydispatcher-2.1.2.ebuild b/dev-python/pydispatcher/pydispatcher-2.1.2.ebuild index 5a713f838d1..e74f7a264c9 100644 --- a/dev-python/pydispatcher/pydispatcher-2.1.2.ebuild +++ b/dev-python/pydispatcher/pydispatcher-2.1.2.ebuild @@ -2,7 +2,7 @@ # Distributed under the terms of the GNU General Public License v2 EAPI=6 -PYTHON_COMPAT=( python3_6 ) +PYTHON_COMPAT=( python3_{6,7} ) inherit distutils-r1