Gentoo Archives: gentoo-commits

From: Matt Turner <mattst88@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/olefile/
Date: Sun, 07 Oct 2018 22:04:41
Message-Id: 1538949812.40d810d4d41db8a72538de0267a82dd7285f673e.mattst88@gentoo
1 commit: 40d810d4d41db8a72538de0267a82dd7285f673e
2 Author: Matt Turner <mattst88 <AT> gentoo <DOT> org>
3 AuthorDate: Sun Oct 7 22:03:17 2018 +0000
4 Commit: Matt Turner <mattst88 <AT> gentoo <DOT> org>
5 CommitDate: Sun Oct 7 22:03:32 2018 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=40d810d4
7
8 dev-python/olefile-0.44: ppc64 stable, bug 667500
9
10 Signed-off-by: Matt Turner <mattst88 <AT> gentoo.org>
11
12 dev-python/olefile/olefile-0.44.ebuild | 2 +-
13 1 file changed, 1 insertion(+), 1 deletion(-)
14
15 diff --git a/dev-python/olefile/olefile-0.44.ebuild b/dev-python/olefile/olefile-0.44.ebuild
16 index 2363eb5a552..e98d48d5c1f 100644
17 --- a/dev-python/olefile/olefile-0.44.ebuild
18 +++ b/dev-python/olefile/olefile-0.44.ebuild
19 @@ -13,7 +13,7 @@ SRC_URI="https://github.com/decalage2/${PN}/releases/download/v${PV}/${P}.tar.gz
20
21 LICENSE="BSD-2"
22 SLOT="0"
23 -KEYWORDS="amd64 ~arm ~arm64 ppc ~ppc64 x86 ~amd64-linux ~x86-linux"
24 +KEYWORDS="amd64 ~arm ~arm64 ppc ppc64 x86 ~amd64-linux ~x86-linux"
25 IUSE="doc"
26
27 RDEPEND=""