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 E682F1382C5 for ; Sun, 24 Jan 2021 19:47:08 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 41183E0951; Sun, 24 Jan 2021 19:47:08 +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 2A696E0951 for ; Sun, 24 Jan 2021 19:47:08 +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 18BA533BED9 for ; Sun, 24 Jan 2021 19:47:07 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id B6EDF328 for ; Sun, 24 Jan 2021 19:47:05 +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: <1611517615.6d9a6eba29a2eb3d7e42a7117758edb0dd66ad99.nerdboy@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/tinycss2/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-python/tinycss2/tinycss2-1.1.0.ebuild X-VCS-Directories: dev-python/tinycss2/ X-VCS-Committer: nerdboy X-VCS-Committer-Name: Steve Arnold X-VCS-Revision: 6d9a6eba29a2eb3d7e42a7117758edb0dd66ad99 X-VCS-Branch: master Date: Sun, 24 Jan 2021 19:47:05 +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: 71e621c5-c7e0-42e3-8752-9bb569b83312 X-Archives-Hash: af35e4706122434852cad75137677755 commit: 6d9a6eba29a2eb3d7e42a7117758edb0dd66ad99 Author: Steve Arnold gentoo org> AuthorDate: Sun Jan 24 19:45:56 2021 +0000 Commit: Steve Arnold gentoo org> CommitDate: Sun Jan 24 19:46:55 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6d9a6eba dev-python/tinycss2: keyword for ~arm and update header Package-Manager: Portage-3.0.12, Repoman-3.0.2 Signed-off-by: Steve Arnold gentoo.org> dev-python/tinycss2/tinycss2-1.1.0.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/dev-python/tinycss2/tinycss2-1.1.0.ebuild b/dev-python/tinycss2/tinycss2-1.1.0.ebuild index 5b05fabea7c..d5cf46ff8c8 100644 --- a/dev-python/tinycss2/tinycss2-1.1.0.ebuild +++ b/dev-python/tinycss2/tinycss2-1.1.0.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 @@ -21,7 +21,7 @@ SRC_URI=" LICENSE="BSD" SLOT="0" -KEYWORDS="amd64 ~arm64 x86" +KEYWORDS="amd64 ~arm ~arm64 x86" RDEPEND=">=dev-python/webencodings-0.4[${PYTHON_USEDEP}]"