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 62A551580B9 for ; Wed, 25 Aug 2021 09:18:48 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id B0387E0876; Wed, 25 Aug 2021 09:18:47 +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 99D9BE0876 for ; Wed, 25 Aug 2021 09:18:47 +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 A1EAB340FF3 for ; Wed, 25 Aug 2021 09:18:45 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 16F0287B for ; Wed, 25 Aug 2021 09:18:44 +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: <1629883104.e3fe20cdfc70793e904a2e231a3a53281ae7a003.asturm@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: net-libs/telepathy-logger-qt/ X-VCS-Repository: repo/gentoo X-VCS-Files: net-libs/telepathy-logger-qt/telepathy-logger-qt-17.09.0.ebuild X-VCS-Directories: net-libs/telepathy-logger-qt/ X-VCS-Committer: asturm X-VCS-Committer-Name: Andreas Sturmlechner X-VCS-Revision: e3fe20cdfc70793e904a2e231a3a53281ae7a003 X-VCS-Branch: master Date: Wed, 25 Aug 2021 09:18:44 +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: fd7fe8b2-5aab-4281-a030-a1e27b1ce3e4 X-Archives-Hash: 475fc7bab8be8a38ccd32f2b2387d1b5 commit: e3fe20cdfc70793e904a2e231a3a53281ae7a003 Author: Andreas Sturmlechner gentoo org> AuthorDate: Wed Aug 25 07:19:54 2021 +0000 Commit: Andreas Sturmlechner gentoo org> CommitDate: Wed Aug 25 09:18:24 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e3fe20cd net-libs/telepathy-logger-qt: python3_10 Package-Manager: Portage-3.0.22, Repoman-3.0.3 Signed-off-by: Andreas Sturmlechner gentoo.org> net-libs/telepathy-logger-qt/telepathy-logger-qt-17.09.0.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/net-libs/telepathy-logger-qt/telepathy-logger-qt-17.09.0.ebuild b/net-libs/telepathy-logger-qt/telepathy-logger-qt-17.09.0.ebuild index 3e2278e712b..0579ae2ff75 100644 --- a/net-libs/telepathy-logger-qt/telepathy-logger-qt-17.09.0.ebuild +++ b/net-libs/telepathy-logger-qt/telepathy-logger-qt-17.09.0.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=7 -PYTHON_COMPAT=( python3_{7,8,9} ) +PYTHON_COMPAT=( python3_{7..10} ) QTMIN=5.12.3 inherit ecm kde.org python-any-r1