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 988201382C5 for ; Sun, 7 Mar 2021 09:56:11 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id D6C73E083E; Sun, 7 Mar 2021 09:56:10 +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 B5D25E083E for ; Sun, 7 Mar 2021 09:56:10 +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 6B21A335DBA for ; Sun, 7 Mar 2021 09:56:09 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id BCFA24F1 for ; Sun, 7 Mar 2021 09:56:07 +0000 (UTC) From: "Tobias Klausmann" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Tobias Klausmann" Message-ID: <1615110961.b9409788dc27750915cd063639d86b34cbcc7526.klausman@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: net-analyzer/carl/ X-VCS-Repository: repo/gentoo X-VCS-Files: net-analyzer/carl/carl-0.9-r4.ebuild net-analyzer/carl/carl-0.9-r5.ebuild X-VCS-Directories: net-analyzer/carl/ X-VCS-Committer: klausman X-VCS-Committer-Name: Tobias Klausmann X-VCS-Revision: b9409788dc27750915cd063639d86b34cbcc7526 X-VCS-Branch: master Date: Sun, 7 Mar 2021 09:56:07 +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: 100f464a-b654-4eb9-bd19-4eb915ee6dad X-Archives-Hash: f64ddf548e694340a0cdbc237225d122 commit: b9409788dc27750915cd063639d86b34cbcc7526 Author: Tobias Klausmann gentoo org> AuthorDate: Sun Mar 7 09:56:01 2021 +0000 Commit: Tobias Klausmann gentoo org> CommitDate: Sun Mar 7 09:56:01 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b9409788 net-analyzer/carl: Add 0.9-r5 with Python 3.9 support Package-Manager: Portage-3.0.16, Repoman-3.0.2 Signed-off-by: Tobias Klausmann gentoo.org> net-analyzer/carl/{carl-0.9-r4.ebuild => carl-0.9-r5.ebuild} | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/net-analyzer/carl/carl-0.9-r4.ebuild b/net-analyzer/carl/carl-0.9-r5.ebuild similarity index 81% rename from net-analyzer/carl/carl-0.9-r4.ebuild rename to net-analyzer/carl/carl-0.9-r5.ebuild index 00fe1c36dbd..46201a6d42c 100644 --- a/net-analyzer/carl/carl-0.9-r4.ebuild +++ b/net-analyzer/carl/carl-0.9-r5.ebuild @@ -1,8 +1,8 @@ -# 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_7 python3_8 pypy3) +PYTHON_COMPAT=( python3_7 python3_8 python3_9 pypy3) inherit distutils-r1