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 A827E138334 for ; Sat, 18 Aug 2018 17:14:15 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 951DDE07D4; Sat, 18 Aug 2018 17:14:13 +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 71750E07D4 for ; Sat, 18 Aug 2018 17:14:13 +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 D2359340BE3 for ; Sat, 18 Aug 2018 17:14:11 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id EB22C3A2 for ; Sat, 18 Aug 2018 17:14:09 +0000 (UTC) From: "Virgil Dupras" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Virgil Dupras" Message-ID: <1534612434.4124b6d7f18da7377190d3fe9e3f3cdd9f495879.vdupras@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/django/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-python/django/django-2.0.8.ebuild X-VCS-Directories: dev-python/django/ X-VCS-Committer: vdupras X-VCS-Committer-Name: Virgil Dupras X-VCS-Revision: 4124b6d7f18da7377190d3fe9e3f3cdd9f495879 X-VCS-Branch: master Date: Sat, 18 Aug 2018 17:14:09 +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: 4b48626f-3bcd-43b7-a78d-a73eb292d011 X-Archives-Hash: f555eb3189fd74ed39be2359e8db4a11 commit: 4124b6d7f18da7377190d3fe9e3f3cdd9f495879 Author: Virgil Dupras gentoo org> AuthorDate: Sat Aug 18 17:13:54 2018 +0000 Commit: Virgil Dupras gentoo org> CommitDate: Sat Aug 18 17:13:54 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4124b6d7 dev-python/django: mark amd64 stable Bug: https://bugs.gentoo.org/663984 Package-Manager: Portage-2.3.47, Repoman-2.3.10 dev-python/django/django-2.0.8.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-python/django/django-2.0.8.ebuild b/dev-python/django/django-2.0.8.ebuild index 133d40ffb7d..0f503084d35 100644 --- a/dev-python/django/django-2.0.8.ebuild +++ b/dev-python/django/django-2.0.8.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=""