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 D85BF13835A for ; Wed, 2 Jun 2021 02:46:55 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 2BDBBE086E; Wed, 2 Jun 2021 02:46:55 +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 1344CE086E for ; Wed, 2 Jun 2021 02:46:55 +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 2FC0E335DCB for ; Wed, 2 Jun 2021 02:46:54 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id CB4A6793 for ; Wed, 2 Jun 2021 02:46:52 +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: <1622601713.9edcd94a489c8a9bd59f6eb73a7c306ebc6b9b4f.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-8.ebuild X-VCS-Directories: sys-fs/btrfs-heatmap/ X-VCS-Committer: tamiko X-VCS-Committer-Name: Matthias Maier X-VCS-Revision: 9edcd94a489c8a9bd59f6eb73a7c306ebc6b9b4f X-VCS-Branch: master Date: Wed, 2 Jun 2021 02:46: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: 927316d0-df5e-47df-aeb7-76c3083505c3 X-Archives-Hash: f9cd4d07b482633745188cac597e597a commit: 9edcd94a489c8a9bd59f6eb73a7c306ebc6b9b4f Author: Matthias Maier gentoo org> AuthorDate: Wed Jun 2 02:41:53 2021 +0000 Commit: Matthias Maier gentoo org> CommitDate: Wed Jun 2 02:41:53 2021 +0000 URL: https://gitweb.gentoo.org/repo/dev/tamiko.git/commit/?id=9edcd94a sys-fs/btrfs-heatmap: add python3_9 Package-Manager: Portage-3.0.19, Repoman-3.0.3 Signed-off-by: Matthias Maier gentoo.org> sys-fs/btrfs-heatmap/btrfs-heatmap-8.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/sys-fs/btrfs-heatmap/btrfs-heatmap-8.ebuild b/sys-fs/btrfs-heatmap/btrfs-heatmap-8.ebuild index a9ede96..8e9b853 100644 --- a/sys-fs/btrfs-heatmap/btrfs-heatmap-8.ebuild +++ b/sys-fs/btrfs-heatmap/btrfs-heatmap-8.ebuild @@ -1,9 +1,9 @@ -# Copyright 1999-2020 Gentoo Authors +# Copyright 1999-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=6 -PYTHON_COMPAT=( python3_{6,7,8} ) +PYTHON_COMPAT=( python3_{6,7,8,9} ) inherit python-single-r1