diff options
author | Marek Szuba <marecki@gentoo.org> | 2022-04-01 09:14:16 +0100 |
---|---|---|
committer | Marek Szuba <marecki@gentoo.org> | 2022-04-01 09:18:11 +0100 |
commit | 065e50d3b5c76eca5bcb1639b85292a57f999b75 (patch) | |
tree | 5820c9026d1fcf969977367c6ee45ec3566b485f /dev-python/subprocess-tee | |
parent | profiles/arch/riscv: mask USE=test-full on dev-python/subprocess-tee (diff) | |
download | gentoo-065e50d3b5c76eca5bcb1639b85292a57f999b75.tar.gz gentoo-065e50d3b5c76eca5bcb1639b85292a57f999b75.tar.bz2 gentoo-065e50d3b5c76eca5bcb1639b85292a57f999b75.zip |
dev-python/subprocess-tee: keyword 0.3.5 for ~riscv
Signed-off-by: Marek Szuba <marecki@gentoo.org>
Diffstat (limited to 'dev-python/subprocess-tee')
-rw-r--r-- | dev-python/subprocess-tee/subprocess-tee-0.3.5.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-python/subprocess-tee/subprocess-tee-0.3.5.ebuild b/dev-python/subprocess-tee/subprocess-tee-0.3.5.ebuild index c715a596b1ae..ea05ad858dc4 100644 --- a/dev-python/subprocess-tee/subprocess-tee-0.3.5.ebuild +++ b/dev-python/subprocess-tee/subprocess-tee-0.3.5.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=8 @@ -12,7 +12,7 @@ SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz" LICENSE="MIT" SLOT="0" -KEYWORDS="~amd64" +KEYWORDS="~amd64 ~riscv" IUSE="test-full" REQUIRED_USE="test-full? ( test )" |