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/olefile/
Date: Sat, 25 Aug 2018 18:15:08
Message-Id: 1535220898.c842ae4e7ec42a17741de15c4612c7ac35e61246.slyfox@gentoo
1 commit: c842ae4e7ec42a17741de15c4612c7ac35e61246
2 Author: Sergei Trofimovich <slyfox <AT> gentoo <DOT> org>
3 AuthorDate: Sat Aug 25 18:12:44 2018 +0000
4 Commit: Sergei Trofimovich <slyfox <AT> gentoo <DOT> org>
5 CommitDate: Sat Aug 25 18:14:58 2018 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c842ae4e
7
8 dev-python/olefile: keyworded 0.44 for ppc, bug #659320
9
10 Package-Manager: Portage-2.3.48, Repoman-2.3.10
11 RepoMan-Options: --include-arches="ppc"
12
13 dev-python/olefile/olefile-0.44.ebuild | 2 +-
14 1 file changed, 1 insertion(+), 1 deletion(-)
15
16 diff --git a/dev-python/olefile/olefile-0.44.ebuild b/dev-python/olefile/olefile-0.44.ebuild
17 index 378741b24c5..e3a01470d4e 100644
18 --- a/dev-python/olefile/olefile-0.44.ebuild
19 +++ b/dev-python/olefile/olefile-0.44.ebuild
20 @@ -13,7 +13,7 @@ SRC_URI="https://github.com/decalage2/${PN}/releases/download/v${PV}/${P}.tar.gz
21
22 LICENSE="BSD-2"
23 SLOT="0"
24 -KEYWORDS="amd64 ~arm ~arm64 ~ppc64 ~x86 ~amd64-linux ~x86-linux"
25 +KEYWORDS="amd64 ~arm ~arm64 ~ppc ~ppc64 ~x86 ~amd64-linux ~x86-linux"
26 IUSE="doc"
27
28 RDEPEND=""