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.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 09EF3158091 for ; Fri, 20 May 2022 18:04:06 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 0BC83E09C2; Fri, 20 May 2022 18:04:05 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [140.211.166.183]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id DB9E7E09C2 for ; Fri, 20 May 2022 18:04:04 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id E52273417A6 for ; Fri, 20 May 2022 18:04:03 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 7FEEA47B for ; Fri, 20 May 2022 18:04:02 +0000 (UTC) From: "Pacho Ramos" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Pacho Ramos" Message-ID: <1653069758.766f17c0f0d34bb92a28cd75ad675c79e49ae2dd.pacho@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: app-misc/tracker-miners/ X-VCS-Repository: repo/gentoo X-VCS-Files: app-misc/tracker-miners/tracker-miners-2.3.5-r1.ebuild X-VCS-Directories: app-misc/tracker-miners/ X-VCS-Committer: pacho X-VCS-Committer-Name: Pacho Ramos X-VCS-Revision: 766f17c0f0d34bb92a28cd75ad675c79e49ae2dd X-VCS-Branch: master Date: Fri, 20 May 2022 18:04:02 +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: e2dcb99a-7690-48ca-92d3-2f7f772423c4 X-Archives-Hash: 953fc7dc3267fde3562e191368fe9269 commit: 766f17c0f0d34bb92a28cd75ad675c79e49ae2dd Author: Pacho Ramos gentoo org> AuthorDate: Fri May 20 17:55:32 2022 +0000 Commit: Pacho Ramos gentoo org> CommitDate: Fri May 20 18:02:38 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=766f17c0 app-misc/tracker-miners: enable py3.10 and disable py3.7 Closes: https://bugs.gentoo.org/845528 Signed-off-by: Pacho Ramos gentoo.org> app-misc/tracker-miners/tracker-miners-2.3.5-r1.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/app-misc/tracker-miners/tracker-miners-2.3.5-r1.ebuild b/app-misc/tracker-miners/tracker-miners-2.3.5-r1.ebuild index 804672ef7215..ed625d539a31 100644 --- a/app-misc/tracker-miners/tracker-miners-2.3.5-r1.ebuild +++ b/app-misc/tracker-miners/tracker-miners-2.3.5-r1.ebuild @@ -1,8 +1,8 @@ -# Copyright 1999-2021 Gentoo Authors +# Copyright 1999-2022 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 -PYTHON_COMPAT=( python3_{7..9} ) +PYTHON_COMPAT=( python3_{8..10} ) inherit gnome.org gnome2-utils meson python-any-r1 systemd xdg