diff options
author | Mikle Kolyada <zlogene@gentoo.org> | 2018-11-18 12:36:59 +0300 |
---|---|---|
committer | Mikle Kolyada <zlogene@gentoo.org> | 2018-11-18 12:38:44 +0300 |
commit | 223ab62b73b09afd115fb622442007656612428f (patch) | |
tree | 566fc0c55cf34e0aed2827c8c7bf8e2d489287ad /dev-python/pytest-mock | |
parent | dev-python/python-ldap: Add ~arm keyword wrt bug #662814 (diff) | |
download | gentoo-223ab62b73b09afd115fb622442007656612428f.tar.gz gentoo-223ab62b73b09afd115fb622442007656612428f.tar.bz2 gentoo-223ab62b73b09afd115fb622442007656612428f.zip |
dev-python/pytest-mock: Add ~arm keyword wrt bug #662814
Signed-off-by: Mikle Kolyada <zlogene@gentoo.org>
Package-Manager: Portage-2.3.51, Repoman-2.3.11
Diffstat (limited to 'dev-python/pytest-mock')
-rw-r--r-- | dev-python/pytest-mock/pytest-mock-1.6.0.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-python/pytest-mock/pytest-mock-1.6.0.ebuild b/dev-python/pytest-mock/pytest-mock-1.6.0.ebuild index bcf8353206bd..af5a54090bd9 100644 --- a/dev-python/pytest-mock/pytest-mock-1.6.0.ebuild +++ b/dev-python/pytest-mock/pytest-mock-1.6.0.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2018 Gentoo Foundation +# Copyright 1999-2018 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=6 @@ -12,7 +12,7 @@ SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz" LICENSE="MIT" SLOT="0" -KEYWORDS="~alpha amd64 ~arm64 ~ppc64 x86" +KEYWORDS="~alpha amd64 ~arm ~arm64 ~ppc64 x86" IUSE="" RDEPEND="dev-python/pytest[${PYTHON_USEDEP}] |