Gentoo Archives: gentoo-commits

From: Mikle Kolyada <zlogene@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/flake8/
Date: Wed, 20 Mar 2019 18:48:35
Message-Id: 1553107442.d6f7ccaa4186ca126978a1989b23afe94db6c86c.zlogene@gentoo
1 commit: d6f7ccaa4186ca126978a1989b23afe94db6c86c
2 Author: Mikle Kolyada <zlogene <AT> gentoo <DOT> org>
3 AuthorDate: Wed Mar 20 18:44:02 2019 +0000
4 Commit: Mikle Kolyada <zlogene <AT> gentoo <DOT> org>
5 CommitDate: Wed Mar 20 18:44:02 2019 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d6f7ccaa
7
8 dev-python/flake8: roll s390 keywords
9
10 Signed-off-by: Mikle Kolyada <zlogene <AT> gentoo.org>
11 Package-Manager: Portage-2.3.62, Repoman-2.3.11
12
13 dev-python/flake8/flake8-2.1.0.ebuild | 4 ++--
14 dev-python/flake8/flake8-2.2.5.ebuild | 4 ++--
15 2 files changed, 4 insertions(+), 4 deletions(-)
16
17 diff --git a/dev-python/flake8/flake8-2.1.0.ebuild b/dev-python/flake8/flake8-2.1.0.ebuild
18 index f526a8773e6..5a0f93d7504 100644
19 --- a/dev-python/flake8/flake8-2.1.0.ebuild
20 +++ b/dev-python/flake8/flake8-2.1.0.ebuild
21 @@ -1,4 +1,4 @@
22 -# Copyright 1999-2017 Gentoo Foundation
23 +# Copyright 1999-2019 Gentoo Authors
24 # Distributed under the terms of the GNU General Public License v2
25
26 EAPI=5
27 @@ -11,7 +11,7 @@ DESCRIPTION="A wrapper around PyFlakes, pep8 & mccabe"
28 HOMEPAGE="https://bitbucket.org/tarek/flake8"
29 SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
30
31 -KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ~ia64 ~ppc ~ppc64 x86 ~amd64-linux ~x86-linux"
32 +KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ~ia64 ~ppc ~ppc64 ~s390 x86 ~amd64-linux ~x86-linux"
33 IUSE="test"
34 LICENSE="MIT"
35 SLOT="0"
36
37 diff --git a/dev-python/flake8/flake8-2.2.5.ebuild b/dev-python/flake8/flake8-2.2.5.ebuild
38 index d6d365f5366..8ea3ba97b85 100644
39 --- a/dev-python/flake8/flake8-2.2.5.ebuild
40 +++ b/dev-python/flake8/flake8-2.2.5.ebuild
41 @@ -1,4 +1,4 @@
42 -# Copyright 1999-2016 Gentoo Foundation
43 +# Copyright 1999-2019 Gentoo Authors
44 # Distributed under the terms of the GNU General Public License v2
45
46 EAPI=5
47 @@ -11,7 +11,7 @@ DESCRIPTION="A wrapper around PyFlakes, pep8 & mccabe"
48 HOMEPAGE="https://bitbucket.org/tarek/flake8 https://pypi.org/project/flake8/"
49 SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
50
51 -KEYWORDS="alpha amd64 arm hppa ia64 ppc ppc64 sparc x86 ~amd64-linux ~x86-linux"
52 +KEYWORDS="alpha amd64 arm hppa ia64 ppc ppc64 s390 sparc x86 ~amd64-linux ~x86-linux"
53 IUSE="test"
54 LICENSE="MIT"
55 SLOT="0"