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 E79921382C5 for ; Tue, 26 May 2020 20:56:27 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id E73E2E096F; Tue, 26 May 2020 20:56:26 +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 CA5F4E096F for ; Tue, 26 May 2020 20:56:26 +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 931DC34EEB7 for ; Tue, 26 May 2020 20:56:25 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id F298B26 for ; Tue, 26 May 2020 20:56:22 +0000 (UTC) From: "Andreas Sturmlechner" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Andreas Sturmlechner" Message-ID: <1590524572.c13f5a812aacd4d4505d8cf75b5b4c6343d79b03.asturm@gentoo> Subject: [gentoo-commits] proj/kde:master commit in: net-libs/telepathy-logger-qt/ X-VCS-Repository: proj/kde X-VCS-Files: net-libs/telepathy-logger-qt/telepathy-logger-qt-9999.ebuild X-VCS-Directories: net-libs/telepathy-logger-qt/ X-VCS-Committer: asturm X-VCS-Committer-Name: Andreas Sturmlechner X-VCS-Revision: c13f5a812aacd4d4505d8cf75b5b4c6343d79b03 X-VCS-Branch: master Date: Tue, 26 May 2020 20:56:22 +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: 8a7efb52-a73b-4534-8f05-367bbdfa128e X-Archives-Hash: 6fd0ac2832d5e9a484767d0bbbb3e33f commit: c13f5a812aacd4d4505d8cf75b5b4c6343d79b03 Author: Andreas Sturmlechner gentoo org> AuthorDate: Tue May 26 20:22:52 2020 +0000 Commit: Andreas Sturmlechner gentoo org> CommitDate: Tue May 26 20:22:52 2020 +0000 URL: https://gitweb.gentoo.org/proj/kde.git/commit/?id=c13f5a81 net-libs/telepathy-logger-qt: python3_9 Package-Manager: Portage-2.3.100, Repoman-2.3.22 Signed-off-by: Andreas Sturmlechner gentoo.org> net-libs/telepathy-logger-qt/telepathy-logger-qt-9999.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/net-libs/telepathy-logger-qt/telepathy-logger-qt-9999.ebuild b/net-libs/telepathy-logger-qt/telepathy-logger-qt-9999.ebuild index 2256706751..32a9949107 100644 --- a/net-libs/telepathy-logger-qt/telepathy-logger-qt-9999.ebuild +++ b/net-libs/telepathy-logger-qt/telepathy-logger-qt-9999.ebuild @@ -3,7 +3,7 @@ EAPI=7 -PYTHON_COMPAT=( python3_{7,8} ) +PYTHON_COMPAT=( python3_{7,8,9} ) KDE_ORG_CATEGORY="network" QTMIN=5.12.3 inherit ecm kde.org python-any-r1