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 F3492138334 for ; Fri, 23 Aug 2019 10:03:19 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 4DDE4E0788; Fri, 23 Aug 2019 10:03:18 +0000 (UTC) Received: from smtp.gentoo.org (mail.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 379EEE0788 for ; Fri, 23 Aug 2019 10:03: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 4979F34A1EC for ; Fri, 23 Aug 2019 10:03:17 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id C3627772 for ; Fri, 23 Aug 2019 10:03:15 +0000 (UTC) From: "Agostino Sarubbo" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Agostino Sarubbo" Message-ID: <1566554546.8a6f5c602e05f99a8f7d8c36142628cc111526ba.ago@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/css-parser/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-python/css-parser/css-parser-1.0.4-r1.ebuild X-VCS-Directories: dev-python/css-parser/ X-VCS-Committer: ago X-VCS-Committer-Name: Agostino Sarubbo X-VCS-Revision: 8a6f5c602e05f99a8f7d8c36142628cc111526ba X-VCS-Branch: master Date: Fri, 23 Aug 2019 10:03: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-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 76276c4a-4edd-43d5-b42a-cbfc611184bc X-Archives-Hash: d9e0a31aa635c4e5bd088c75704ac3b8 commit: 8a6f5c602e05f99a8f7d8c36142628cc111526ba Author: Agostino Sarubbo gentoo org> AuthorDate: Fri Aug 23 10:02:26 2019 +0000 Commit: Agostino Sarubbo gentoo org> CommitDate: Fri Aug 23 10:02:26 2019 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8a6f5c60 dev-python/css-parser: amd64 stable wrt bug #690688 Package-Manager: Portage-2.3.69, Repoman-2.3.16 RepoMan-Options: --include-arches="amd64" Signed-off-by: Agostino Sarubbo gentoo.org> dev-python/css-parser/css-parser-1.0.4-r1.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-python/css-parser/css-parser-1.0.4-r1.ebuild b/dev-python/css-parser/css-parser-1.0.4-r1.ebuild index 29254e698e3..3f1f088e624 100644 --- a/dev-python/css-parser/css-parser-1.0.4-r1.ebuild +++ b/dev-python/css-parser/css-parser-1.0.4-r1.ebuild @@ -12,6 +12,6 @@ SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz" LICENSE="LGPL-3" SLOT="0" -KEYWORDS="~amd64 ~arm ~x86" +KEYWORDS="amd64 ~arm ~x86" BDEPEND="dev-python/setuptools[${PYTHON_USEDEP}]"