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/polib/
Date: Sat, 02 Feb 2019 12:53:22
Message-Id: 1549111985.abd3e35a375ea9db322fd1f7269134ae331d10ee.slyfox@gentoo
1 commit: abd3e35a375ea9db322fd1f7269134ae331d10ee
2 Author: Rolf Eike Beer <eike <AT> sf-mail <DOT> de>
3 AuthorDate: Sat Feb 2 12:38:39 2019 +0000
4 Commit: Sergei Trofimovich <slyfox <AT> gentoo <DOT> org>
5 CommitDate: Sat Feb 2 12:53:05 2019 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=abd3e35a
7
8 dev-python/polib: stable 1.0.7 for sparc, bug #676362
9
10 Signed-off-by: Rolf Eike Beer <eike <AT> sf-mail.de>
11 Package-Manager: Portage-2.3.51, Repoman-2.3.11
12 RepoMan-Options: --include-arches="sparc"
13 Signed-off-by: Sergei Trofimovich <slyfox <AT> gentoo.org>
14
15 dev-python/polib/polib-1.0.7.ebuild | 4 ++--
16 1 file changed, 2 insertions(+), 2 deletions(-)
17
18 diff --git a/dev-python/polib/polib-1.0.7.ebuild b/dev-python/polib/polib-1.0.7.ebuild
19 index c890aa98440..0dedbaef1d8 100644
20 --- a/dev-python/polib/polib-1.0.7.ebuild
21 +++ b/dev-python/polib/polib-1.0.7.ebuild
22 @@ -1,4 +1,4 @@
23 -# Copyright 1999-2018 Gentoo Foundation
24 +# Copyright 1999-2019 Gentoo Authors
25 # Distributed under the terms of the GNU General Public License v2
26
27 EAPI=6
28 @@ -12,7 +12,7 @@ SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
29
30 LICENSE="MIT"
31 SLOT="0"
32 -KEYWORDS="alpha amd64 arm ~arm64 ia64 ppc ppc64 ~sparc x86"
33 +KEYWORDS="alpha amd64 arm ~arm64 ia64 ppc ppc64 sparc x86"
34 IUSE="doc"
35
36 DEPEND="doc? ( dev-python/sphinx[${PYTHON_USEDEP}] )"