Gentoo Archives: gentoo-commits

From: Agostino Sarubbo <ago@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/pkginfo/
Date: Tue, 27 Oct 2015 15:20:29
Message-Id: 1445959159.bf889bfb998d1077f5121670645baf9b589528e2.ago@gentoo
1 commit: bf889bfb998d1077f5121670645baf9b589528e2
2 Author: Agostino Sarubbo <ago <AT> gentoo <DOT> org>
3 AuthorDate: Tue Oct 27 15:19:19 2015 +0000
4 Commit: Agostino Sarubbo <ago <AT> gentoo <DOT> org>
5 CommitDate: Tue Oct 27 15:19:19 2015 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=bf889bfb
7
8 dev-python/pkginfo: amd64 stable wrt bug #543914
9
10 Package-Manager: portage-2.2.20.1
11 RepoMan-Options: --include-arches="amd64"
12
13 dev-python/pkginfo/pkginfo-1.2.1.ebuild | 2 +-
14 1 file changed, 1 insertion(+), 1 deletion(-)
15
16 diff --git a/dev-python/pkginfo/pkginfo-1.2.1.ebuild b/dev-python/pkginfo/pkginfo-1.2.1.ebuild
17 index af885c4..03c1b35 100644
18 --- a/dev-python/pkginfo/pkginfo-1.2.1.ebuild
19 +++ b/dev-python/pkginfo/pkginfo-1.2.1.ebuild
20 @@ -11,7 +11,7 @@ inherit distutils-r1
21 DESCRIPTION="Provides an API for querying the distutils metadata written in a PKG-INFO file"
22 HOMEPAGE="https://pypi.python.org/pypi/pkginfo"
23 SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
24 -KEYWORDS="~amd64 ~arm ~ppc ~ppc64 ~x86"
25 +KEYWORDS="amd64 ~arm ~ppc ~ppc64 ~x86"
26 IUSE="doc examples"
27
28 LICENSE="MIT"