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/portend/
Date: Sat, 08 Feb 2020 11:33:30
Message-Id: 1581161585.3ae0d4d48d5c7ba176295a99431b4c8e33d5cfb6.slyfox@gentoo
1 commit: 3ae0d4d48d5c7ba176295a99431b4c8e33d5cfb6
2 Author: Sergei Trofimovich <slyfox <AT> gentoo <DOT> org>
3 AuthorDate: Sat Feb 8 11:33:05 2020 +0000
4 Commit: Sergei Trofimovich <slyfox <AT> gentoo <DOT> org>
5 CommitDate: Sat Feb 8 11:33:05 2020 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3ae0d4d4
7
8 dev-python/portend: keyworded 2.6 for ppc, bug #700908
9
10 Tested-by: ernsteiswuerfel
11 Package-Manager: Portage-2.3.87, Repoman-2.3.20
12 RepoMan-Options: --include-arches="ppc"
13 Signed-off-by: Sergei Trofimovich <slyfox <AT> gentoo.org>
14
15 dev-python/portend/portend-2.6.ebuild | 2 +-
16 1 file changed, 1 insertion(+), 1 deletion(-)
17
18 diff --git a/dev-python/portend/portend-2.6.ebuild b/dev-python/portend/portend-2.6.ebuild
19 index a37ce462f81..535300f24a2 100644
20 --- a/dev-python/portend/portend-2.6.ebuild
21 +++ b/dev-python/portend/portend-2.6.ebuild
22 @@ -13,7 +13,7 @@ SRC_URI="mirror://pypi/p/${PN}/${P}.tar.gz"
23
24 LICENSE="MIT"
25 SLOT="0"
26 -KEYWORDS="~amd64 ~arm ~arm64 ~hppa ~ia64 ~ppc64 ~sparc ~x86"
27 +KEYWORDS="~amd64 ~arm ~arm64 ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86"
28 IUSE="test"
29
30 RDEPEND=">=dev-python/tempora-1.8[${PYTHON_USEDEP}]"