Gentoo Archives: gentoo-commits

From: Aaron Bauman <bman@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/olefile/
Date: Tue, 16 Apr 2019 23:29:21
Message-Id: 1555457346.053fb9ada581e7038df970c2156b0f1ad2c7a143.bman@gentoo
1 commit: 053fb9ada581e7038df970c2156b0f1ad2c7a143
2 Author: Aaron Bauman <bman <AT> gentoo <DOT> org>
3 AuthorDate: Tue Apr 16 23:27:40 2019 +0000
4 Commit: Aaron Bauman <bman <AT> gentoo <DOT> org>
5 CommitDate: Tue Apr 16 23:29:06 2019 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=053fb9ad
7
8 dev-python/olefile: arm64 stable (bug #682746)
9
10 Signed-off-by: Aaron Bauman <bman <AT> gentoo.org>
11 Package-Manager: Portage-2.3.62, Repoman-2.3.11
12
13 dev-python/olefile/olefile-0.46.ebuild | 2 +-
14 1 file changed, 1 insertion(+), 1 deletion(-)
15
16 diff --git a/dev-python/olefile/olefile-0.46.ebuild b/dev-python/olefile/olefile-0.46.ebuild
17 index 15761cf7af3..bdf158776ab 100644
18 --- a/dev-python/olefile/olefile-0.46.ebuild
19 +++ b/dev-python/olefile/olefile-0.46.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="~alpha amd64 arm ~arm64 ~hppa ~ppc ~ppc64 ~sparc x86 ~amd64-linux ~x86-linux"
25 +KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ppc ~ppc64 ~sparc x86 ~amd64-linux ~x86-linux"
26 IUSE="doc"
27
28 RDEPEND=""