diff options
author | Joshua Kinard <kumba@gentoo.org> | 2022-01-10 01:49:27 -0500 |
---|---|---|
committer | Joshua Kinard <kumba@gentoo.org> | 2022-01-10 01:49:27 -0500 |
commit | 9b9e684f92dd768bfc0fb7883b01f985bc9ce831 (patch) | |
tree | bbb993b908a1f91c5c5a04429c2a3d3119ad8cc0 /dev-python/pytest-lazy-fixture | |
parent | dev-python/prettytable: Added ~mips to KEYWORDS (diff) | |
download | gentoo-9b9e684f92dd768bfc0fb7883b01f985bc9ce831.tar.gz gentoo-9b9e684f92dd768bfc0fb7883b01f985bc9ce831.tar.bz2 gentoo-9b9e684f92dd768bfc0fb7883b01f985bc9ce831.zip |
dev-python/pytest-lazy-fixture: Added ~mips to KEYWORDS
Bug: https://bugs.gentoo.org/821259
Signed-off-by: Joshua Kinard <kumba@gentoo.org>
Package-Manager: Portage-3.0.30, Repoman-3.0.3
Diffstat (limited to 'dev-python/pytest-lazy-fixture')
-rw-r--r-- | dev-python/pytest-lazy-fixture/pytest-lazy-fixture-0.6.3.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
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 index 7a2cf6c6ca6d..b335a63a3c1b 100644 --- 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 @@ -1,4 +1,4 @@ -# Copyright 1999-2021 Gentoo Authors +# Copyright 1999-2022 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 @@ -12,7 +12,7 @@ SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz" LICENSE="MIT" SLOT="0" -KEYWORDS="~alpha amd64 ~arm arm64 ~hppa ~ia64 ppc64 ~riscv sparc x86" +KEYWORDS="~alpha amd64 ~arm arm64 ~hppa ~ia64 ~mips ppc64 ~riscv sparc x86" RDEPEND="dev-python/pytest[${PYTHON_USEDEP}]" |