Gentoo Archives: gentoo-commits

From: Thomas Deutschmann <whissi@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/filetype/
Date: Mon, 31 Aug 2020 21:25:33
Message-Id: 1598909124.fd2aee5aed9ddb89878de3d795c1e068e6030acd.whissi@gentoo
1 commit: fd2aee5aed9ddb89878de3d795c1e068e6030acd
2 Author: Thomas Deutschmann <whissi <AT> gentoo <DOT> org>
3 AuthorDate: Mon Aug 31 21:24:11 2020 +0000
4 Commit: Thomas Deutschmann <whissi <AT> gentoo <DOT> org>
5 CommitDate: Mon Aug 31 21:25:24 2020 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=fd2aee5a
7
8 dev-python/filetype: x86 keyworded (bug #736519)
9
10 Package-Manager: Portage-3.0.4, Repoman-3.0.1
11 Signed-off-by: Thomas Deutschmann <whissi <AT> gentoo.org>
12
13 dev-python/filetype/filetype-1.0.7.ebuild | 2 +-
14 1 file changed, 1 insertion(+), 1 deletion(-)
15
16 diff --git a/dev-python/filetype/filetype-1.0.7.ebuild b/dev-python/filetype/filetype-1.0.7.ebuild
17 index b3e4ca6e2a2..efe38c69fbf 100644
18 --- a/dev-python/filetype/filetype-1.0.7.ebuild
19 +++ b/dev-python/filetype/filetype-1.0.7.ebuild
20 @@ -13,7 +13,7 @@ SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
21
22 LICENSE="BSD"
23 SLOT="0"
24 -KEYWORDS="~amd64 ~arm ~arm64 ~ia64 ~ppc64 ~sparc"
25 +KEYWORDS="~amd64 ~arm ~arm64 ~ia64 ~ppc64 ~sparc ~x86"
26
27 PATCHES=( "${FILESDIR}/${P}-examples.patch" )