From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) by finch.gentoo.org (Postfix) with ESMTP id 54D62139894 for ; Mon, 24 Aug 2015 15:40:21 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id BFB4BE0898; Mon, 24 Aug 2015 15:40:15 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 6A169E0898 for ; Mon, 24 Aug 2015 15:40:15 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 2C8DB3403A3 for ; Mon, 24 Aug 2015 15:40:14 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 72B2F161 for ; Mon, 24 Aug 2015 15:40:12 +0000 (UTC) From: "Mikle Kolyada" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Mikle Kolyada" Message-ID: <1440430654.227f64e2ea8f2371e9f35a1a85adbc4dca99a649.zlogene@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/hypothesis/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-python/hypothesis/hypothesis-1.7.1.ebuild dev-python/hypothesis/hypothesis-1.9.0.ebuild X-VCS-Directories: dev-python/hypothesis/ X-VCS-Committer: zlogene X-VCS-Committer-Name: Mikle Kolyada X-VCS-Revision: 227f64e2ea8f2371e9f35a1a85adbc4dca99a649 X-VCS-Branch: master Date: Mon, 24 Aug 2015 15:40:12 +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: ab071c06-a93d-43ae-ae81-5dee0132aa5e X-Archives-Hash: de41a3bb4483ef5d0539163eb2917524 commit: 227f64e2ea8f2371e9f35a1a85adbc4dca99a649 Author: Mikle Kolyada gentoo org> AuthorDate: Mon Aug 24 15:37:34 2015 +0000 Commit: Mikle Kolyada gentoo org> CommitDate: Mon Aug 24 15:37:34 2015 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=227f64e2 dev-python/hypothesis: Add ~ia64 keyword wrt bug #553414 Package-Manager: portage-2.2.20.1 dev-python/hypothesis/hypothesis-1.7.1.ebuild | 2 +- dev-python/hypothesis/hypothesis-1.9.0.ebuild | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/dev-python/hypothesis/hypothesis-1.7.1.ebuild b/dev-python/hypothesis/hypothesis-1.7.1.ebuild index 5a5848d..7e106ee 100644 --- a/dev-python/hypothesis/hypothesis-1.7.1.ebuild +++ b/dev-python/hypothesis/hypothesis-1.7.1.ebuild @@ -13,7 +13,7 @@ SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz" LICENSE="MPL-2.0" SLOT="0" -KEYWORDS="~amd64 ~x86" +KEYWORDS="~amd64 ~ia64 ~x86" IUSE="" RDEPEND="" diff --git a/dev-python/hypothesis/hypothesis-1.9.0.ebuild b/dev-python/hypothesis/hypothesis-1.9.0.ebuild index 5a5848d..7e106ee 100644 --- a/dev-python/hypothesis/hypothesis-1.9.0.ebuild +++ b/dev-python/hypothesis/hypothesis-1.9.0.ebuild @@ -13,7 +13,7 @@ SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz" LICENSE="MPL-2.0" SLOT="0" -KEYWORDS="~amd64 ~x86" +KEYWORDS="~amd64 ~ia64 ~x86" IUSE="" RDEPEND=""