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/jaraco-functools/
Date: Sun, 05 Jan 2020 12:48:46
Message-Id: 1578228514.99e0e08f25061c321f621afcc5229a4bae243503.slyfox@gentoo
1 commit: 99e0e08f25061c321f621afcc5229a4bae243503
2 Author: Sergei Trofimovich <slyfox <AT> gentoo <DOT> org>
3 AuthorDate: Sun Jan 5 12:47:18 2020 +0000
4 Commit: Sergei Trofimovich <slyfox <AT> gentoo <DOT> org>
5 CommitDate: Sun Jan 5 12:48:34 2020 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=99e0e08f
7
8 dev-python/jaraco-functools: keyworded 3.0.0 for ppc, bug #660390
9
10 Tested-by: ernsteiswuerfel
11 Package-Manager: Portage-2.3.84, Repoman-2.3.20
12 RepoMan-Options: --include-arches="ppc"
13 Signed-off-by: Sergei Trofimovich <slyfox <AT> gentoo.org>
14
15 dev-python/jaraco-functools/jaraco-functools-3.0.0.ebuild | 4 ++--
16 1 file changed, 2 insertions(+), 2 deletions(-)
17
18 diff --git a/dev-python/jaraco-functools/jaraco-functools-3.0.0.ebuild b/dev-python/jaraco-functools/jaraco-functools-3.0.0.ebuild
19 index e3560828aca..24d012e5188 100644
20 --- a/dev-python/jaraco-functools/jaraco-functools-3.0.0.ebuild
21 +++ b/dev-python/jaraco-functools/jaraco-functools-3.0.0.ebuild
22 @@ -1,4 +1,4 @@
23 -# Copyright 1999-2019 Gentoo Authors
24 +# Copyright 1999-2020 Gentoo Authors
25 # Distributed under the terms of the GNU General Public License v2
26
27 EAPI=7
28 @@ -15,7 +15,7 @@ S="${WORKDIR}/${MY_PN}-${PV}"
29
30 LICENSE="MIT"
31 SLOT="0"
32 -KEYWORDS="~amd64 ~arm ~arm64 ~hppa ~ia64 ~ppc64 ~sparc ~x86"
33 +KEYWORDS="~amd64 ~arm ~arm64 ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86"
34 IUSE="test"
35 RESTRICT="!test? ( test )"