diff options
author | Sergei Trofimovich <slyfox@gentoo.org> | 2020-11-11 23:06:09 +0000 |
---|---|---|
committer | Sergei Trofimovich <slyfox@gentoo.org> | 2020-11-11 23:06:09 +0000 |
commit | 318f0f8cc94e05c5f3bead01e539f4744ce94a37 (patch) | |
tree | eaf423be4e517083ec85dce202d1f41eed14c688 /dev-python/pytest-asyncio | |
parent | dev-python/numpy: stable 1.19.2 for ppc (diff) | |
download | gentoo-318f0f8cc94e05c5f3bead01e539f4744ce94a37.tar.gz gentoo-318f0f8cc94e05c5f3bead01e539f4744ce94a37.tar.bz2 gentoo-318f0f8cc94e05c5f3bead01e539f4744ce94a37.zip |
dev-python/pytest-asyncio: keyworded 0.14.0 for ia64
keyworded wrt bug #753988
Package-Manager: Portage-3.0.9, Repoman-3.0.2
RepoMan-Options: --include-arches="ia64"
Signed-off-by: Sergei Trofimovich <slyfox@gentoo.org>
Diffstat (limited to 'dev-python/pytest-asyncio')
-rw-r--r-- | dev-python/pytest-asyncio/pytest-asyncio-0.14.0.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-python/pytest-asyncio/pytest-asyncio-0.14.0.ebuild b/dev-python/pytest-asyncio/pytest-asyncio-0.14.0.ebuild index 57553f279bc1..e1f54e9e7210 100644 --- a/dev-python/pytest-asyncio/pytest-asyncio-0.14.0.ebuild +++ b/dev-python/pytest-asyncio/pytest-asyncio-0.14.0.ebuild @@ -14,7 +14,7 @@ SRC_URI="https://github.com/pytest-dev/pytest-asyncio/archive/v${PV}.tar.gz -> $ LICENSE="Apache-2.0" SLOT="0" -KEYWORDS="amd64 arm arm64 ~ppc ~ppc64 x86" +KEYWORDS="amd64 arm arm64 ~ia64 ~ppc ~ppc64 x86" RDEPEND=" >=dev-python/pytest-5.4.0" |