diff options
author | Aaron Bauman <bman@gentoo.org> | 2019-11-29 23:30:18 -0500 |
---|---|---|
committer | Aaron Bauman <bman@gentoo.org> | 2019-11-29 23:30:54 -0500 |
commit | 4d60cc28b9e8d6ebb4e7f96ff650cbc012c28c23 (patch) | |
tree | 675b08ddc7512a74a9c23c3beca17317c4e7634e /dev-python/soupsieve | |
parent | net-libs/quiche: Fix multilib (diff) | |
download | gentoo-4d60cc28b9e8d6ebb4e7f96ff650cbc012c28c23.tar.gz gentoo-4d60cc28b9e8d6ebb4e7f96ff650cbc012c28c23.tar.bz2 gentoo-4d60cc28b9e8d6ebb4e7f96ff650cbc012c28c23.zip |
dev-python/soupsieve: arm64 keyworded (bug #701290)
Signed-off-by: Aaron Bauman <bman@gentoo.org>
Package-Manager: Portage-2.3.80, Repoman-2.3.19
Diffstat (limited to 'dev-python/soupsieve')
-rw-r--r-- | dev-python/soupsieve/soupsieve-1.9.5.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-python/soupsieve/soupsieve-1.9.5.ebuild b/dev-python/soupsieve/soupsieve-1.9.5.ebuild index 192d776aa048..bb8dc4bd799b 100644 --- a/dev-python/soupsieve/soupsieve-1.9.5.ebuild +++ b/dev-python/soupsieve/soupsieve-1.9.5.ebuild @@ -14,7 +14,7 @@ SRC_URI="https://github.com/facelessuser/${PN}/archive/${PV}.tar.gz -> ${P}.tar. LICENSE="MIT" SLOT="0" -KEYWORDS="~amd64 ~arm ~sparc ~x86" +KEYWORDS="~amd64 ~arm ~arm64 ~sparc ~x86" IUSE="test" RDEPEND=" |