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 5DCA1138334 for ; Tue, 19 Mar 2019 23:57:32 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 55E47E0877; Tue, 19 Mar 2019 23:57:31 +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 28850E0877 for ; Tue, 19 Mar 2019 23:57:30 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (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 57F57335C67 for ; Tue, 19 Mar 2019 23:57:29 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id C5B86503 for ; Tue, 19 Mar 2019 23:57:27 +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: <1553039786.d9b8d3867a66b2af382c4e067ae3209cb8992b76.vdupras@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/flask-paranoid/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-python/flask-paranoid/flask-paranoid-0.2.0-r1.ebuild X-VCS-Directories: dev-python/flask-paranoid/ X-VCS-Committer: vdupras X-VCS-Committer-Name: Virgil Dupras X-VCS-Revision: d9b8d3867a66b2af382c4e067ae3209cb8992b76 X-VCS-Branch: master Date: Tue, 19 Mar 2019 23:57:27 +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-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 12769352-9842-4be0-bcab-f3cc5edb3dde X-Archives-Hash: e3678d9e364d4de0293b776465867672 commit: d9b8d3867a66b2af382c4e067ae3209cb8992b76 Author: Virgil Dupras gentoo org> AuthorDate: Tue Mar 19 23:56:26 2019 +0000 Commit: Virgil Dupras gentoo org> CommitDate: Tue Mar 19 23:56:26 2019 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d9b8d386 dev-python/flask-paranoid: stabilize on amd64 and x86 Signed-off-by: Virgil Dupras gentoo.org> Package-Manager: Portage-2.3.62, Repoman-2.3.11 dev-python/flask-paranoid/flask-paranoid-0.2.0-r1.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/dev-python/flask-paranoid/flask-paranoid-0.2.0-r1.ebuild b/dev-python/flask-paranoid/flask-paranoid-0.2.0-r1.ebuild index 25fe0e5e498..ea57e7de83f 100644 --- a/dev-python/flask-paranoid/flask-paranoid-0.2.0-r1.ebuild +++ b/dev-python/flask-paranoid/flask-paranoid-0.2.0-r1.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2018 Gentoo Foundation +# Copyright 1999-2019 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=6 @@ -17,7 +17,7 @@ LICENSE="BSD" SLOT="0" -KEYWORDS="~amd64 ~x86" +KEYWORDS="amd64 x86" IUSE="test" RDEPEND="dev-python/flask[${PYTHON_USEDEP}]"