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 5E75D15813A for ; Sat, 11 Jan 2025 09:05:18 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 7D29EE096E; Sat, 11 Jan 2025 09:05:16 +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 4059DE096D for ; Sat, 11 Jan 2025 09:05:15 +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 00B77335CAF for ; Sat, 11 Jan 2025 09:05:15 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 55D4A1FBE for ; Sat, 11 Jan 2025 09:05:13 +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: <1736586255.9a4412c94d35092c078412df8a86f14f2aa13bbb.sam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/jinja2/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-python/jinja2/jinja2-3.1.5.ebuild X-VCS-Directories: dev-python/jinja2/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: 9a4412c94d35092c078412df8a86f14f2aa13bbb X-VCS-Branch: master Date: Sat, 11 Jan 2025 09:05: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: e7b22c17-32b8-4f8c-a718-4d1b255c2b8a X-Archives-Hash: 2d4508b0620a89420384eda3d2b2ae31 commit: 9a4412c94d35092c078412df8a86f14f2aa13bbb Author: Sam James gentoo org> AuthorDate: Sat Jan 11 09:04:15 2025 +0000 Commit: Sam James gentoo org> CommitDate: Sat Jan 11 09:04:15 2025 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9a4412c9 dev-python/jinja2: Stabilize 3.1.5 ALLARCHES, #947858 Signed-off-by: Sam James gentoo.org> dev-python/jinja2/jinja2-3.1.5.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/dev-python/jinja2/jinja2-3.1.5.ebuild b/dev-python/jinja2/jinja2-3.1.5.ebuild index c194a64b9b22..14ae3bcf19a4 100644 --- a/dev-python/jinja2/jinja2-3.1.5.ebuild +++ b/dev-python/jinja2/jinja2-3.1.5.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2024 Gentoo Authors +# Copyright 1999-2025 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 @@ -19,7 +19,7 @@ HOMEPAGE=" LICENSE="BSD" SLOT="0" -KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~loong ~m68k ~mips ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86 ~amd64-linux ~x86-linux ~x64-macos ~x64-solaris" +KEYWORDS="~alpha amd64 arm arm64 hppa ~loong ~m68k ~mips ppc ppc64 ~riscv ~s390 sparc x86 ~amd64-linux ~x86-linux ~x64-macos ~x64-solaris" RDEPEND=" >=dev-python/markupsafe-2.0[${PYTHON_USEDEP}]