diff options
author | Marek Szuba <marecki@gentoo.org> | 2022-03-25 00:12:39 +0000 |
---|---|---|
committer | Marek Szuba <marecki@gentoo.org> | 2022-03-25 00:12:39 +0000 |
commit | ebb0a0e35ea82080798750eaa542330aeb5e6e42 (patch) | |
tree | 5306a5cd3db3fe039769f1a05b17f9465b7f56dd /dev-python/pytest-tempdir | |
parent | dev-python/yappi: keyword 1.3.3 for ~riscv (diff) | |
download | gentoo-ebb0a0e35ea82080798750eaa542330aeb5e6e42.tar.gz gentoo-ebb0a0e35ea82080798750eaa542330aeb5e6e42.tar.bz2 gentoo-ebb0a0e35ea82080798750eaa542330aeb5e6e42.zip |
dev-python/pytest-tempdir: keyword 2019.10.12 for ~riscv
Signed-off-by: Marek Szuba <marecki@gentoo.org>
Diffstat (limited to 'dev-python/pytest-tempdir')
-rw-r--r-- | dev-python/pytest-tempdir/pytest-tempdir-2019.10.12.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-python/pytest-tempdir/pytest-tempdir-2019.10.12.ebuild b/dev-python/pytest-tempdir/pytest-tempdir-2019.10.12.ebuild index 0720ff8875bd..8975450b6b5f 100644 --- a/dev-python/pytest-tempdir/pytest-tempdir-2019.10.12.ebuild +++ b/dev-python/pytest-tempdir/pytest-tempdir-2019.10.12.ebuild @@ -1,4 +1,4 @@ -# Copyright 2020-2021 Gentoo Authors +# Copyright 2020-2022 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 @@ -12,6 +12,6 @@ SRC_URI="https://github.com/saltstack/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz LICENSE="Apache-2.0" SLOT="0" -KEYWORDS="amd64 ~arm ~arm64 x86" +KEYWORDS="amd64 ~arm ~arm64 ~riscv x86" distutils_enable_tests --install pytest |