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 087E3138350 for ; Mon, 10 Feb 2020 12:13:01 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 9B9F9E0928; Mon, 10 Feb 2020 12:12:57 +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 800A5E0928 for ; Mon, 10 Feb 2020 12:12:57 +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 8B88034E930 for ; Mon, 10 Feb 2020 12:12:56 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id C1A4414A for ; Mon, 10 Feb 2020 12:12:52 +0000 (UTC) From: "Michał Górny" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Michał Górny" Message-ID: <1581336765.4a3dfa8475f1d7df248a7e48bf148ca9e126ea22.mgorny@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: sys-fs/zfs/ X-VCS-Repository: repo/gentoo X-VCS-Files: sys-fs/zfs/zfs-0.7.13-r1.ebuild sys-fs/zfs/zfs-0.7.13-r2.ebuild sys-fs/zfs/zfs-0.8.2-r2.ebuild X-VCS-Directories: sys-fs/zfs/ X-VCS-Committer: mgorny X-VCS-Committer-Name: Michał Górny X-VCS-Revision: 4a3dfa8475f1d7df248a7e48bf148ca9e126ea22 X-VCS-Branch: master Date: Mon, 10 Feb 2020 12:12:52 +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: 505e693d-1080-435b-bccf-07dd48af5446 X-Archives-Hash: 1fdbb9bf601b9dad20da4c4493d4434b commit: 4a3dfa8475f1d7df248a7e48bf148ca9e126ea22 Author: Michał Górny gentoo org> AuthorDate: Mon Feb 10 12:09:11 2020 +0000 Commit: Michał Górny gentoo org> CommitDate: Mon Feb 10 12:12:45 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4a3dfa84 sys-fs/zfs: Remove py2 Signed-off-by: Michał Górny gentoo.org> sys-fs/zfs/zfs-0.7.13-r1.ebuild | 2 +- sys-fs/zfs/zfs-0.7.13-r2.ebuild | 2 +- sys-fs/zfs/zfs-0.8.2-r2.ebuild | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/sys-fs/zfs/zfs-0.7.13-r1.ebuild b/sys-fs/zfs/zfs-0.7.13-r1.ebuild index 7bfb7393b91..e7978fd5d92 100644 --- a/sys-fs/zfs/zfs-0.7.13-r1.ebuild +++ b/sys-fs/zfs/zfs-0.7.13-r1.ebuild @@ -2,7 +2,7 @@ # Distributed under the terms of the GNU General Public License v2 EAPI="5" -PYTHON_COMPAT=( python{2_7,3_6} ) +PYTHON_COMPAT=( python3_6 ) if [ ${PV} == "9999" ] ; then inherit git-r3 linux-mod diff --git a/sys-fs/zfs/zfs-0.7.13-r2.ebuild b/sys-fs/zfs/zfs-0.7.13-r2.ebuild index 2b547fcde15..2362e5ccec0 100644 --- a/sys-fs/zfs/zfs-0.7.13-r2.ebuild +++ b/sys-fs/zfs/zfs-0.7.13-r2.ebuild @@ -2,7 +2,7 @@ # Distributed under the terms of the GNU General Public License v2 EAPI="5" -PYTHON_COMPAT=( python{2_7,3_6} ) +PYTHON_COMPAT=( python3_6 ) if [ ${PV} == "9999" ] ; then inherit git-r3 linux-mod diff --git a/sys-fs/zfs/zfs-0.8.2-r2.ebuild b/sys-fs/zfs/zfs-0.8.2-r2.ebuild index 341a978b279..c744e615de4 100644 --- a/sys-fs/zfs/zfs-0.8.2-r2.ebuild +++ b/sys-fs/zfs/zfs-0.8.2-r2.ebuild @@ -4,7 +4,7 @@ EAPI=7 DISTUTILS_OPTIONAL=1 -PYTHON_COMPAT=( python{2_7,3_{6,7}} ) +PYTHON_COMPAT=( python3_{6,7} ) inherit bash-completion-r1 flag-o-matic linux-info linux-mod distutils-r1 systemd toolchain-funcs udev usr-ldscript