diff options
author | Agostino Sarubbo <ago@gentoo.org> | 2020-01-03 15:39:43 +0100 |
---|---|---|
committer | Agostino Sarubbo <ago@gentoo.org> | 2020-01-03 15:39:43 +0100 |
commit | 158bffda86b2eb604378b4b37d99ddb903f7c19f (patch) | |
tree | 9c36d159d52e067a7beb39f5aefbd5f341645d08 /dev-python/fs | |
parent | dev-python/fonttools: s390 stable wrt bug #699756 (diff) | |
download | gentoo-158bffda86b2eb604378b4b37d99ddb903f7c19f.tar.gz gentoo-158bffda86b2eb604378b4b37d99ddb903f7c19f.tar.bz2 gentoo-158bffda86b2eb604378b4b37d99ddb903f7c19f.zip |
dev-python/fs: s390 stable wrt bug #699756
Package-Manager: Portage-2.3.79, Repoman-2.3.16
RepoMan-Options: --include-arches="s390"
Signed-off-by: Agostino Sarubbo <ago@gentoo.org>
Diffstat (limited to 'dev-python/fs')
-rw-r--r-- | dev-python/fs/fs-2.4.9.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-python/fs/fs-2.4.9.ebuild b/dev-python/fs/fs-2.4.9.ebuild index 357dbf314795..342342c5dbb5 100644 --- a/dev-python/fs/fs-2.4.9.ebuild +++ b/dev-python/fs/fs-2.4.9.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2019 Gentoo Authors +# Copyright 1999-2020 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 @@ -16,7 +16,7 @@ SRC_URI="mirror://pypi/${P:0:1}/${PN}/${P}.tar.gz" LICENSE="MIT" SLOT="0" -KEYWORDS="alpha amd64 arm arm64 ~hppa ia64 ppc ppc64 sparc x86 ~amd64-linux ~x86-linux" +KEYWORDS="alpha amd64 arm arm64 ~hppa ia64 ppc ppc64 s390 sparc x86 ~amd64-linux ~x86-linux" IUSE="test" RESTRICT="!test? ( test )" |