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.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 6B1CE1382C5 for ; Wed, 24 Feb 2021 23:20:26 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 8F60FE0858; Wed, 24 Feb 2021 23:20:25 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 693F8E0843 for ; Wed, 24 Feb 2021 23:20:25 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 10137340D36 for ; Wed, 24 Feb 2021 23:20:24 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 7574C4E9 for ; Wed, 24 Feb 2021 23:20:22 +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: <1614208806.36b75efa157f3a564b881aad269bf47961fdb8f0.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-3.0.13.ebuild X-VCS-Directories: dev-python/django/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: 36b75efa157f3a564b881aad269bf47961fdb8f0 X-VCS-Branch: master Date: Wed, 24 Feb 2021 23:20:22 +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: 3cc61ae8-4c2c-44c8-ab5a-1952aeb4a10e X-Archives-Hash: d1d9e5dee691e81df2c22b11c969c775 commit: 36b75efa157f3a564b881aad269bf47961fdb8f0 Author: Sam James gentoo org> AuthorDate: Wed Feb 24 23:20:06 2021 +0000 Commit: Sam James gentoo org> CommitDate: Wed Feb 24 23:20:06 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=36b75efa dev-python/django: Stabilize 3.0.13 ALLARCHES, #771627 Signed-off-by: Sam James gentoo.org> dev-python/django/django-3.0.13.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-python/django/django-3.0.13.ebuild b/dev-python/django/django-3.0.13.ebuild index c5e25f2be57..779e41fa3f2 100644 --- a/dev-python/django/django-3.0.13.ebuild +++ b/dev-python/django/django-3.0.13.ebuild @@ -23,7 +23,7 @@ LICENSE+=" Apache-2.0" # admin icons, jquery, xregexp.js LICENSE+=" MIT" SLOT="0" -KEYWORDS="~amd64 ~arm64 ~ppc ~ppc64 ~x86" +KEYWORDS="amd64 arm64 ~ppc ~ppc64 x86" IUSE="doc sqlite test" RESTRICT="!test? ( test )"