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 63E48138334 for ; Sun, 1 Jul 2018 15:19:43 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id EF315E07FE; Sun, 1 Jul 2018 15:19:41 +0000 (UTC) Received: from smtp.gentoo.org (dev.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (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 C2A75E07FE for ; Sun, 1 Jul 2018 15:19:41 +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 252D0335C91 for ; Sun, 1 Jul 2018 15:19:40 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 6551734B for ; Sun, 1 Jul 2018 15:19:38 +0000 (UTC) From: "Pacho Ramos" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Pacho Ramos" Message-ID: <1530458351.cfca8b6f5c33066bd7c55e07d3b7f1e78d4b001e.pacho@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/html5lib/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-python/html5lib/html5lib-1.0.1.ebuild X-VCS-Directories: dev-python/html5lib/ X-VCS-Committer: pacho X-VCS-Committer-Name: Pacho Ramos X-VCS-Revision: cfca8b6f5c33066bd7c55e07d3b7f1e78d4b001e X-VCS-Branch: master Date: Sun, 1 Jul 2018 15:19:38 +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: c6185b41-79a2-40dd-8d9b-03bb5ee94a71 X-Archives-Hash: 5f35d9f3903622590662e5f4a215865c commit: cfca8b6f5c33066bd7c55e07d3b7f1e78d4b001e Author: Pacho Ramos gentoo org> AuthorDate: Sun Jul 1 15:02:28 2018 +0000 Commit: Pacho Ramos gentoo org> CommitDate: Sun Jul 1 15:19:11 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=cfca8b6f dev-python/html5lib: amd64 stable, bug #659658 Package-Manager: Portage-2.3.41, Repoman-2.3.9 dev-python/html5lib/html5lib-1.0.1.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-python/html5lib/html5lib-1.0.1.ebuild b/dev-python/html5lib/html5lib-1.0.1.ebuild index c1c8da784a8..97561ee65bc 100644 --- a/dev-python/html5lib/html5lib-1.0.1.ebuild +++ b/dev-python/html5lib/html5lib-1.0.1.ebuild @@ -14,7 +14,7 @@ SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz" LICENSE="MIT" SLOT="0" -KEYWORDS="~alpha ~amd64 ~arm arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sparc ~x86 ~amd64-fbsd ~x64-macos" +KEYWORDS="~alpha amd64 ~arm arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sparc ~x86 ~amd64-fbsd ~x64-macos" IUSE="test" RDEPEND=">=dev-python/six-1.9[${PYTHON_USEDEP}]