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 1E0F8138334 for ; Thu, 19 Jul 2018 10:07:57 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id E829DE09F7; Thu, 19 Jul 2018 10:07:55 +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 AE3E3E09F7 for ; Thu, 19 Jul 2018 10:07:55 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (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 AAD5D335CAC for ; Thu, 19 Jul 2018 10:07:53 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 735CB379 for ; Thu, 19 Jul 2018 10:07:51 +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: <1531994835.57de45e5abaf8ff3e185c1d8820f0902196b4dca.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.11.14.ebuild X-VCS-Directories: dev-python/django/ X-VCS-Committer: ago X-VCS-Committer-Name: Agostino Sarubbo X-VCS-Revision: 57de45e5abaf8ff3e185c1d8820f0902196b4dca X-VCS-Branch: master Date: Thu, 19 Jul 2018 10:07:51 +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: 9a8c8682-9a2e-4b31-99fd-fe069341fecc X-Archives-Hash: 58de7fcd3e33c1496811f6e0b83f3043 commit: 57de45e5abaf8ff3e185c1d8820f0902196b4dca Author: Agostino Sarubbo gentoo org> AuthorDate: Thu Jul 19 10:07:15 2018 +0000 Commit: Agostino Sarubbo gentoo org> CommitDate: Thu Jul 19 10:07:15 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=57de45e5 dev-python/django: amd64 stable wrt bug #630064 Package-Manager: Portage-2.3.40, Repoman-2.3.9 RepoMan-Options: --include-arches="amd64" dev-python/django/django-1.11.14.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-python/django/django-1.11.14.ebuild b/dev-python/django/django-1.11.14.ebuild index 0d97bbcdfd4..88b85b10d75 100644 --- a/dev-python/django/django-1.11.14.ebuild +++ b/dev-python/django/django-1.11.14.ebuild @@ -25,7 +25,7 @@ LICENSE+=" Apache-2.0" # admin icons, jquery, xregexp.js LICENSE+=" MIT" SLOT="0" -KEYWORDS="~amd64 ~arm64 ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos" +KEYWORDS="amd64 ~arm64 ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos" IUSE="doc sqlite test" RDEPEND=""