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 9645A1584AD for ; Tue, 29 Apr 2025 19:05:15 +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 server-signature RSA-PSS (4096 bits)) (No client certificate requested) (Authenticated sender: relay-lists.gentoo.org@gentoo.org) by smtp.gentoo.org (Postfix) with ESMTPSA id 821A934301B for ; Tue, 29 Apr 2025 19:05:15 +0000 (UTC) Received: from bobolink.gentoo.org (localhost [127.0.0.1]) by bobolink.gentoo.org (Postfix) with ESMTP id 642F01103C0; Tue, 29 Apr 2025 19:05:04 +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 bobolink.gentoo.org (Postfix) with ESMTPS id 58F5C1103C0 for ; Tue, 29 Apr 2025 19:05:04 +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)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 1176733BE3B for ; Tue, 29 Apr 2025 19:05:04 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 7ACB8266B for ; Tue, 29 Apr 2025 19:05:01 +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: <1745953383.9d9a14b0d824f62e74d0312cd88e91775a4e1b9f.sam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: media-fonts/liberation-fonts/ X-VCS-Repository: repo/gentoo X-VCS-Files: media-fonts/liberation-fonts/liberation-fonts-2.1.5.ebuild X-VCS-Directories: media-fonts/liberation-fonts/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: 9d9a14b0d824f62e74d0312cd88e91775a4e1b9f X-VCS-Branch: master Date: Tue, 29 Apr 2025 19:05:01 +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: 30effd1d-daaf-44e8-8e7b-de057255cf9b X-Archives-Hash: 141536d4207e885fdb82974e55ece8a4 commit: 9d9a14b0d824f62e74d0312cd88e91775a4e1b9f Author: Alfred Wingate protonmail com> AuthorDate: Tue Apr 29 15:32:55 2025 +0000 Commit: Sam James gentoo org> CommitDate: Tue Apr 29 19:03:03 2025 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9d9a14b0 media-fonts/liberation-fonts: enable py3.13 Closes: https://bugs.gentoo.org/952511 Signed-off-by: Alfred Wingate protonmail.com> Part-of: https://github.com/gentoo/gentoo/pull/41845 Closes: https://github.com/gentoo/gentoo/pull/41845 Signed-off-by: Sam James gentoo.org> media-fonts/liberation-fonts/liberation-fonts-2.1.5.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/media-fonts/liberation-fonts/liberation-fonts-2.1.5.ebuild b/media-fonts/liberation-fonts/liberation-fonts-2.1.5.ebuild index 863974273944..e146ea61f4f8 100644 --- a/media-fonts/liberation-fonts/liberation-fonts-2.1.5.ebuild +++ b/media-fonts/liberation-fonts/liberation-fonts-2.1.5.ebuild @@ -1,9 +1,9 @@ -# Copyright 1999-2024 Gentoo Authors +# Copyright 1999-2025 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 -PYTHON_COMPAT=( python3_{10..12} ) +PYTHON_COMPAT=( python3_{10..13} ) inherit font python-any-r1