diff options
author | Marek Szuba <marecki@gentoo.org> | 2021-06-22 13:44:16 +0100 |
---|---|---|
committer | Marek Szuba <marecki@gentoo.org> | 2021-06-22 14:10:11 +0100 |
commit | 14fd502baea92c005842d17645ecb197b56a35fb (patch) | |
tree | f11c087622312abcfa4d0643c4bfcea4f7cff149 /dev-python | |
parent | dev-python/ruamel-yaml: keyword 0.17.9 for ~riscv (diff) | |
download | gentoo-14fd502baea92c005842d17645ecb197b56a35fb.tar.gz gentoo-14fd502baea92c005842d17645ecb197b56a35fb.tar.bz2 gentoo-14fd502baea92c005842d17645ecb197b56a35fb.zip |
dev-python/llfuse: keyword 1.4.1 for ~riscv
Test suite run against python3_9, both with and without sandbox (in the
former case some tests are skipped due to denied access to /dev/fuse).
No errors.
Signed-off-by: Marek Szuba <marecki@gentoo.org>
Diffstat (limited to 'dev-python')
-rw-r--r-- | dev-python/llfuse/llfuse-1.4.1.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-python/llfuse/llfuse-1.4.1.ebuild b/dev-python/llfuse/llfuse-1.4.1.ebuild index 498ded6e7596..0b4527b67c59 100644 --- a/dev-python/llfuse/llfuse-1.4.1.ebuild +++ b/dev-python/llfuse/llfuse-1.4.1.ebuild @@ -12,7 +12,7 @@ SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz" LICENSE="LGPL-2" SLOT="0" -KEYWORDS="amd64 ~arm ~arm64 ~ppc64 x86" +KEYWORDS="amd64 ~arm ~arm64 ~ppc64 ~riscv x86" IUSE="doc examples" RDEPEND=" |