diff options
author | Roy Bamford <neddyseagoon@gentoo.org> | 2020-03-06 11:28:03 +0000 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2020-03-07 16:10:05 +0100 |
commit | fd1ff5d3e4412d9acf9db73430661004c5bd6395 (patch) | |
tree | 2899f5c848de75a624f3bea85de2846a7edd2658 /dev-python/cssutils | |
parent | app-eselect/eselect-python: stable on arm64 (diff) | |
download | gentoo-fd1ff5d3e4412d9acf9db73430661004c5bd6395.tar.gz gentoo-fd1ff5d3e4412d9acf9db73430661004c5bd6395.tar.bz2 gentoo-fd1ff5d3e4412d9acf9db73430661004c5bd6395.zip |
dev-python/cssutils: stable on arm64
Package-Manager: Portage-2.3.89, Repoman-2.3.20
Signed-off-by: Roy Bamford <neddyseagoon@gentoo.org>
Bug:https://bugs.gentoo.org/710404
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'dev-python/cssutils')
-rw-r--r-- | dev-python/cssutils/cssutils-1.0.2-r2.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-python/cssutils/cssutils-1.0.2-r2.ebuild b/dev-python/cssutils/cssutils-1.0.2-r2.ebuild index 3385328393b0..2b6bf7a40a16 100644 --- a/dev-python/cssutils/cssutils-1.0.2-r2.ebuild +++ b/dev-python/cssutils/cssutils-1.0.2-r2.ebuild @@ -14,7 +14,7 @@ SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz" LICENSE="GPL-3" SLOT="0" -KEYWORDS="amd64 arm ~arm64 ppc x86" +KEYWORDS="amd64 arm arm64 ppc x86" IUSE="test" RESTRICT="!test? ( test )" |