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 E0DC1158087 for ; Tue, 7 Dec 2021 16:53:34 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 3AEAB2BC02B; Tue, 7 Dec 2021 16:53:34 +0000 (UTC) Received: from smtp.gentoo.org (mail.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 258752BC02B for ; Tue, 7 Dec 2021 16:53:34 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (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 08CD3343181 for ; Tue, 7 Dec 2021 16:53:29 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id D8C3021E for ; Tue, 7 Dec 2021 16:53:15 +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: <1638895934.4d5557545fcb9090af2494bdac3d184985e50f6b.sam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/django/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-python/django/django-2.2.25.ebuild X-VCS-Directories: dev-python/django/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: 4d5557545fcb9090af2494bdac3d184985e50f6b X-VCS-Branch: master Date: Tue, 7 Dec 2021 16:53:15 +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: 0d3bc5bb-29e4-4990-90b0-5568cbf5da3d X-Archives-Hash: 9218d507e42a8b74ac1fdb5f4dcc5921 commit: 4d5557545fcb9090af2494bdac3d184985e50f6b Author: Sam James gentoo org> AuthorDate: Tue Dec 7 16:52:14 2021 +0000 Commit: Sam James gentoo org> CommitDate: Tue Dec 7 16:52:14 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4d555754 dev-python/django: Stabilize 2.2.25 ALLARCHES, #828501 Signed-off-by: Sam James gentoo.org> dev-python/django/django-2.2.25.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-python/django/django-2.2.25.ebuild b/dev-python/django/django-2.2.25.ebuild index e49bcb28c32e..bc3377ea66e2 100644 --- a/dev-python/django/django-2.2.25.ebuild +++ b/dev-python/django/django-2.2.25.ebuild @@ -22,7 +22,7 @@ LICENSE+=" Apache-2.0" # admin icons, jquery, xregexp.js LICENSE+=" MIT" SLOT="0" -KEYWORDS="~amd64 ~arm ~arm64 ~ppc ~ppc64 ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos" +KEYWORDS="amd64 arm arm64 ~ppc ~ppc64 x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos" IUSE="doc sqlite test" RESTRICT="!test? ( test )"