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 7D990138350 for ; Mon, 20 Jan 2020 06:09:32 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 3C24EE0A53; Mon, 20 Jan 2020 06:09:31 +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 1BECEE0A53 for ; Mon, 20 Jan 2020 06:09:31 +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 DE67834E2A4 for ; Mon, 20 Jan 2020 06:09:29 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 5FFB289 for ; Mon, 20 Jan 2020 06:09:27 +0000 (UTC) From: "Matthew Thode" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Matthew Thode" Message-ID: <1579500564.e68158fc1f373a28e602d19d1927d60a6d339459.prometheanfire@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/beagle/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-python/beagle/beagle-0.2.1.ebuild X-VCS-Directories: dev-python/beagle/ X-VCS-Committer: prometheanfire X-VCS-Committer-Name: Matthew Thode X-VCS-Revision: e68158fc1f373a28e602d19d1927d60a6d339459 X-VCS-Branch: master Date: Mon, 20 Jan 2020 06:09:27 +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: a0a587ec-532d-4ed8-8acd-44a2a2d3e036 X-Archives-Hash: 3fe733819ca90cf28662f276ae96a6bc commit: e68158fc1f373a28e602d19d1927d60a6d339459 Author: Matthew Thode gentoo org> AuthorDate: Mon Jan 20 06:09:06 2020 +0000 Commit: Matthew Thode gentoo org> CommitDate: Mon Jan 20 06:09:24 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e68158fc dev-python/beagle: add python3.7 Package-Manager: Portage-2.3.84, Repoman-2.3.20 Signed-off-by: Matthew Thode gentoo.org> dev-python/beagle/beagle-0.2.1.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-python/beagle/beagle-0.2.1.ebuild b/dev-python/beagle/beagle-0.2.1.ebuild index 06ccde927f2..b793dbd0fc4 100644 --- a/dev-python/beagle/beagle-0.2.1.ebuild +++ b/dev-python/beagle/beagle-0.2.1.ebuild @@ -3,7 +3,7 @@ EAPI=6 -PYTHON_COMPAT=( python3_6 ) +PYTHON_COMPAT=( python3_6 python3_7 ) inherit distutils-r1 DESCRIPTION="Command line client for Hound, the code search tool."