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 3405B138334 for ; Sat, 10 Nov 2018 14:25:34 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 3B0F5E0B4A; Sat, 10 Nov 2018 14:25:33 +0000 (UTC) Received: from smtp.gentoo.org (dev.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 14A3FE0B4A for ; Sat, 10 Nov 2018 14:25:32 +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 9283E335CF8 for ; Sat, 10 Nov 2018 14:25:30 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id D622A464 for ; Sat, 10 Nov 2018 14:25:28 +0000 (UTC) From: "Justin Lecher" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Justin Lecher" Message-ID: <1541859925.dde854c9c53d37e888ca6981780e4b453fddcfd1.jlec@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/shutilwhich/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-python/shutilwhich/shutilwhich-1.1.0.ebuild X-VCS-Directories: dev-python/shutilwhich/ X-VCS-Committer: jlec X-VCS-Committer-Name: Justin Lecher X-VCS-Revision: dde854c9c53d37e888ca6981780e4b453fddcfd1 X-VCS-Branch: master Date: Sat, 10 Nov 2018 14:25:28 +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-Archives-Salt: 7445fe34-7b04-4176-a776-6a7dc8b2b31a X-Archives-Hash: b297af565c655eae3a9fa6f1e2f2ca78 commit: dde854c9c53d37e888ca6981780e4b453fddcfd1 Author: Justin Lecher gentoo org> AuthorDate: Sat Nov 10 14:08:49 2018 +0000 Commit: Justin Lecher gentoo org> CommitDate: Sat Nov 10 14:25:25 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=dde854c9 dev-python/shutilwhich: Add python3.7 support Signed-off-by: Justin Lecher gentoo.org> Package-Manager: Portage-2.3.51, Repoman-2.3.11 dev-python/shutilwhich/shutilwhich-1.1.0.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/dev-python/shutilwhich/shutilwhich-1.1.0.ebuild b/dev-python/shutilwhich/shutilwhich-1.1.0.ebuild index 96649b834e1..cfab56be9c8 100644 --- a/dev-python/shutilwhich/shutilwhich-1.1.0.ebuild +++ b/dev-python/shutilwhich/shutilwhich-1.1.0.ebuild @@ -1,9 +1,9 @@ -# Copyright 1999-2018 Gentoo Foundation +# Copyright 1999-2018 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=6 -PYTHON_COMPAT=( python2_7 python3_{4,5,6} ) +PYTHON_COMPAT=( python2_7 python3_{4,5,6,7} ) inherit distutils-r1