diff options
author | Marek Szuba <marecki@gentoo.org> | 2021-06-22 16:44:03 +0100 |
---|---|---|
committer | Marek Szuba <marecki@gentoo.org> | 2021-06-22 18:00:24 +0100 |
commit | 2cc1d054989c09a50fcbe4b04a80163873d48546 (patch) | |
tree | 265e727712c677cf716a0d102b4c02425b6e93b0 /dev-python/sybil | |
parent | profiles/arch/riscv: mask USE="imagequant test tk" on dev-python/pillow (diff) | |
download | gentoo-2cc1d054989c09a50fcbe4b04a80163873d48546.tar.gz gentoo-2cc1d054989c09a50fcbe4b04a80163873d48546.tar.bz2 gentoo-2cc1d054989c09a50fcbe4b04a80163873d48546.zip |
dev-python/sybil: keyword 2.0.1 for ~riscv
Signed-off-by: Marek Szuba <marecki@gentoo.org>
Diffstat (limited to 'dev-python/sybil')
-rw-r--r-- | dev-python/sybil/sybil-2.0.1.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-python/sybil/sybil-2.0.1.ebuild b/dev-python/sybil/sybil-2.0.1.ebuild index c160c4715741..0e19bc2316fd 100644 --- a/dev-python/sybil/sybil-2.0.1.ebuild +++ b/dev-python/sybil/sybil-2.0.1.ebuild @@ -3,7 +3,7 @@ EAPI=7 -PYTHON_COMPAT=( python3_{7..9} ) +PYTHON_COMPAT=( python3_{8..9} ) inherit distutils-r1 DESCRIPTION="Automated testing for the examples in your documentation" @@ -12,6 +12,6 @@ SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz" LICENSE="MIT" SLOT="0" -KEYWORDS="amd64 ~arm ~arm64 x86" +KEYWORDS="amd64 ~arm ~arm64 ~riscv x86" distutils_enable_tests pytest |