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 F19F0138334 for ; Sun, 22 Jul 2018 18:37:57 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 7AACEE08CD; Sun, 22 Jul 2018 18:37:56 +0000 (UTC) Received: from smtp.gentoo.org (dev.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (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 35E1DE08CD for ; Sun, 22 Jul 2018 18:37:56 +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 C032D335D68 for ; Sun, 22 Jul 2018 18:37:54 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 97D6236B for ; Sun, 22 Jul 2018 18:37:52 +0000 (UTC) From: "Thomas Deutschmann" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Thomas Deutschmann" Message-ID: <1532284664.e592c7437cc14137502ca107db6d69e8f850ba8f.whissi@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/django/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-python/django/django-1.8.19.ebuild X-VCS-Directories: dev-python/django/ X-VCS-Committer: whissi X-VCS-Committer-Name: Thomas Deutschmann X-VCS-Revision: e592c7437cc14137502ca107db6d69e8f850ba8f X-VCS-Branch: master Date: Sun, 22 Jul 2018 18:37:52 +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-Archives-Salt: efb2af94-0e0a-4a8c-bc68-ee14d1ca6b00 X-Archives-Hash: 2a36b15c52779587bebc1e767832e278 commit: e592c7437cc14137502ca107db6d69e8f850ba8f Author: Thomas Deutschmann gentoo org> AuthorDate: Sun Jul 22 18:36:35 2018 +0000 Commit: Thomas Deutschmann gentoo org> CommitDate: Sun Jul 22 18:37:44 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e592c743 dev-python/django: x86 stable (bug #630064) Package-Manager: Portage-2.3.43, Repoman-2.3.10 dev-python/django/django-1.8.19.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-python/django/django-1.8.19.ebuild b/dev-python/django/django-1.8.19.ebuild index 1f2e2d012e0..3d4edb4195b 100644 --- a/dev-python/django/django-1.8.19.ebuild +++ b/dev-python/django/django-1.8.19.ebuild @@ -21,7 +21,7 @@ SRC_URI=" LICENSE="BSD" SLOT="0" -KEYWORDS="~amd64 ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos" +KEYWORDS="~amd64 ~ia64 ~ppc ~ppc64 ~sparc x86 ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos" IUSE="doc sqlite test" RDEPEND=""