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 92D4259CA2 for ; Sat, 13 Feb 2016 15:27:04 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 18A6121C00D; Sat, 13 Feb 2016 15:27:04 +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 B86F021C00D for ; Sat, 13 Feb 2016 15:27:03 +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 D0C21340B7E for ; Sat, 13 Feb 2016 15:27:02 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id DC7C58E9 for ; Sat, 13 Feb 2016 15:27:00 +0000 (UTC) From: "Agostino Sarubbo" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Agostino Sarubbo" Message-ID: <1455377213.12dc7893976955484dd4ed356c3cda2f2d9d4279.ago@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.9.ebuild X-VCS-Directories: dev-python/django/ X-VCS-Committer: ago X-VCS-Committer-Name: Agostino Sarubbo X-VCS-Revision: 12dc7893976955484dd4ed356c3cda2f2d9d4279 X-VCS-Branch: master Date: Sat, 13 Feb 2016 15:27:00 +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: 7b1b399a-10cb-4dee-82b8-cbddda09d931 X-Archives-Hash: c48fec9b9916eca3b43b1d3df426d7eb commit: 12dc7893976955484dd4ed356c3cda2f2d9d4279 Author: Agostino Sarubbo gentoo org> AuthorDate: Sat Feb 13 15:26:53 2016 +0000 Commit: Agostino Sarubbo gentoo org> CommitDate: Sat Feb 13 15:26:53 2016 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=12dc7893 dev-python/django: amd64/x86 stable, (ALLARCHES policy) wrt bug #573688 Package-Manager: portage-2.2.26 Signed-off-by: Agostino Sarubbo gentoo.org> dev-python/django/django-1.8.9.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-python/django/django-1.8.9.ebuild b/dev-python/django/django-1.8.9.ebuild index fe194bb..8b7f17c 100644 --- a/dev-python/django/django-1.8.9.ebuild +++ b/dev-python/django/django-1.8.9.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=""