Gentoo Archives: gentoo-commits

From: Sergei Trofimovich <slyfox@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/imagesize/
Date: Sat, 01 Jul 2017 10:14:59
Message-Id: 1498903998.ab7fd62250fce671357a29950fbebe3932f685ce.slyfox@gentoo
1 commit: ab7fd62250fce671357a29950fbebe3932f685ce
2 Author: Sergei Trofimovich <slyfox <AT> gentoo <DOT> org>
3 AuthorDate: Sat Jul 1 10:13:18 2017 +0000
4 Commit: Sergei Trofimovich <slyfox <AT> gentoo <DOT> org>
5 CommitDate: Sat Jul 1 10:13:18 2017 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ab7fd622
7
8 dev-python/imagesize: ia64 keyworded, bug #605278
9
10 Package-Manager: Portage-2.3.6, Repoman-2.3.2
11 RepoMan-Options: --include-arches="ia64"
12
13 dev-python/imagesize/imagesize-0.7.1.ebuild | 2 +-
14 1 file changed, 1 insertion(+), 1 deletion(-)
15
16 diff --git a/dev-python/imagesize/imagesize-0.7.1.ebuild b/dev-python/imagesize/imagesize-0.7.1.ebuild
17 index 652b484b520..c9aa5b58f36 100644
18 --- a/dev-python/imagesize/imagesize-0.7.1.ebuild
19 +++ b/dev-python/imagesize/imagesize-0.7.1.ebuild
20 @@ -13,7 +13,7 @@ SRC_URI="https://pypi.python.org/packages/53/72/6c6f1e787d9cab2cc733cf042f125abe
21
22 LICENSE="MIT"
23 SLOT="0"
24 -KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~x86"
25 +KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~x86"
26 IUSE="test"
27
28 DEPEND="dev-python/setuptools"