Gentoo Archives: gentoo-commits

From: Sam James <sam@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/pytest-lazy-fixture/
Date: Tue, 02 Nov 2021 18:23:52
Message-Id: 1635877410.175c0fd4342c2bb7252669cc888be613651f1850.sam@gentoo
1 commit: 175c0fd4342c2bb7252669cc888be613651f1850
2 Author: Rolf Eike Beer <eike <AT> sf-mail <DOT> de>
3 AuthorDate: Tue Nov 2 17:24:30 2021 +0000
4 Commit: Sam James <sam <AT> gentoo <DOT> org>
5 CommitDate: Tue Nov 2 18:23:30 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=175c0fd4
7
8 dev-python/pytest-lazy-fixture: mark 0.6.3 ~sparc, bug #821259
9
10 Package-Manager: Portage-3.0.28, Repoman-3.0.3
11 RepoMan-Options: --include-arches="sparc"
12 Signed-off-by: Rolf Eike Beer <eike <AT> sf-mail.de>
13 Signed-off-by: Sam James <sam <AT> gentoo.org>
14
15 dev-python/pytest-lazy-fixture/pytest-lazy-fixture-0.6.3.ebuild | 2 +-
16 1 file changed, 1 insertion(+), 1 deletion(-)
17
18 diff --git a/dev-python/pytest-lazy-fixture/pytest-lazy-fixture-0.6.3.ebuild b/dev-python/pytest-lazy-fixture/pytest-lazy-fixture-0.6.3.ebuild
19 index 2b9279fc7fb..36cba94c039 100644
20 --- a/dev-python/pytest-lazy-fixture/pytest-lazy-fixture-0.6.3.ebuild
21 +++ b/dev-python/pytest-lazy-fixture/pytest-lazy-fixture-0.6.3.ebuild
22 @@ -12,7 +12,7 @@ SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
23
24 LICENSE="MIT"
25 SLOT="0"
26 -KEYWORDS="amd64 x86"
27 +KEYWORDS="amd64 ~sparc x86"
28
29 RDEPEND="dev-python/pytest[${PYTHON_USEDEP}]"