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 7D1BB138350 for ; Wed, 12 Feb 2020 23:17:39 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id AA902E085E; Wed, 12 Feb 2020 23:17:38 +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 89E44E085E for ; Wed, 12 Feb 2020 23:17:38 +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 7FCD934E8E3 for ; Wed, 12 Feb 2020 23:17:37 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id AA298129 for ; Wed, 12 Feb 2020 23:17:34 +0000 (UTC) From: "Zac Medico" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Zac Medico" Message-ID: <1581549449.4da617afd033896542fd8c42a65972a01b2e4af1.zmedico@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/kazoo/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-python/kazoo/kazoo-2.6.1.ebuild X-VCS-Directories: dev-python/kazoo/ X-VCS-Committer: zmedico X-VCS-Committer-Name: Zac Medico X-VCS-Revision: 4da617afd033896542fd8c42a65972a01b2e4af1 X-VCS-Branch: master Date: Wed, 12 Feb 2020 23:17:34 +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: 79c6e830-2e50-4b42-8018-49ddc608ac5e X-Archives-Hash: 7d257f3062933dc206ddcb67f5bf792f commit: 4da617afd033896542fd8c42a65972a01b2e4af1 Author: Zac Medico gentoo org> AuthorDate: Wed Feb 12 23:09:50 2020 +0000 Commit: Zac Medico gentoo org> CommitDate: Wed Feb 12 23:17:29 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4da617af dev-python/kazoo: PYTHON_COMPAT+=(python3_8) Package-Manager: Portage-2.3.88, Repoman-2.3.20 Signed-off-by: Zac Medico gentoo.org> dev-python/kazoo/kazoo-2.6.1.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-python/kazoo/kazoo-2.6.1.ebuild b/dev-python/kazoo/kazoo-2.6.1.ebuild index b55f6915f63..948c64c25bd 100644 --- a/dev-python/kazoo/kazoo-2.6.1.ebuild +++ b/dev-python/kazoo/kazoo-2.6.1.ebuild @@ -2,7 +2,7 @@ # Distributed under the terms of the GNU General Public License v2 EAPI=7 -PYTHON_COMPAT=( python3_6 ) +PYTHON_COMPAT=( python3_6 python3_8 ) inherit distutils-r1