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 05B2E138334 for ; Sun, 29 Dec 2019 13:23:30 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 1C0A5E0D7C; Sun, 29 Dec 2019 13:23:28 +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 9B209E0D7C for ; Sun, 29 Dec 2019 13:23:27 +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 A772D34DCA2 for ; Sun, 29 Dec 2019 13:23:26 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id A45127C for ; Sun, 29 Dec 2019 13:23:23 +0000 (UTC) From: "Andreas Sturmlechner" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Andreas Sturmlechner" Message-ID: <1577625775.a7dd5a2f6d1ed621eb09920b1d194bc3b307906e.asturm@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: sci-libs/scikits_image/ X-VCS-Repository: repo/gentoo X-VCS-Files: sci-libs/scikits_image/scikits_image-0.13.0-r1.ebuild X-VCS-Directories: sci-libs/scikits_image/ X-VCS-Committer: asturm X-VCS-Committer-Name: Andreas Sturmlechner X-VCS-Revision: a7dd5a2f6d1ed621eb09920b1d194bc3b307906e X-VCS-Branch: master Date: Sun, 29 Dec 2019 13:23:23 +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: 11619a69-a0d3-4d75-bdd5-6011b1905cad X-Archives-Hash: dc5fdb5768685b140430fcd8fdc31e93 commit: a7dd5a2f6d1ed621eb09920b1d194bc3b307906e Author: Andreas Sturmlechner gentoo org> AuthorDate: Sat Dec 28 16:43:02 2019 +0000 Commit: Andreas Sturmlechner gentoo org> CommitDate: Sun Dec 29 13:22:55 2019 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a7dd5a2f sci-libs/scikits_image: Drop python2_7 Package-Manager: Portage-2.3.84, Repoman-2.3.20 Signed-off-by: Andreas Sturmlechner gentoo.org> sci-libs/scikits_image/scikits_image-0.13.0-r1.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sci-libs/scikits_image/scikits_image-0.13.0-r1.ebuild b/sci-libs/scikits_image/scikits_image-0.13.0-r1.ebuild index 8c4d5a0fd8e..4aaada38a3c 100644 --- a/sci-libs/scikits_image/scikits_image-0.13.0-r1.ebuild +++ b/sci-libs/scikits_image/scikits_image-0.13.0-r1.ebuild @@ -3,7 +3,7 @@ EAPI=7 -PYTHON_COMPAT=( python2_7 python3_{5,6,7} ) +PYTHON_COMPAT=( python3_{5,6,7} ) inherit distutils-r1 eutils virtualx