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 (4096 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 7FEC0158042 for ; Wed, 6 Nov 2024 12:48:36 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id AF678E0AAD; Wed, 6 Nov 2024 12:48:35 +0000 (UTC) Received: from smtp.gentoo.org (smtp.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) server-digest SHA256) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 97737E0AAD for ; Wed, 6 Nov 2024 12:48:35 +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 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id C50EC340C7F for ; Wed, 6 Nov 2024 12:48:34 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 206CE1953 for ; Wed, 6 Nov 2024 12:48:33 +0000 (UTC) From: "Joonas Niilola" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Joonas Niilola" Message-ID: <1730897285.e037e5ca7319d71ab0ef81a35e63515c48f1bba4.juippis@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: app-text/yelp-tools/ X-VCS-Repository: repo/gentoo X-VCS-Files: app-text/yelp-tools/yelp-tools-42.1.ebuild X-VCS-Directories: app-text/yelp-tools/ X-VCS-Committer: juippis X-VCS-Committer-Name: Joonas Niilola X-VCS-Revision: e037e5ca7319d71ab0ef81a35e63515c48f1bba4 X-VCS-Branch: master Date: Wed, 6 Nov 2024 12:48:33 +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: 00663414-098d-433b-bbe3-45acb642c9ee X-Archives-Hash: daaaa0df85fc36b425f8531ed2efe2a6 commit: e037e5ca7319d71ab0ef81a35e63515c48f1bba4 Author: Ian Jordan gmail com> AuthorDate: Mon Oct 28 10:54:03 2024 +0000 Commit: Joonas Niilola gentoo org> CommitDate: Wed Nov 6 12:48:05 2024 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e037e5ca app-text/yelp-tools: enable py3.13 Signed-off-by: Ian Jordan gmail.com> Signed-off-by: Joonas Niilola gentoo.org> app-text/yelp-tools/yelp-tools-42.1.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app-text/yelp-tools/yelp-tools-42.1.ebuild b/app-text/yelp-tools/yelp-tools-42.1.ebuild index 054d916c603f..c56c0015a635 100644 --- a/app-text/yelp-tools/yelp-tools-42.1.ebuild +++ b/app-text/yelp-tools/yelp-tools-42.1.ebuild @@ -2,7 +2,7 @@ # Distributed under the terms of the GNU General Public License v2 EAPI=8 -PYTHON_COMPAT=( python3_{10..12} ) +PYTHON_COMPAT=( python3_{10..13} ) inherit gnome2 meson python-single-r1 DESCRIPTION="Collection of tools for building and converting documentation"