From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: 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 finch.gentoo.org (Postfix) with ESMTPS id ED269158176 for ; Sun, 19 Oct 2025 16:43:52 +0000 (UTC) Received: from lists.gentoo.org (bobolink.gentoo.org [140.211.166.189]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange x25519) (No client certificate requested) (Authenticated sender: relay-lists.gentoo.org@gentoo.org) by smtp.gentoo.org (Postfix) with ESMTPSA id D9417340E5C for ; Sun, 19 Oct 2025 16:43:52 +0000 (UTC) Received: from bobolink.gentoo.org (localhost [127.0.0.1]) by bobolink.gentoo.org (Postfix) with ESMTP id 0D586110580; Sun, 19 Oct 2025 16:43:23 +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) (No client certificate requested) by bobolink.gentoo.org (Postfix) with ESMTPS id F07A7110580 for ; Sun, 19 Oct 2025 16:43:22 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange x25519) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id A9E673406D6 for ; Sun, 19 Oct 2025 16:43:22 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 330113B3C for ; Sun, 19 Oct 2025 16:43:19 +0000 (UTC) From: "Sam James" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Sam James" Message-ID: <1760891973.32b6e2ff2d845fdd3996d10c382cfce511407b41.sam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: app-misc/recoll/ X-VCS-Repository: repo/gentoo X-VCS-Files: app-misc/recoll/recoll-1.40.3-r1.ebuild app-misc/recoll/recoll-1.43.0-r1.ebuild app-misc/recoll/recoll-1.43.2.ebuild app-misc/recoll/recoll-1.43.5.ebuild app-misc/recoll/recoll-1.43.6.ebuild X-VCS-Directories: app-misc/recoll/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: 32b6e2ff2d845fdd3996d10c382cfce511407b41 X-VCS-Branch: master Date: Sun, 19 Oct 2025 16:43:19 +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: 6e35e97a-432b-488f-8e0d-7d72c2a89f87 X-Archives-Hash: b595b25d67da3df7b2882f53b8addc9f commit: 32b6e2ff2d845fdd3996d10c382cfce511407b41 Author: Sam James gentoo org> AuthorDate: Sun Oct 19 16:39:33 2025 +0000 Commit: Sam James gentoo org> CommitDate: Sun Oct 19 16:39:33 2025 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=32b6e2ff app-misc/recoll: drop old no-op py3.10 Signed-off-by: Sam James gentoo.org> app-misc/recoll/recoll-1.40.3-r1.ebuild | 2 +- app-misc/recoll/recoll-1.43.0-r1.ebuild | 2 +- app-misc/recoll/recoll-1.43.2.ebuild | 2 +- app-misc/recoll/recoll-1.43.5.ebuild | 2 +- app-misc/recoll/recoll-1.43.6.ebuild | 2 +- 5 files changed, 5 insertions(+), 5 deletions(-) diff --git a/app-misc/recoll/recoll-1.40.3-r1.ebuild b/app-misc/recoll/recoll-1.40.3-r1.ebuild index 10d95c3af7f7..889c3e74d332 100644 --- a/app-misc/recoll/recoll-1.40.3-r1.ebuild +++ b/app-misc/recoll/recoll-1.40.3-r1.ebuild @@ -3,7 +3,7 @@ EAPI=8 -PYTHON_COMPAT=( python3_{10..12} ) +PYTHON_COMPAT=( python3_{11..12} ) inherit linux-info optfeature python-single-r1 qmake-utils meson systemd diff --git a/app-misc/recoll/recoll-1.43.0-r1.ebuild b/app-misc/recoll/recoll-1.43.0-r1.ebuild index e96dc2a8b458..0a903372487b 100644 --- a/app-misc/recoll/recoll-1.43.0-r1.ebuild +++ b/app-misc/recoll/recoll-1.43.0-r1.ebuild @@ -3,7 +3,7 @@ EAPI=8 -PYTHON_COMPAT=( python3_{10..13} ) +PYTHON_COMPAT=( python3_{11..13} ) inherit linux-info optfeature python-single-r1 qmake-utils meson systemd diff --git a/app-misc/recoll/recoll-1.43.2.ebuild b/app-misc/recoll/recoll-1.43.2.ebuild index 3915fd5000c3..1c21680a80f4 100644 --- a/app-misc/recoll/recoll-1.43.2.ebuild +++ b/app-misc/recoll/recoll-1.43.2.ebuild @@ -3,7 +3,7 @@ EAPI=8 -PYTHON_COMPAT=( python3_{10..13} ) +PYTHON_COMPAT=( python3_{11..13} ) inherit linux-info optfeature python-single-r1 qmake-utils meson systemd xdg-utils diff --git a/app-misc/recoll/recoll-1.43.5.ebuild b/app-misc/recoll/recoll-1.43.5.ebuild index 3915fd5000c3..1c21680a80f4 100644 --- a/app-misc/recoll/recoll-1.43.5.ebuild +++ b/app-misc/recoll/recoll-1.43.5.ebuild @@ -3,7 +3,7 @@ EAPI=8 -PYTHON_COMPAT=( python3_{10..13} ) +PYTHON_COMPAT=( python3_{11..13} ) inherit linux-info optfeature python-single-r1 qmake-utils meson systemd xdg-utils diff --git a/app-misc/recoll/recoll-1.43.6.ebuild b/app-misc/recoll/recoll-1.43.6.ebuild index 65d1f8b0b7a3..04458b4bd0bc 100644 --- a/app-misc/recoll/recoll-1.43.6.ebuild +++ b/app-misc/recoll/recoll-1.43.6.ebuild @@ -3,7 +3,7 @@ EAPI=8 -PYTHON_COMPAT=( python3_{10..14} ) +PYTHON_COMPAT=( python3_{11..14} ) inherit linux-info optfeature python-single-r1 qmake-utils meson systemd xdg-utils