Gentoo Archives: gentoo-commits

From: Jeroen Roovers <jer@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/asyncio/
Date: Tue, 24 Nov 2015 09:37:38
Message-Id: 1448357812.7effced2fcc6837fefb2a54de3e3ace33a5f48a6.jer@gentoo
1 commit: 7effced2fcc6837fefb2a54de3e3ace33a5f48a6
2 Author: Jeroen Roovers <jer <AT> gentoo <DOT> org>
3 AuthorDate: Tue Nov 24 09:29:21 2015 +0000
4 Commit: Jeroen Roovers <jer <AT> gentoo <DOT> org>
5 CommitDate: Tue Nov 24 09:36:52 2015 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7effced2
7
8 dev-python/asyncio: Stable for PPC64 (bug #549898).
9
10 Package-Manager: portage-2.2.25
11 RepoMan-Options: --ignore-arches
12
13 dev-python/asyncio/asyncio-3.4.2.ebuild | 2 +-
14 1 file changed, 1 insertion(+), 1 deletion(-)
15
16 diff --git a/dev-python/asyncio/asyncio-3.4.2.ebuild b/dev-python/asyncio/asyncio-3.4.2.ebuild
17 index d0aee43..14a53f8 100644
18 --- a/dev-python/asyncio/asyncio-3.4.2.ebuild
19 +++ b/dev-python/asyncio/asyncio-3.4.2.ebuild
20 @@ -14,7 +14,7 @@ SRC_URI="mirror://pypi/a/${PN}/${P}.tar.gz"
21
22 LICENSE="Apache-2.0"
23 SLOT="0"
24 -KEYWORDS="~alpha amd64 hppa ~ia64 ~ppc ~ppc64 ~s390 ~sh ~sparc x86"
25 +KEYWORDS="~alpha amd64 hppa ~ia64 ~ppc ppc64 ~s390 ~sh ~sparc x86"
26 IUSE=""
27
28 RDEPEND=""