diff options
author | Sam James <sam@gentoo.org> | 2021-03-14 22:32:50 +0000 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2021-03-14 22:32:50 +0000 |
commit | 4b824417b832aafc5d4063eeaf59f4f356d441a1 (patch) | |
tree | 8b329a0583791b454b601b4ae86b6c4b9656cf8c /dev-python/soupsieve | |
parent | dev-python/recommonmark: Stabilize 0.7.1 ALLARCHES, #776124 (diff) | |
download | gentoo-4b824417b832aafc5d4063eeaf59f4f356d441a1.tar.gz gentoo-4b824417b832aafc5d4063eeaf59f4f356d441a1.tar.bz2 gentoo-4b824417b832aafc5d4063eeaf59f4f356d441a1.zip |
dev-python/soupsieve: Stabilize 2.2 ALLARCHES, #776133
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'dev-python/soupsieve')
-rw-r--r-- | dev-python/soupsieve/soupsieve-2.2.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-python/soupsieve/soupsieve-2.2.ebuild b/dev-python/soupsieve/soupsieve-2.2.ebuild index ff825943ef73..b02fe20d6de1 100644 --- a/dev-python/soupsieve/soupsieve-2.2.ebuild +++ b/dev-python/soupsieve/soupsieve-2.2.ebuild @@ -14,7 +14,7 @@ SRC_URI="https://github.com/facelessuser/${PN}/archive/${PV}.tar.gz -> ${P}.tar. LICENSE="MIT" SLOT="0" -KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sparc ~x86 ~x64-macos" +KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ~mips ppc ppc64 ~s390 sparc x86 ~x64-macos" IUSE="test" RESTRICT+=" !test? ( test )" |