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 957C7139695 for ; Mon, 1 May 2017 14:56:37 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 023CD21C090; Mon, 1 May 2017 14:56:32 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id D2AEB21C091 for ; Mon, 1 May 2017 14:56:31 +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 0C2C1341704 for ; Mon, 1 May 2017 14:56:31 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 432EF744F for ; Mon, 1 May 2017 14:56:28 +0000 (UTC) From: "Michał Górny" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Michał Górny" Message-ID: <1493650580.6f3f790c1a15566328d38ccf182f00316f512184.mgorny@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/pytest-localserver/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-python/pytest-localserver/pytest-localserver-0.3.7.ebuild X-VCS-Directories: dev-python/pytest-localserver/ X-VCS-Committer: mgorny X-VCS-Committer-Name: Michał Górny X-VCS-Revision: 6f3f790c1a15566328d38ccf182f00316f512184 X-VCS-Branch: master Date: Mon, 1 May 2017 14:56:28 +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: 1b15451c-18f4-47e9-b042-bf4d30813a42 X-Archives-Hash: 66fd3bbe93638b7d736e15bb4094c7dd commit: 6f3f790c1a15566328d38ccf182f00316f512184 Author: Michał Górny gentoo org> AuthorDate: Mon May 1 14:54:03 2017 +0000 Commit: Michał Górny gentoo org> CommitDate: Mon May 1 14:56:20 2017 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6f3f790c dev-python/pytest-localserver: Keyword ~x86 dev-python/pytest-localserver/pytest-localserver-0.3.7.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-python/pytest-localserver/pytest-localserver-0.3.7.ebuild b/dev-python/pytest-localserver/pytest-localserver-0.3.7.ebuild index 5c7049db17f..6dee7c1f02c 100644 --- a/dev-python/pytest-localserver/pytest-localserver-0.3.7.ebuild +++ b/dev-python/pytest-localserver/pytest-localserver-0.3.7.ebuild @@ -12,7 +12,7 @@ SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz" LICENSE="MIT" SLOT="0" -KEYWORDS="~amd64" +KEYWORDS="~amd64 ~x86" IUSE="test" RDEPEND=">=dev-python/werkzeug-0.10[${PYTHON_USEDEP}]"