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 2C1EE138350 for ; Mon, 10 Feb 2020 21:25:14 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 2165EE0866; Mon, 10 Feb 2020 21:25:13 +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 868DEE0866 for ; Mon, 10 Feb 2020 21:25:12 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (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 B2A8B34E9E6 for ; Mon, 10 Feb 2020 21:25:11 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 0A7D7133 for ; Mon, 10 Feb 2020 21:25:10 +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: <1581369890.a5d3996b0f58abe6fe2cbc36a23e0e4ccb9ab0ac.mgorny@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: net-fs/btfs/ X-VCS-Repository: repo/gentoo X-VCS-Files: net-fs/btfs/btfs-2.19.ebuild X-VCS-Directories: net-fs/btfs/ X-VCS-Committer: mgorny X-VCS-Committer-Name: Michał Górny X-VCS-Revision: a5d3996b0f58abe6fe2cbc36a23e0e4ccb9ab0ac X-VCS-Branch: master Date: Mon, 10 Feb 2020 21:25:10 +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: 4ee3a873-80cf-40f8-bb21-607a989baf06 X-Archives-Hash: f4577d1701737d8eba89ecaee47c64b7 commit: a5d3996b0f58abe6fe2cbc36a23e0e4ccb9ab0ac Author: Michał Górny gentoo org> AuthorDate: Mon Feb 10 21:07:03 2020 +0000 Commit: Michał Górny gentoo org> CommitDate: Mon Feb 10 21:24:50 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a5d3996b net-fs/btfs: Remove py2 Signed-off-by: Michał Górny gentoo.org> net-fs/btfs/btfs-2.19.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/net-fs/btfs/btfs-2.19.ebuild b/net-fs/btfs/btfs-2.19.ebuild index a5f21f8fbf8..d44984e9e9a 100644 --- a/net-fs/btfs/btfs-2.19.ebuild +++ b/net-fs/btfs/btfs-2.19.ebuild @@ -2,7 +2,7 @@ # Distributed under the terms of the GNU General Public License v2 EAPI=7 -PYTHON_COMPAT=( python{2_7,3_6,3_7} ) +PYTHON_COMPAT=( python{3_6,3_7} ) inherit autotools python-r1