diff options
author | Steve Arnold <nerdboy@gentoo.org> | 2021-01-24 11:55:33 -0800 |
---|---|---|
committer | Steve Arnold <nerdboy@gentoo.org> | 2021-01-24 11:55:33 -0800 |
commit | 4f3d59add642181aabd168067579dc3a4c913131 (patch) | |
tree | 9def9bbaca3db753ae79d7dfa14f20da072e4734 /dev-python/cssselect2 | |
parent | net-misc/youtube-dl: Bump to 2021.01.24.1 (diff) | |
download | gentoo-4f3d59add642181aabd168067579dc3a4c913131.tar.gz gentoo-4f3d59add642181aabd168067579dc3a4c913131.tar.bz2 gentoo-4f3d59add642181aabd168067579dc3a4c913131.zip |
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@gentoo.org>
Diffstat (limited to 'dev-python/cssselect2')
-rw-r--r-- | dev-python/cssselect2/cssselect2-0.4.1.ebuild | 4 |
1 files 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 1efd526af697..15438c2bd691 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}] |