diff options
author | Joshua Kinard <kumba@gentoo.org> | 2021-05-23 22:31:15 -0400 |
---|---|---|
committer | Joshua Kinard <kumba@gentoo.org> | 2021-05-23 22:32:11 -0400 |
commit | c45e2cadf6f258ba3b672522e4f320489725cf48 (patch) | |
tree | a274766470532f57dbcdc1c2cead1cd407cd5515 /dev-python/pytest-xprocess | |
parent | dev-python/pytest-timeout: Added ~mips to KEYWORDS (diff) | |
download | gentoo-c45e2cadf6f258ba3b672522e4f320489725cf48.tar.gz gentoo-c45e2cadf6f258ba3b672522e4f320489725cf48.tar.bz2 gentoo-c45e2cadf6f258ba3b672522e4f320489725cf48.zip |
dev-python/pytest-xprocess: Added ~mips to KEYWORDS
Bug: https://bugs.gentoo.org/719700
Signed-off-by: Joshua Kinard <kumba@gentoo.org>
Package-Manager: Portage-3.0.18, Repoman-3.0.3
Diffstat (limited to 'dev-python/pytest-xprocess')
-rw-r--r-- | dev-python/pytest-xprocess/pytest-xprocess-0.17.1.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-python/pytest-xprocess/pytest-xprocess-0.17.1.ebuild b/dev-python/pytest-xprocess/pytest-xprocess-0.17.1.ebuild index 88aa40f141e0..3a9515f0a7f9 100644 --- a/dev-python/pytest-xprocess/pytest-xprocess-0.17.1.ebuild +++ b/dev-python/pytest-xprocess/pytest-xprocess-0.17.1.ebuild @@ -13,7 +13,7 @@ SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz" SLOT="0" LICENSE="MIT" -KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ppc ppc64 ~riscv ~s390 sparc x86 ~amd64-linux ~x86-linux" +KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ~mips ppc ppc64 ~riscv ~s390 sparc x86 ~amd64-linux ~x86-linux" RDEPEND=" dev-python/pytest[${PYTHON_USEDEP}] |