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 5C57F1382C5 for ; Tue, 1 Jun 2021 17:57:59 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 834F2E0814; Tue, 1 Jun 2021 17:57:58 +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 627A6E0814 for ; Tue, 1 Jun 2021 17:57:58 +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 78558340FA3 for ; Tue, 1 Jun 2021 17:57:57 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 0A58E78E for ; Tue, 1 Jun 2021 17:57:56 +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: <1622570265.da719eae370cfa832ebc6687ad1b458ecd81032c.tamiko@gentoo> Subject: [gentoo-commits] repo/dev/tamiko:master commit in: dev-python/python-btrfs/ X-VCS-Repository: repo/dev/tamiko X-VCS-Files: dev-python/python-btrfs/python-btrfs-11.ebuild X-VCS-Directories: dev-python/python-btrfs/ X-VCS-Committer: tamiko X-VCS-Committer-Name: Matthias Maier X-VCS-Revision: da719eae370cfa832ebc6687ad1b458ecd81032c X-VCS-Branch: master Date: Tue, 1 Jun 2021 17:57:56 +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: 0f26cb32-94bf-4c4b-96db-993de191bb47 X-Archives-Hash: a627b9138d44970e4be1a9a71cabb3d4 commit: da719eae370cfa832ebc6687ad1b458ecd81032c Author: Matthias Maier gentoo org> AuthorDate: Tue Jun 1 17:57:45 2021 +0000 Commit: Matthias Maier gentoo org> CommitDate: Tue Jun 1 17:57:45 2021 +0000 URL: https://gitweb.gentoo.org/repo/dev/tamiko.git/commit/?id=da719eae dev-python/python-btrfs: add python3_9 Package-Manager: Portage-3.0.18, Repoman-3.0.3 Signed-off-by: Matthias Maier gentoo.org> dev-python/python-btrfs/python-btrfs-11.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/dev-python/python-btrfs/python-btrfs-11.ebuild b/dev-python/python-btrfs/python-btrfs-11.ebuild index d16f0d4..4ebbb35 100644 --- a/dev-python/python-btrfs/python-btrfs-11.ebuild +++ b/dev-python/python-btrfs/python-btrfs-11.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 distutils-r1