diff options
author | Michał Górny <mgorny@gentoo.org> | 2020-07-11 09:46:54 +0200 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2020-07-11 09:50:55 +0200 |
commit | cc92f32064fe097e308d5699a302d0d3e99371c0 (patch) | |
tree | d03afe825bcc84e4fad06e0d3d12940ede01ed92 /dev-python/xmlschema | |
parent | dev-python/elementpath: Stabilize 1.4.5 ppc ppc64, #723996 (diff) | |
download | gentoo-cc92f32064fe097e308d5699a302d0d3e99371c0.tar.gz gentoo-cc92f32064fe097e308d5699a302d0d3e99371c0.tar.bz2 gentoo-cc92f32064fe097e308d5699a302d0d3e99371c0.zip |
dev-python/xmlschema: Stabilize 1.1.3 ppc ppc64, #723996
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'dev-python/xmlschema')
-rw-r--r-- | dev-python/xmlschema/xmlschema-1.1.3.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-python/xmlschema/xmlschema-1.1.3.ebuild b/dev-python/xmlschema/xmlschema-1.1.3.ebuild index 8a05f1851e64..627c81fd350c 100644 --- a/dev-python/xmlschema/xmlschema-1.1.3.ebuild +++ b/dev-python/xmlschema/xmlschema-1.1.3.ebuild @@ -12,7 +12,7 @@ SRC_URI="mirror://pypi/${PN::1}/${PN}/${P}.tar.gz" LICENSE="MIT" SLOT="0" -KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ~ppc ~ppc64 sparc x86" +KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ppc ppc64 sparc x86" IUSE="test" RESTRICT="!test? ( test )" |