From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) by finch.gentoo.org (Postfix) with ESMTP id 003E31384C3 for ; Sat, 5 Sep 2015 18:47:18 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 84C75E0810; Sat, 5 Sep 2015 18:47:17 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id CE4C41427E for ; Sat, 5 Sep 2015 18:47:16 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 9E6D834089F for ; Sat, 5 Sep 2015 18:47:14 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 11F89155 for ; Sat, 5 Sep 2015 18:47:13 +0000 (UTC) From: "Mikle Kolyada" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Mikle Kolyada" Message-ID: <1441478672.80d21e93f8f3fa20451710abfca85244dae39d14.zlogene@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.4.ebuild X-VCS-Directories: dev-python/django/ X-VCS-Committer: zlogene X-VCS-Committer-Name: Mikle Kolyada X-VCS-Revision: 80d21e93f8f3fa20451710abfca85244dae39d14 X-VCS-Branch: master Date: Sat, 5 Sep 2015 18:47: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-Archives-Salt: f5ba6b70-ff97-4ef0-a7a0-5f7b0bf6e1dc X-Archives-Hash: 4ba3da13a67fd7f94b895851014461fa commit: 80d21e93f8f3fa20451710abfca85244dae39d14 Author: Mikle Kolyada gentoo org> AuthorDate: Sat Sep 5 18:43:56 2015 +0000 Commit: Mikle Kolyada gentoo org> CommitDate: Sat Sep 5 18:44:32 2015 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=80d21e93 dev-python/django: x86 stable wrt bug #558098 Package-Manager: portage-2.2.20.1 dev-python/django/django-1.8.4.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-python/django/django-1.8.4.ebuild b/dev-python/django/django-1.8.4.ebuild index 142d3e3..9150049 100644 --- a/dev-python/django/django-1.8.4.ebuild +++ b/dev-python/django/django-1.8.4.ebuild @@ -22,7 +22,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=""