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 1F434158083 for ; Sat, 7 Sep 2024 13:35:14 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 4DC49E29ED; Sat, 7 Sep 2024 13:35:13 +0000 (UTC) Received: from smtp.gentoo.org (dev.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 36C81E29ED for ; Sat, 7 Sep 2024 13:35:13 +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 62A5134027D for ; Sat, 7 Sep 2024 13:35:12 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id BEDA11CBB for ; Sat, 7 Sep 2024 13:35:10 +0000 (UTC) From: "David Roman" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "David Roman" Message-ID: <1725715701.70abcc31d0703aed667ad346ebfc1ff16a2c9f34.davidroman@gentoo> Subject: [gentoo-commits] repo/proj/guru:dev commit in: media-fonts/twemoji/ X-VCS-Repository: repo/proj/guru X-VCS-Files: media-fonts/twemoji/twemoji-14.0.2.ebuild X-VCS-Directories: media-fonts/twemoji/ X-VCS-Committer: davidroman X-VCS-Committer-Name: David Roman X-VCS-Revision: 70abcc31d0703aed667ad346ebfc1ff16a2c9f34 X-VCS-Branch: dev Date: Sat, 7 Sep 2024 13:35:10 +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: 1643ba66-be63-42eb-8ceb-598229a75b52 X-Archives-Hash: 4debcfaed323302fac4fe21f8ee40480 commit: 70abcc31d0703aed667ad346ebfc1ff16a2c9f34 Author: David Roman gmail com> AuthorDate: Sat Sep 7 13:28:21 2024 +0000 Commit: David Roman gmail com> CommitDate: Sat Sep 7 13:28:21 2024 +0000 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=70abcc31 media-fonts/twemoji: enable py3.12 Signed-off-by: David Roman gmail.com> media-fonts/twemoji/twemoji-14.0.2.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/media-fonts/twemoji/twemoji-14.0.2.ebuild b/media-fonts/twemoji/twemoji-14.0.2.ebuild index 033b164a1..cfac223d2 100644 --- a/media-fonts/twemoji/twemoji-14.0.2.ebuild +++ b/media-fonts/twemoji/twemoji-14.0.2.ebuild @@ -2,7 +2,7 @@ # Distributed under the terms of the GNU General Public License v2 EAPI=8 -PYTHON_COMPAT=( python3_{10..11} ) +PYTHON_COMPAT=( python3_{10..12} ) inherit font python-any-r1 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 86BC9158083 for ; Sat, 7 Sep 2024 13:38:21 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 69DE2E2A14; Sat, 7 Sep 2024 13:38:18 +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 pigeon.gentoo.org (Postfix) with ESMTPS id A87BBE2A16 for ; Sat, 7 Sep 2024 13:38:17 +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 86E9C34309C for ; Sat, 7 Sep 2024 13:38:16 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 607BE1CBB for ; Sat, 7 Sep 2024 13:38:13 +0000 (UTC) From: "David Roman" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "David Roman" Message-ID: <1725715701.70abcc31d0703aed667ad346ebfc1ff16a2c9f34.davidroman@gentoo> Subject: [gentoo-commits] repo/proj/guru:master commit in: media-fonts/twemoji/ X-VCS-Repository: repo/proj/guru X-VCS-Files: media-fonts/twemoji/twemoji-14.0.2.ebuild X-VCS-Directories: media-fonts/twemoji/ X-VCS-Committer: davidroman X-VCS-Committer-Name: David Roman X-VCS-Revision: 70abcc31d0703aed667ad346ebfc1ff16a2c9f34 X-VCS-Branch: master Date: Sat, 7 Sep 2024 13:38:13 +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: df8b1df9-85df-4bdf-8158-3ecdbb1404d5 X-Archives-Hash: 53133ad72e1d60c30dd84a13874f2ef2 Message-ID: <20240907133813.5EFEz_8Z1gpSIrwc28YE5pNZ5x4eZN_p8Eb-K-3dUtI@z> commit: 70abcc31d0703aed667ad346ebfc1ff16a2c9f34 Author: David Roman gmail com> AuthorDate: Sat Sep 7 13:28:21 2024 +0000 Commit: David Roman gmail com> CommitDate: Sat Sep 7 13:28:21 2024 +0000 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=70abcc31 media-fonts/twemoji: enable py3.12 Signed-off-by: David Roman gmail.com> media-fonts/twemoji/twemoji-14.0.2.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/media-fonts/twemoji/twemoji-14.0.2.ebuild b/media-fonts/twemoji/twemoji-14.0.2.ebuild index 033b164a1..cfac223d2 100644 --- a/media-fonts/twemoji/twemoji-14.0.2.ebuild +++ b/media-fonts/twemoji/twemoji-14.0.2.ebuild @@ -2,7 +2,7 @@ # Distributed under the terms of the GNU General Public License v2 EAPI=8 -PYTHON_COMPAT=( python3_{10..11} ) +PYTHON_COMPAT=( python3_{10..12} ) inherit font python-any-r1