diff options
author | Marek Szuba <marecki@gentoo.org> | 2021-08-17 15:31:06 +0100 |
---|---|---|
committer | Marek Szuba <marecki@gentoo.org> | 2021-08-17 18:15:39 +0100 |
commit | c91c7b53f68ced6f597ac0facd46d4a68b46a01d (patch) | |
tree | eafcea7ecd28f895126c6fd4bcc6fe2f7d0c67de /dev-python/sniffio | |
parent | net-misc/oidentd: drop old version (diff) | |
download | gentoo-c91c7b53f68ced6f597ac0facd46d4a68b46a01d.tar.gz gentoo-c91c7b53f68ced6f597ac0facd46d4a68b46a01d.tar.bz2 gentoo-c91c7b53f68ced6f597ac0facd46d4a68b46a01d.zip |
dev-python/sniffio: keyword 1.2.0 for ~riscv
Signed-off-by: Marek Szuba <marecki@gentoo.org>
Diffstat (limited to 'dev-python/sniffio')
-rw-r--r-- | dev-python/sniffio/sniffio-1.2.0.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-python/sniffio/sniffio-1.2.0.ebuild b/dev-python/sniffio/sniffio-1.2.0.ebuild index a0f66f38cb78..2d82899e325f 100644 --- a/dev-python/sniffio/sniffio-1.2.0.ebuild +++ b/dev-python/sniffio/sniffio-1.2.0.ebuild @@ -3,7 +3,7 @@ EAPI=7 -PYTHON_COMPAT=( python3_{7..10} ) +PYTHON_COMPAT=( python3_{8..10} ) inherit distutils-r1 DESCRIPTION="Sniff out which async library your code is running under" @@ -16,7 +16,7 @@ SRC_URI=" LICENSE="|| ( Apache-2.0 MIT )" SLOT="0" -KEYWORDS="amd64 arm arm64 ppc ppc64 sparc x86" +KEYWORDS="amd64 arm arm64 ppc ppc64 ~riscv sparc x86" distutils_enable_tests pytest |