diff options
author | Markus Meier <maekke@gentoo.org> | 2017-05-11 21:33:59 +0200 |
---|---|---|
committer | Markus Meier <maekke@gentoo.org> | 2017-05-11 21:33:59 +0200 |
commit | c7afba66fc3c620864dee579efc85fa236a496c2 (patch) | |
tree | 3699facd7711cce32382908f97860c47d89ad741 /dev-python/imagesize | |
parent | dev-python/flake8: add ~arm64, bug #617528 (diff) | |
download | gentoo-c7afba66fc3c620864dee579efc85fa236a496c2.tar.gz gentoo-c7afba66fc3c620864dee579efc85fa236a496c2.tar.bz2 gentoo-c7afba66fc3c620864dee579efc85fa236a496c2.zip |
dev-python/imagesize: add ~arm64, bug #617528
Package-Manager: Portage-2.3.5, Repoman-2.3.1
RepoMan-Options: --include-arches="arm64"
Diffstat (limited to 'dev-python/imagesize')
-rw-r--r-- | dev-python/imagesize/imagesize-0.7.1.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-python/imagesize/imagesize-0.7.1.ebuild b/dev-python/imagesize/imagesize-0.7.1.ebuild index 3d5c7f2f6b1d..652b484b520d 100644 --- a/dev-python/imagesize/imagesize-0.7.1.ebuild +++ b/dev-python/imagesize/imagesize-0.7.1.ebuild @@ -13,7 +13,7 @@ SRC_URI="https://pypi.python.org/packages/53/72/6c6f1e787d9cab2cc733cf042f125abe LICENSE="MIT" SLOT="0" -KEYWORDS="~alpha ~amd64 ~arm ~hppa ~x86" +KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~x86" IUSE="test" DEPEND="dev-python/setuptools" |