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.86727c8d546ba0395f965b0d004e3ac8514c2720.slyfox@gentoo
1 commit: 86727c8d546ba0395f965b0d004e3ac8514c2720
2 Author: Sergei Trofimovich <slyfox <AT> gentoo <DOT> org>
3 AuthorDate: Sat Aug 25 18:13:48 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=86727c8d
7
8 dev-python/olefile: keyworded 0.45.1 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.45.1.ebuild | 2 +-
14 1 file changed, 1 insertion(+), 1 deletion(-)
15
16 diff --git a/dev-python/olefile/olefile-0.45.1.ebuild b/dev-python/olefile/olefile-0.45.1.ebuild
17 index f26085310c9..7611f446918 100644
18 --- a/dev-python/olefile/olefile-0.45.1.ebuild
19 +++ b/dev-python/olefile/olefile-0.45.1.ebuild
20 @@ -13,7 +13,7 @@ SRC_URI="https://github.com/decalage2/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz
21
22 LICENSE="BSD-2"
23 SLOT="0"
24 -KEYWORDS="~amd64 ~arm64 ~ppc64 ~x86 ~amd64-linux ~x86-linux"
25 +KEYWORDS="~amd64 ~arm64 ~ppc ~ppc64 ~x86 ~amd64-linux ~x86-linux"
26 IUSE="doc"
27
28 RDEPEND=""