Gentoo Archives: gentoo-commits

From: Joshua Kinard <kumba@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/bz2file/
Date: Tue, 06 Feb 2018 07:21:39
Message-Id: 1517901440.08985154fbbc363599733f0a5b8ef73c487eed56.kumba@gentoo
1 commit: 08985154fbbc363599733f0a5b8ef73c487eed56
2 Author: Joshua Kinard <kumba <AT> gentoo <DOT> org>
3 AuthorDate: Tue Feb 6 07:17:20 2018 +0000
4 Commit: Joshua Kinard <kumba <AT> gentoo <DOT> org>
5 CommitDate: Tue Feb 6 07:17:20 2018 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=08985154
7
8 dev-python/bz2file: added ~mips to KEYWORDS, per #638776
9
10 Signed-off-by: Joshua Kinard <kumba <AT> gentoo.org>
11 Package-Manager: Portage-2.3.24, Repoman-2.3.6
12
13 dev-python/bz2file/bz2file-0.98.ebuild | 4 ++--
14 1 file changed, 2 insertions(+), 2 deletions(-)
15
16 diff --git a/dev-python/bz2file/bz2file-0.98.ebuild b/dev-python/bz2file/bz2file-0.98.ebuild
17 index 13abc5b1f8c..a3b6e7d6835 100644
18 --- a/dev-python/bz2file/bz2file-0.98.ebuild
19 +++ b/dev-python/bz2file/bz2file-0.98.ebuild
20 @@ -1,4 +1,4 @@
21 -# Copyright 1999-2017 Gentoo Foundation
22 +# Copyright 1999-2018 Gentoo Foundation
23 # Distributed under the terms of the GNU General Public License v2
24
25 EAPI=6
26 @@ -12,7 +12,7 @@ SRC_URI="mirror://pypi/${PN::1}/${PN}/${P}.tar.gz"
27
28 LICENSE="Apache-2.0"
29 SLOT="0"
30 -KEYWORDS="~amd64 ~arm ~arm64 ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86"
31 +KEYWORDS="~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sparc ~x86"
32 IUSE=""
33
34 python_test() {