commit: 4f3d59add642181aabd168067579dc3a4c913131
Author: Steve Arnold <nerdboy <AT> gentoo <DOT> org>
AuthorDate: Sun Jan 24 19:55:33 2021 +0000
Commit: Steve Arnold <nerdboy <AT> gentoo <DOT> 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 <nerdboy <AT> 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}]