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 5CCB5139083 for ; Tue, 19 Dec 2017 19:27:20 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 9F705E0F5A; Tue, 19 Dec 2017 19:27:19 +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 80991E0F5A for ; Tue, 19 Dec 2017 19:27:19 +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 AD32D33C4EE for ; Tue, 19 Dec 2017 19:27:18 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 061F3AE7F for ; Tue, 19 Dec 2017 19:27:17 +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: <1513711561.2d7646d7a98b8c852ece54e44b6f8abe6ca21e59.whissi@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/flask/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-python/flask/flask-0.12.2.ebuild X-VCS-Directories: dev-python/flask/ X-VCS-Committer: whissi X-VCS-Committer-Name: Thomas Deutschmann X-VCS-Revision: 2d7646d7a98b8c852ece54e44b6f8abe6ca21e59 X-VCS-Branch: master Date: Tue, 19 Dec 2017 19:27:17 +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: c89be7f0-743c-4369-a157-1c02e376a66c X-Archives-Hash: 0a4b6b9ccaecc7a8387d4dc46d31040a commit: 2d7646d7a98b8c852ece54e44b6f8abe6ca21e59 Author: Thomas Deutschmann gentoo org> AuthorDate: Tue Dec 19 19:26:01 2017 +0000 Commit: Thomas Deutschmann gentoo org> CommitDate: Tue Dec 19 19:26:01 2017 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2d7646d7 dev-python/flask: x86 stable (bug #641290) Package-Manager: Portage-2.3.19, Repoman-2.3.6 dev-python/flask/flask-0.12.2.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-python/flask/flask-0.12.2.ebuild b/dev-python/flask/flask-0.12.2.ebuild index 30a177c0383..7e979e2ea8b 100644 --- a/dev-python/flask/flask-0.12.2.ebuild +++ b/dev-python/flask/flask-0.12.2.ebuild @@ -16,7 +16,7 @@ HOMEPAGE="https://github.com/pallets/flask/" LICENSE="BSD" SLOT="0" -KEYWORDS="~amd64 ~arm ~arm64 ~ppc ~ppc64 ~x86 ~amd64-linux ~x86-linux" +KEYWORDS="~amd64 ~arm ~arm64 ~ppc ~ppc64 x86 ~amd64-linux ~x86-linux" IUSE="doc examples test" RDEPEND=">=dev-python/blinker-1[${PYTHON_USEDEP}]