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/pytest-mock/
Date: Thu, 03 Jan 2019 15:02:39
Message-Id: 1546527554.cac67460028b593c64a27634a52201cb182e0402.slyfox@gentoo
1 commit: cac67460028b593c64a27634a52201cb182e0402
2 Author: Sergei Trofimovich <slyfox <AT> gentoo <DOT> org>
3 AuthorDate: Thu Jan 3 14:59:14 2019 +0000
4 Commit: Sergei Trofimovich <slyfox <AT> gentoo <DOT> org>
5 CommitDate: Thu Jan 3 14:59:14 2019 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=cac67460
7
8 dev-python/pytest-mock: keyworded 1.6.3 for ia64, bug #662814
9
10 Package-Manager: Portage-2.3.53, Repoman-2.3.12
11 RepoMan-Options: --include-arches="ia64"
12 Signed-off-by: Sergei Trofimovich <slyfox <AT> gentoo.org>
13
14 dev-python/pytest-mock/pytest-mock-1.6.3.ebuild | 4 ++--
15 1 file changed, 2 insertions(+), 2 deletions(-)
16
17 diff --git a/dev-python/pytest-mock/pytest-mock-1.6.3.ebuild b/dev-python/pytest-mock/pytest-mock-1.6.3.ebuild
18 index 8eef9f69c7a..b52233568a8 100644
19 --- a/dev-python/pytest-mock/pytest-mock-1.6.3.ebuild
20 +++ b/dev-python/pytest-mock/pytest-mock-1.6.3.ebuild
21 @@ -1,4 +1,4 @@
22 -# Copyright 1999-2018 Gentoo Authors
23 +# Copyright 1999-2019 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 ~arm ~arm64 ~ppc64 ~x86"
32 +KEYWORDS="~amd64 ~arm ~arm64 ~ia64 ~ppc64 ~x86"
33 IUSE=""
34
35 RDEPEND="dev-python/pytest[${PYTHON_USEDEP}]