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 494511382C5 for ; Fri, 7 May 2021 15:24:25 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 8F247E0828; Fri, 7 May 2021 15:24:24 +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 6E156E0828 for ; Fri, 7 May 2021 15:24:24 +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 D5539340C9C for ; Fri, 7 May 2021 15:24:22 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 8D62D73D for ; Fri, 7 May 2021 15:24:21 +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: <1620390254.f726bb1aeb28da7168a000b0a1d921b1e6982da3.asturm@gentoo> Subject: [gentoo-commits] proj/kde:master commit in: kde-frameworks/kfilemetadata/ X-VCS-Repository: proj/kde X-VCS-Files: kde-frameworks/kfilemetadata/kfilemetadata-5.82.0.ebuild kde-frameworks/kfilemetadata/kfilemetadata-9999.ebuild X-VCS-Directories: kde-frameworks/kfilemetadata/ X-VCS-Committer: asturm X-VCS-Committer-Name: Andreas Sturmlechner X-VCS-Revision: f726bb1aeb28da7168a000b0a1d921b1e6982da3 X-VCS-Branch: master Date: Fri, 7 May 2021 15:24:21 +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: ccc57e35-5b02-4cb9-bfcb-995167bf3649 X-Archives-Hash: aca7bd076fba4cd4c6f221de5dbdfbd1 commit: f726bb1aeb28da7168a000b0a1d921b1e6982da3 Author: Andreas Sturmlechner gentoo org> AuthorDate: Fri May 7 11:20:20 2021 +0000 Commit: Andreas Sturmlechner gentoo org> CommitDate: Fri May 7 12:24:14 2021 +0000 URL: https://gitweb.gentoo.org/proj/kde.git/commit/?id=f726bb1a kde-frameworks/kfilemetadata: python3_10 Package-Manager: Portage-3.0.18, Repoman-3.0.3 Signed-off-by: Andreas Sturmlechner gentoo.org> kde-frameworks/kfilemetadata/kfilemetadata-5.82.0.ebuild | 2 +- kde-frameworks/kfilemetadata/kfilemetadata-9999.ebuild | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/kde-frameworks/kfilemetadata/kfilemetadata-5.82.0.ebuild b/kde-frameworks/kfilemetadata/kfilemetadata-5.82.0.ebuild index 562ec5f453..d1c43269f1 100644 --- a/kde-frameworks/kfilemetadata/kfilemetadata-5.82.0.ebuild +++ b/kde-frameworks/kfilemetadata/kfilemetadata-5.82.0.ebuild @@ -3,7 +3,7 @@ EAPI=7 -PYTHON_COMPAT=( python3_{7,8,9} ) +PYTHON_COMPAT=( python3_{7..10} ) PVCUT=$(ver_cut 1-2) QTMIN=5.15.2 inherit ecm kde.org optfeature python-any-r1 diff --git a/kde-frameworks/kfilemetadata/kfilemetadata-9999.ebuild b/kde-frameworks/kfilemetadata/kfilemetadata-9999.ebuild index 38554d0205..b846388c28 100644 --- a/kde-frameworks/kfilemetadata/kfilemetadata-9999.ebuild +++ b/kde-frameworks/kfilemetadata/kfilemetadata-9999.ebuild @@ -3,7 +3,7 @@ EAPI=7 -PYTHON_COMPAT=( python3_{7,8,9} ) +PYTHON_COMPAT=( python3_{7..10} ) PVCUT=$(ver_cut 1-2) QTMIN=5.15.2 inherit ecm kde.org optfeature python-any-r1