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 CAC54139082 for ; Thu, 30 Nov 2017 15:34:33 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 12A1FE0E4F; Thu, 30 Nov 2017 15:34:33 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.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 E93F5E0E4F for ; Thu, 30 Nov 2017 15:34: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 AC67033D4A6 for ; Thu, 30 Nov 2017 15:34:29 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 393CAACE5 for ; Thu, 30 Nov 2017 15:34:28 +0000 (UTC) From: "Matthias Maier" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Matthias Maier" Message-ID: <1512056060.875805ce49b648519945f732f6de080fb61e93eb.tamiko@gentoo> Subject: [gentoo-commits] repo/dev/tamiko:master commit in: sys-fs/btrfs-heatmap/ X-VCS-Repository: repo/dev/tamiko X-VCS-Files: sys-fs/btrfs-heatmap/btrfs-heatmap-9.ebuild X-VCS-Directories: sys-fs/btrfs-heatmap/ X-VCS-Committer: tamiko X-VCS-Committer-Name: Matthias Maier X-VCS-Revision: 875805ce49b648519945f732f6de080fb61e93eb X-VCS-Branch: master Date: Thu, 30 Nov 2017 15:34: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: 43be076b-3c19-4f0f-b9bb-8bd562701e34 X-Archives-Hash: 6a3f37844b61c64f16733cae75ebd595 commit: 875805ce49b648519945f732f6de080fb61e93eb Author: Matthias Maier gentoo org> AuthorDate: Thu Nov 30 15:34:20 2017 +0000 Commit: Matthias Maier gentoo org> CommitDate: Thu Nov 30 15:34:20 2017 +0000 URL: https://gitweb.gentoo.org/repo/dev/tamiko.git/commit/?id=875805ce sys-fs/btrfs-heatmap: update python compatibility Package-Manager: Portage-2.3.16, Repoman-2.3.6 sys-fs/btrfs-heatmap/btrfs-heatmap-9.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sys-fs/btrfs-heatmap/btrfs-heatmap-9.ebuild b/sys-fs/btrfs-heatmap/btrfs-heatmap-9.ebuild index 1818094..79d9849 100644 --- a/sys-fs/btrfs-heatmap/btrfs-heatmap-9.ebuild +++ b/sys-fs/btrfs-heatmap/btrfs-heatmap-9.ebuild @@ -3,7 +3,7 @@ EAPI=6 -PYTHON_COMPAT=( python3_{4,5} ) +PYTHON_COMPAT=( python3_{4,5,6} ) inherit python-single-r1