diff options
author | 2019-12-15 12:34:56 +0100 | |
---|---|---|
committer | 2019-12-15 12:34:56 +0100 | |
commit | 51b271889b2c1c7684652730eba96e295fc67811 (patch) | |
tree | 00c91846e0569e17f9f321667731734740e34f6a /dev-python/imagesize | |
parent | sys-libs/ncurses: s390 stable wrt bug #695824 (diff) | |
download | gentoo-51b271889b2c1c7684652730eba96e295fc67811.tar.gz gentoo-51b271889b2c1c7684652730eba96e295fc67811.tar.bz2 gentoo-51b271889b2c1c7684652730eba96e295fc67811.zip |
dev-python/imagesize: s390 stable wrt bug #700584
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/imagesize')
-rw-r--r-- | dev-python/imagesize/imagesize-1.1.0.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-python/imagesize/imagesize-1.1.0.ebuild b/dev-python/imagesize/imagesize-1.1.0.ebuild index e18791b10ab1..a4e9bcf33a50 100644 --- a/dev-python/imagesize/imagesize-1.1.0.ebuild +++ b/dev-python/imagesize/imagesize-1.1.0.ebuild @@ -13,7 +13,7 @@ SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz" LICENSE="MIT" SLOT="0" -KEYWORDS="~alpha amd64 ~arm arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sparc ~x86 ~x64-solaris" +KEYWORDS="~alpha amd64 ~arm arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 s390 ~sparc ~x86 ~x64-solaris" BDEPEND="dev-python/setuptools[${PYTHON_USEDEP}]" |