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:25
Message-Id: 1538949811.e9c2ef1ede3f41d157b97e1259db57dbf5d1f4e2.mattst88@gentoo
1 commit: e9c2ef1ede3f41d157b97e1259db57dbf5d1f4e2
2 Author: Matt Turner <mattst88 <AT> gentoo <DOT> org>
3 AuthorDate: Sun Oct 7 22:03:11 2018 +0000
4 Commit: Matt Turner <mattst88 <AT> gentoo <DOT> org>
5 CommitDate: Sun Oct 7 22:03:31 2018 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e9c2ef1e
7
8 dev-python/olefile-0.44: ppc 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 7d8ce108ca3..2363eb5a552 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=""