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 C2BE51584AD for ; Sat, 26 Apr 2025 19:40:30 +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 0E9C73430DA for ; Sat, 26 Apr 2025 19:40:24 +0000 (UTC) Received: from bobolink.gentoo.org (localhost [127.0.0.1]) by bobolink.gentoo.org (Postfix) with ESMTP id 553E71104B8; Sat, 26 Apr 2025 19:40:20 +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 bobolink.gentoo.org (Postfix) with ESMTPS id 4B2AB1104B8 for ; Sat, 26 Apr 2025 19:40: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 00381340943 for ; Sat, 26 Apr 2025 19:40:19 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 616792401 for ; Sat, 26 Apr 2025 19:40:18 +0000 (UTC) From: "Alfredo Tupone" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Alfredo Tupone" Message-ID: <1745696391.dc0915a8e6799a846d9527471f96b261f3249db8.tupone@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/crispy-bootstrap4/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-python/crispy-bootstrap4/crispy-bootstrap4-2024.10.ebuild X-VCS-Directories: dev-python/crispy-bootstrap4/ X-VCS-Committer: tupone X-VCS-Committer-Name: Alfredo Tupone X-VCS-Revision: dc0915a8e6799a846d9527471f96b261f3249db8 X-VCS-Branch: master Date: Sat, 26 Apr 2025 19:40:18 +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: 517ca595-2e7e-4129-8391-ec9479935782 X-Archives-Hash: 5ab3c3bedd96212627f3a1e67b20001c commit: dc0915a8e6799a846d9527471f96b261f3249db8 Author: Alfredo Tupone gentoo org> AuthorDate: Sat Apr 26 19:38:13 2025 +0000 Commit: Alfredo Tupone gentoo org> CommitDate: Sat Apr 26 19:39:51 2025 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=dc0915a8 dev-python/crispy-bootstrap4: keyword 2024.10 for ~arm64 Signed-off-by: Alfredo Tupone gentoo.org> dev-python/crispy-bootstrap4/crispy-bootstrap4-2024.10.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/dev-python/crispy-bootstrap4/crispy-bootstrap4-2024.10.ebuild b/dev-python/crispy-bootstrap4/crispy-bootstrap4-2024.10.ebuild index a566d2401f56..8d796e1d40f9 100644 --- a/dev-python/crispy-bootstrap4/crispy-bootstrap4-2024.10.ebuild +++ b/dev-python/crispy-bootstrap4/crispy-bootstrap4-2024.10.ebuild @@ -1,4 +1,4 @@ -# Copyright 2023-2024 Gentoo Authors +# Copyright 2023-2025 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 @@ -20,7 +20,7 @@ SRC_URI=" LICENSE="MIT" SLOT="0" -KEYWORDS="~amd64 ~x86" +KEYWORDS="~amd64 ~arm64 ~x86" RDEPEND=" >=dev-python/django-4.2[${PYTHON_USEDEP}]