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) server-digest SHA256) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id A259B158087 for ; Fri, 28 Jan 2022 09:43:22 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id A60422BC00F; Fri, 28 Jan 2022 09:43:21 +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) server-digest SHA256) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 2C7232BC00F for ; Fri, 28 Jan 2022 09:43:20 +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 501383431D2 for ; Fri, 28 Jan 2022 09:43:19 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id C43C51EF for ; Fri, 28 Jan 2022 09:43:17 +0000 (UTC) From: "Guilherme Amadio" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Guilherme Amadio" Message-ID: <1643362968.8b4a06a0f2b0cced10f7a47394807ad0ee681c46.amadio@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.2.ebuild media-fonts/liberation-fonts/liberation-fonts-2.1.3.ebuild X-VCS-Directories: media-fonts/liberation-fonts/ X-VCS-Committer: amadio X-VCS-Committer-Name: Guilherme Amadio X-VCS-Revision: 8b4a06a0f2b0cced10f7a47394807ad0ee681c46 X-VCS-Branch: master Date: Fri, 28 Jan 2022 09:43:17 +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: 381c8095-b83c-4f51-aa96-dc3b6132038d X-Archives-Hash: 35c8ad2118e969848699bece1a121be3 commit: 8b4a06a0f2b0cced10f7a47394807ad0ee681c46 Author: Thomas Bettler gmail com> AuthorDate: Thu Dec 16 16:57:29 2021 +0000 Commit: Guilherme Amadio gentoo org> CommitDate: Fri Jan 28 09:42:48 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8b4a06a0 media-fonts/liberation-fonts: add python 3.10 Closes: https://bugs.gentoo.org/829352 Closes: https://github.com/gentoo/gentoo/pull/23328 Signed-off-by: Thomas Bettler gmail.com> Signed-off-by: Guilherme Amadio gentoo.org> media-fonts/liberation-fonts/liberation-fonts-2.1.2.ebuild | 2 +- media-fonts/liberation-fonts/liberation-fonts-2.1.3.ebuild | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/media-fonts/liberation-fonts/liberation-fonts-2.1.2.ebuild b/media-fonts/liberation-fonts/liberation-fonts-2.1.2.ebuild index 9ea3d0c00178..36b1a4b57d66 100644 --- a/media-fonts/liberation-fonts/liberation-fonts-2.1.2.ebuild +++ b/media-fonts/liberation-fonts/liberation-fonts-2.1.2.ebuild @@ -3,7 +3,7 @@ EAPI=7 -PYTHON_COMPAT=( python3_{7..9} ) +PYTHON_COMPAT=( python3_{8..10} ) inherit font python-any-r1 diff --git a/media-fonts/liberation-fonts/liberation-fonts-2.1.3.ebuild b/media-fonts/liberation-fonts/liberation-fonts-2.1.3.ebuild index 52c8ae9efc21..0bc9e4d62f25 100644 --- a/media-fonts/liberation-fonts/liberation-fonts-2.1.3.ebuild +++ b/media-fonts/liberation-fonts/liberation-fonts-2.1.3.ebuild @@ -3,7 +3,7 @@ EAPI=7 -PYTHON_COMPAT=( python3_{7..9} ) +PYTHON_COMPAT=( python3_{8..10} ) inherit font python-any-r1