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/precis-i18n/
Date: Sat, 18 Aug 2018 22:33:46
Message-Id: 1534631609.6a8a956a39cc60aa6374f032e2eeca2275f0126d.slyfox@gentoo
1 commit: 6a8a956a39cc60aa6374f032e2eeca2275f0126d
2 Author: Sergei Trofimovich <slyfox <AT> gentoo <DOT> org>
3 AuthorDate: Sat Aug 18 22:33:29 2018 +0000
4 Commit: Sergei Trofimovich <slyfox <AT> gentoo <DOT> org>
5 CommitDate: Sat Aug 18 22:33:29 2018 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6a8a956a
7
8 dev-python/precis-i18n: keyworded 1.0.0 for ppc64, bug #663732
9
10 Package-Manager: Portage-2.3.46, Repoman-2.3.10
11 RepoMan-Options: --include-arches="ppc64"
12
13 dev-python/precis-i18n/precis-i18n-1.0.0.ebuild | 2 +-
14 1 file changed, 1 insertion(+), 1 deletion(-)
15
16 diff --git a/dev-python/precis-i18n/precis-i18n-1.0.0.ebuild b/dev-python/precis-i18n/precis-i18n-1.0.0.ebuild
17 index 64ef7198e16..196f20fa366 100644
18 --- a/dev-python/precis-i18n/precis-i18n-1.0.0.ebuild
19 +++ b/dev-python/precis-i18n/precis-i18n-1.0.0.ebuild
20 @@ -16,7 +16,7 @@ SRC_URI="mirror://pypi/${PN:0:1}/${PN/-/_}/${P/-/_}.tar.gz"
21
22 LICENSE="MIT"
23 SLOT="0"
24 -KEYWORDS="~amd64 ~x86"
25 +KEYWORDS="~amd64 ~ppc64 ~x86"
26 IUSE=""
27
28 DEPEND="dev-python/setuptools[${PYTHON_USEDEP}]"