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/pytest-mock/
Date: Sun, 18 Nov 2018 11:40:30
Message-Id: 1542541164.a23c265a1642a351d803a61c6120eeeb047a0fe9.zlogene@gentoo
1 commit: a23c265a1642a351d803a61c6120eeeb047a0fe9
2 Author: Mikle Kolyada <zlogene <AT> gentoo <DOT> org>
3 AuthorDate: Sun Nov 18 11:39:24 2018 +0000
4 Commit: Mikle Kolyada <zlogene <AT> gentoo <DOT> org>
5 CommitDate: Sun Nov 18 11:39:24 2018 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a23c265a
7
8 dev-python/pytest-mock: Add ~arm keyword wrt bug #663436
9
10 Signed-off-by: Mikle Kolyada <zlogene <AT> gentoo.org>
11 Package-Manager: Portage-2.3.51, Repoman-2.3.11
12
13 dev-python/pytest-mock/pytest-mock-1.10.0.ebuild | 4 ++--
14 dev-python/pytest-mock/pytest-mock-1.6.3.ebuild | 4 ++--
15 2 files changed, 4 insertions(+), 4 deletions(-)
16
17 diff --git a/dev-python/pytest-mock/pytest-mock-1.10.0.ebuild b/dev-python/pytest-mock/pytest-mock-1.10.0.ebuild
18 index bdb589e5ef4..d3b147d41a8 100644
19 --- a/dev-python/pytest-mock/pytest-mock-1.10.0.ebuild
20 +++ b/dev-python/pytest-mock/pytest-mock-1.10.0.ebuild
21 @@ -1,4 +1,4 @@
22 -# Copyright 1999-2018 Gentoo Foundation
23 +# Copyright 1999-2018 Gentoo Authors
24 # Distributed under the terms of the GNU General Public License v2
25
26 EAPI=6
27 @@ -12,7 +12,7 @@ SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
28
29 LICENSE="MIT"
30 SLOT="0"
31 -KEYWORDS="~amd64 ~arm64 ~ia64 ~ppc64 ~x86"
32 +KEYWORDS="~amd64 ~arm ~arm64 ~ia64 ~ppc64 ~x86"
33 IUSE=""
34
35 RDEPEND="dev-python/pytest[${PYTHON_USEDEP}]
36
37 diff --git a/dev-python/pytest-mock/pytest-mock-1.6.3.ebuild b/dev-python/pytest-mock/pytest-mock-1.6.3.ebuild
38 index 9d4c6a64c17..8eef9f69c7a 100644
39 --- a/dev-python/pytest-mock/pytest-mock-1.6.3.ebuild
40 +++ b/dev-python/pytest-mock/pytest-mock-1.6.3.ebuild
41 @@ -1,4 +1,4 @@
42 -# Copyright 1999-2018 Gentoo Foundation
43 +# Copyright 1999-2018 Gentoo Authors
44 # Distributed under the terms of the GNU General Public License v2
45
46 EAPI=6
47 @@ -12,7 +12,7 @@ SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
48
49 LICENSE="MIT"
50 SLOT="0"
51 -KEYWORDS="~amd64 ~arm64 ~ppc64 ~x86"
52 +KEYWORDS="~amd64 ~arm ~arm64 ~ppc64 ~x86"
53 IUSE=""
54
55 RDEPEND="dev-python/pytest[${PYTHON_USEDEP}]