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 6D61A158090 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 AFB2EE09D8; Fri, 20 May 2022 18:04:05 +0000 (UTC) Received: from smtp.gentoo.org (mail.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (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 9B520E09D8 for ; Fri, 20 May 2022 18:04:05 +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 D892F341793 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 92E8047E 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.0cc8116f61e8b8124821582392945d5e88f41634.pacho@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: app-misc/tracker/ X-VCS-Repository: repo/gentoo X-VCS-Files: app-misc/tracker/tracker-2.3.6-r1.ebuild X-VCS-Directories: app-misc/tracker/ X-VCS-Committer: pacho X-VCS-Committer-Name: Pacho Ramos X-VCS-Revision: 0cc8116f61e8b8124821582392945d5e88f41634 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: 84a433aa-fab2-4a79-969e-d513504a6305 X-Archives-Hash: fdc6fb2d530e37e3e51af58d6c83c5a3 commit: 0cc8116f61e8b8124821582392945d5e88f41634 Author: Pacho Ramos gentoo org> AuthorDate: Fri May 20 17:57:05 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=0cc8116f app-misc/tracker: enable py3.10 and disable py3.7 Closes: https://bugs.gentoo.org/845525 Signed-off-by: Pacho Ramos gentoo.org> app-misc/tracker/tracker-2.3.6-r1.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/app-misc/tracker/tracker-2.3.6-r1.ebuild b/app-misc/tracker/tracker-2.3.6-r1.ebuild index cfaa81da0bab..00c45d75bcc8 100644 --- a/app-misc/tracker/tracker-2.3.6-r1.ebuild +++ b/app-misc/tracker/tracker-2.3.6-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} ) VALA_MIN_API_VERSION="0.40" inherit bash-completion-r1 gnome.org gnome2-utils linux-info meson python-any-r1 systemd vala xdg