diff options
author | Yixun Lan <dlan@gentoo.org> | 2022-02-27 22:02:28 +0800 |
---|---|---|
committer | Yixun Lan <dlan@gentoo.org> | 2022-02-27 22:36:57 +0800 |
commit | 3222959310165a7a2cae5c1368e885d808908835 (patch) | |
tree | ff68f64bdd590e97fbc77d6029c3c8a40ddae687 /dev-python/unittest-mixins | |
parent | media-sound/lollypop: Add 1.4.29, Python 3.10 and test; clean up deps (diff) | |
download | gentoo-3222959310165a7a2cae5c1368e885d808908835.tar.gz gentoo-3222959310165a7a2cae5c1368e885d808908835.tar.bz2 gentoo-3222959310165a7a2cae5c1368e885d808908835.zip |
dev-python/unittest-mixins: keyword ~riscv, #834141
Package-Manager: Portage-3.0.30, Repoman-3.0.3
Signed-off-by: Yixun Lan <dlan@gentoo.org>
Diffstat (limited to 'dev-python/unittest-mixins')
-rw-r--r-- | dev-python/unittest-mixins/unittest-mixins-1.6-r1.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-python/unittest-mixins/unittest-mixins-1.6-r1.ebuild b/dev-python/unittest-mixins/unittest-mixins-1.6-r1.ebuild index 4090d9687286..f06d154faa82 100644 --- a/dev-python/unittest-mixins/unittest-mixins-1.6-r1.ebuild +++ b/dev-python/unittest-mixins/unittest-mixins-1.6-r1.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2021 Gentoo Authors +# Copyright 1999-2022 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 @@ -12,7 +12,7 @@ SRC_URI="https://github.com/nedbat/unittest-mixins/archive/v${PV}.tar.gz -> ${P} LICENSE="Apache-2.0" SLOT="0" -KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ~mips ppc ppc64 ~s390 sparc x86" +KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ~mips ppc ppc64 ~riscv ~s390 sparc x86" RDEPEND=">=dev-python/six-1.10.0[${PYTHON_USEDEP}]" |