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 2A1A3139694 for ; Wed, 10 May 2017 20:11:01 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 09AA021C231; Wed, 10 May 2017 20:10:24 +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 D977B21C231 for ; Wed, 10 May 2017 20:10:18 +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 639433416CB for ; Wed, 10 May 2017 20:10:17 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id B38257455 for ; Wed, 10 May 2017 20:10:15 +0000 (UTC) From: "Jeroen Roovers" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Jeroen Roovers" Message-ID: <1494447010.3c140a1594fc50d60adf9ff344b72a18f54e7373.jer@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/html5lib/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-python/html5lib/html5lib-0.999999999.ebuild X-VCS-Directories: dev-python/html5lib/ X-VCS-Committer: jer X-VCS-Committer-Name: Jeroen Roovers X-VCS-Revision: 3c140a1594fc50d60adf9ff344b72a18f54e7373 X-VCS-Branch: master Date: Wed, 10 May 2017 20:10:15 +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: dee0733e-5896-49c0-bcff-2729cd49ebe9 X-Archives-Hash: 0ea8e42cb04f6257d3c241ebdd86b011 commit: 3c140a1594fc50d60adf9ff344b72a18f54e7373 Author: Jeroen Roovers gentoo org> AuthorDate: Wed May 10 20:09:12 2017 +0000 Commit: Jeroen Roovers gentoo org> CommitDate: Wed May 10 20:10:10 2017 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3c140a15 dev-python/html5lib: Mark ~hppa (bug #617914). Package-Manager: Portage-2.3.5, Repoman-2.3.2 RepoMan-Options: --ignore-arches dev-python/html5lib/html5lib-0.999999999.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-python/html5lib/html5lib-0.999999999.ebuild b/dev-python/html5lib/html5lib-0.999999999.ebuild index 6465ee9478e..cbbc2c79f41 100644 --- a/dev-python/html5lib/html5lib-0.999999999.ebuild +++ b/dev-python/html5lib/html5lib-0.999999999.ebuild @@ -14,7 +14,7 @@ SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz" LICENSE="MIT" SLOT="0" -KEYWORDS="~amd64" +KEYWORDS="~amd64 ~hppa" IUSE="test" RDEPEND="dev-python/six[${PYTHON_USEDEP}]