Gentoo Archives: gentoo-commits

From: Mart Raudsepp <leio@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/olefile/
Date: Sat, 31 Mar 2018 19:25:10
Message-Id: 1522524274.771ffc75f452e3c97f062754ae7b3625097fda70.leio@gentoo
1 commit: 771ffc75f452e3c97f062754ae7b3625097fda70
2 Author: Roy Bamford <neddyseagoon <AT> gentoo <DOT> org>
3 AuthorDate: Sat Mar 31 16:18:37 2018 +0000
4 Commit: Mart Raudsepp <leio <AT> gentoo <DOT> org>
5 CommitDate: Sat Mar 31 19:24:34 2018 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=771ffc75
7
8 dev-python/olefile: added ~arm64 keyword
9
10 Package-Manager: Portage-2.3.24, Repoman-2.3.6
11
12 dev-python/olefile/olefile-0.44.ebuild | 4 ++--
13 1 file changed, 2 insertions(+), 2 deletions(-)
14
15 diff --git a/dev-python/olefile/olefile-0.44.ebuild b/dev-python/olefile/olefile-0.44.ebuild
16 index 34624a0de34..05685dafb90 100644
17 --- a/dev-python/olefile/olefile-0.44.ebuild
18 +++ b/dev-python/olefile/olefile-0.44.ebuild
19 @@ -1,4 +1,4 @@
20 -# Copyright 1999-2017 Gentoo Foundation
21 +# Copyright 1999-2018 Gentoo Foundation
22 # Distributed under the terms of the GNU General Public License v2
23
24 EAPI=6
25 @@ -13,7 +13,7 @@ SRC_URI="https://github.com/decalage2/${PN}/releases/download/v${PV}/${P}.tar.gz
26
27 LICENSE="BSD-2"
28 SLOT="0"
29 -KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux"
30 +KEYWORDS="~amd64 ~arm64 ~x86 ~amd64-linux ~x86-linux"
31 IUSE="doc"
32
33 RDEPEND=""