diff options
author | Markus Meier <maekke@gentoo.org> | 2018-03-21 06:54:26 +0100 |
---|---|---|
committer | Markus Meier <maekke@gentoo.org> | 2018-03-21 06:54:26 +0100 |
commit | 4213195174231ba06897f68aae4ce95b03f6a77f (patch) | |
tree | c2c0e6d99bd61fa30f9c5b433e30d202d65ccd42 /dev-python/xlwt | |
parent | dev-python/waitress: arm stable, bug #639114 (diff) | |
download | gentoo-4213195174231ba06897f68aae4ce95b03f6a77f.tar.gz gentoo-4213195174231ba06897f68aae4ce95b03f6a77f.tar.bz2 gentoo-4213195174231ba06897f68aae4ce95b03f6a77f.zip |
dev-python/xlwt: arm stable, bug #639114
Package-Manager: Portage-2.3.24, Repoman-2.3.6
RepoMan-Options: --include-arches="arm"
Diffstat (limited to 'dev-python/xlwt')
-rw-r--r-- | dev-python/xlwt/xlwt-1.2.0.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-python/xlwt/xlwt-1.2.0.ebuild b/dev-python/xlwt/xlwt-1.2.0.ebuild index 4b6ad1d8c1ab..5f532ce61908 100644 --- a/dev-python/xlwt/xlwt-1.2.0.ebuild +++ b/dev-python/xlwt/xlwt-1.2.0.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2017 Gentoo Foundation +# Copyright 1999-2018 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 EAPI=6 @@ -13,7 +13,7 @@ SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz" LICENSE="BSD" SLOT="0" -KEYWORDS="amd64 ~arm ~arm64 ppc ppc64 x86 ~amd64-linux ~x86-linux" +KEYWORDS="amd64 arm ~arm64 ppc ppc64 x86 ~amd64-linux ~x86-linux" IUSE="doc examples test" DEPEND=" |