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 3428A1382C5 for ; Sun, 24 Jan 2021 19:55:57 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 681C1E08F6; Sun, 24 Jan 2021 19:55:56 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (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 4BD7EE08F6 for ; Sun, 24 Jan 2021 19:55:56 +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 5352833FAD1 for ; Sun, 24 Jan 2021 19:55:55 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 0AE22328 for ; Sun, 24 Jan 2021 19:55:54 +0000 (UTC) From: "Steve Arnold" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Steve Arnold" Message-ID: <1611518133.4f3d59add642181aabd168067579dc3a4c913131.nerdboy@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/cssselect2/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-python/cssselect2/cssselect2-0.4.1.ebuild X-VCS-Directories: dev-python/cssselect2/ X-VCS-Committer: nerdboy X-VCS-Committer-Name: Steve Arnold X-VCS-Revision: 4f3d59add642181aabd168067579dc3a4c913131 X-VCS-Branch: master Date: Sun, 24 Jan 2021 19:55:54 +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: 9b5b102d-02ed-4aac-b620-67f479a86d22 X-Archives-Hash: 63ab72913bab8cccddcd2da1761d9ec1 commit: 4f3d59add642181aabd168067579dc3a4c913131 Author: Steve Arnold gentoo org> AuthorDate: Sun Jan 24 19:55:33 2021 +0000 Commit: Steve Arnold gentoo org> CommitDate: Sun Jan 24 19:55:33 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4f3d59ad dev-python/cssselect2: keyword for ~arm and ~arm64, update header Package-Manager: Portage-3.0.12, Repoman-3.0.2 Signed-off-by: Steve Arnold gentoo.org> dev-python/cssselect2/cssselect2-0.4.1.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/dev-python/cssselect2/cssselect2-0.4.1.ebuild b/dev-python/cssselect2/cssselect2-0.4.1.ebuild index 1efd526af69..15438c2bd69 100644 --- a/dev-python/cssselect2/cssselect2-0.4.1.ebuild +++ b/dev-python/cssselect2/cssselect2-0.4.1.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2020 Gentoo Authors +# Copyright 1999-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 @@ -16,7 +16,7 @@ SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz" LICENSE="BSD" SLOT="0" -KEYWORDS="amd64 x86" +KEYWORDS="amd64 ~arm ~arm64 x86" RDEPEND=" dev-python/tinycss2[${PYTHON_USEDEP}]