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/pkginfo/
Date: Thu, 06 Feb 2020 21:11:32
Message-Id: 1581023467.bc84ea209745e7011538cde0d529eb53cef8981c.slyfox@gentoo
1 commit: bc84ea209745e7011538cde0d529eb53cef8981c
2 Author: Rolf Eike Beer <eike <AT> sf-mail <DOT> de>
3 AuthorDate: Thu Feb 6 20:26:28 2020 +0000
4 Commit: Sergei Trofimovich <slyfox <AT> gentoo <DOT> org>
5 CommitDate: Thu Feb 6 21:11:07 2020 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=bc84ea20
7
8 dev-python/pkginfo: keyworded 1.5.0.1 for hppa/sparc, bug #700918
9
10 Package-Manager: Portage-2.3.84, Repoman-2.3.20
11 RepoMan-Options: --include-arches="hppa sparc"
12 Signed-off-by: Rolf Eike Beer <eike <AT> sf-mail.de>
13 Signed-off-by: Sergei Trofimovich <slyfox <AT> gentoo.org>
14
15 dev-python/pkginfo/pkginfo-1.5.0.1.ebuild | 2 +-
16 1 file changed, 1 insertion(+), 1 deletion(-)
17
18 diff --git a/dev-python/pkginfo/pkginfo-1.5.0.1.ebuild b/dev-python/pkginfo/pkginfo-1.5.0.1.ebuild
19 index 185725f2577..d7bd3378bd4 100644
20 --- a/dev-python/pkginfo/pkginfo-1.5.0.1.ebuild
21 +++ b/dev-python/pkginfo/pkginfo-1.5.0.1.ebuild
22 @@ -13,7 +13,7 @@ SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
23
24 LICENSE="MIT"
25 SLOT="0"
26 -KEYWORDS="amd64 ~arm ~arm64 ~ppc ~ppc64 x86"
27 +KEYWORDS="amd64 ~arm ~arm64 ~hppa ~ppc ~ppc64 ~sparc x86"
28 IUSE="doc"
29
30 RDEPEND="dev-python/setuptools[${PYTHON_USEDEP}]"