diff options
author | Sam James <sam@gentoo.org> | 2022-02-07 09:33:42 +0000 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2022-02-07 09:34:24 +0000 |
commit | ad57009a8b8a6b9af20e020da6be3e6eab82deb5 (patch) | |
tree | 77053def942c6f6b01dda41c2d15b11f4148fe75 /dev-python/pytest-ordering | |
parent | dev-python/pytest-check: Keyword 1.0.4 ia64, #831852 (diff) | |
download | gentoo-ad57009a8b8a6b9af20e020da6be3e6eab82deb5.tar.gz gentoo-ad57009a8b8a6b9af20e020da6be3e6eab82deb5.tar.bz2 gentoo-ad57009a8b8a6b9af20e020da6be3e6eab82deb5.zip |
dev-python/pytest-ordering: Keyword 0.6 ia64, #831852
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'dev-python/pytest-ordering')
-rw-r--r-- | dev-python/pytest-ordering/pytest-ordering-0.6.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-python/pytest-ordering/pytest-ordering-0.6.ebuild b/dev-python/pytest-ordering/pytest-ordering-0.6.ebuild index 42e8b8901122..df81a20fc4b5 100644 --- a/dev-python/pytest-ordering/pytest-ordering-0.6.ebuild +++ b/dev-python/pytest-ordering/pytest-ordering-0.6.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=7 @@ -16,7 +16,7 @@ SRC_URI="https://github.com/ftobia/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz" LICENSE="MIT" SLOT="0" -KEYWORDS="amd64 arm arm64 ppc ppc64 ~riscv sparc x86" +KEYWORDS="amd64 arm arm64 ~ia64 ppc ppc64 ~riscv sparc x86" RDEPEND="dev-python/pytest[${PYTHON_USEDEP}]" |