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, 29 Dec 2018 12:05:13
Message-Id: 1546085098.b70b16a9a4d05a7d5128baaa70d7129d2800009a.slyfox@gentoo
1 commit: b70b16a9a4d05a7d5128baaa70d7129d2800009a
2 Author: Rolf Eike Beer <eike <AT> sf-mail <DOT> de>
3 AuthorDate: Sat Dec 29 10:22:40 2018 +0000
4 Commit: Sergei Trofimovich <slyfox <AT> gentoo <DOT> org>
5 CommitDate: Sat Dec 29 12:04:58 2018 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b70b16a9
7
8 dev-python/olefile: keyworded 0.44 for sparc, bug #659320
9
10 Signed-off-by: Rolf Eike Beer <eike <AT> sf-mail.de>
11 Package-Manager: Portage-2.3.51, Repoman-2.3.11
12 RepoMan-Options: --include-arches="sparc"
13 Signed-off-by: Sergei Trofimovich <slyfox <AT> gentoo.org>
14
15 dev-python/olefile/olefile-0.44.ebuild | 2 +-
16 1 file changed, 1 insertion(+), 1 deletion(-)
17
18 diff --git a/dev-python/olefile/olefile-0.44.ebuild b/dev-python/olefile/olefile-0.44.ebuild
19 index a9ecde3a2ef..2d99cb0d15d 100644
20 --- a/dev-python/olefile/olefile-0.44.ebuild
21 +++ b/dev-python/olefile/olefile-0.44.ebuild
22 @@ -13,7 +13,7 @@ SRC_URI="https://github.com/decalage2/${PN}/releases/download/v${PV}/${P}.tar.gz
23
24 LICENSE="BSD-2"
25 SLOT="0"
26 -KEYWORDS="amd64 arm ~arm64 ppc ppc64 x86 ~amd64-linux ~x86-linux"
27 +KEYWORDS="amd64 arm ~arm64 ppc ppc64 ~sparc x86 ~amd64-linux ~x86-linux"
28 IUSE="doc"
29
30 RDEPEND=""